Skip to content

Commit

Permalink
Release 13.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkody committed Nov 19, 2024
1 parent 389ff91 commit d6f6e15
Show file tree
Hide file tree
Showing 7 changed files with 765 additions and 663 deletions.
2 changes: 1 addition & 1 deletion buildTools/deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion example/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ import vueParser from 'vue-eslint-parser'
import prettierConfig from 'eslint-config-prettier'

export default tseslint.config(
eslint.configs.recommended, // eslint-disable-line @typescript-eslint/no-unsafe-member-access
eslint.configs.recommended,
prettierConfig,
...tseslint.configs.recommendedTypeChecked,
{
ignores: [
'**/*.min.js',
'**/dist/**',
],
languageOptions: {
parser: vueParser,
Expand Down
14 changes: 7 additions & 7 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@
"normalize.css": "^8.0",
"prismjs": "^1.29.0",
"tippy.js": "^6.3.7",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-tippy": "^6.5.0"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@eslint/js": "^9.15.0",
"@tsconfig/node18": "^18.2",
"@types/node": "^22",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/tsconfig": "^0.5",
"eslint": "^9.14.0",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/tsconfig": "^0.6",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.3",
"sass": "^1.80",
"sass-embedded": "^1.81.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0",
"typescript-eslint": "^8.15.0",
"vite": "^5.4",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.1"
Expand Down
Loading

0 comments on commit d6f6e15

Please sign in to comment.