Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Mar 26, 2024
1 parent ddd7c4a commit 9b3aa5a
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 69 deletions.
4 changes: 2 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"vue.volar"
]
"vue.volar",
],
}
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"[markdown]": {
"files.trimTrailingWhitespace": false
"files.trimTrailingWhitespace": false,
},
"eslint.experimental.useFlatConfig": true,
"eslint.validate": [
Expand All @@ -17,7 +17,7 @@
"markdown",
"typescript",
"typescriptreact",
"vue"
"vue",
],
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@meteorlxy/eslint-config": "^3.1.0",
"@meteorlxy/prettier-config": "^3.0.0",
"@meteorlxy/eslint-config": "^3.2.0",
"@meteorlxy/prettier-config": "^3.2.0",
"@meteorlxy/tsconfig": "^3.0.0",
"@rollup/plugin-terser": "^0.4.4",
"@vitejs/plugin-vue": "^5.0.4",
Expand All @@ -85,7 +85,7 @@
"rollup": "^4.13.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-typescript2": "^0.36.0",
"sort-package-json": "^2.8.0",
"sort-package-json": "^2.9.0",
"typescript": "^5.4.3",
"vite": "~5.2.6",
"vue-eslint-parser": "^9.4.2",
Expand Down
122 changes: 61 additions & 61 deletions pnpm-lock.yaml

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

0 comments on commit 9b3aa5a

Please sign in to comment.