Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jan 22, 2024
1 parent c3a45f4 commit 78aeae6
Show file tree
Hide file tree
Showing 5 changed files with 413 additions and 414 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Expand Up @@ -10,14 +10,14 @@
},
"dependencies": {
"prettier": "^3.2.4",
"shikiji": "^0.9.19"
"shikiji": "^0.10.0"
},
"devDependencies": {
"@vite-pwa/vitepress": "^0.3.1",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"vite-plugin-pwa": "^0.17.4",
"vite-plugin-vue-devtools": "^7.0.11",
"vitepress": "1.0.0-rc.39",
"vitepress": "1.0.0-rc.40",
"vue": "^3.4.15"
}
}
1 change: 0 additions & 1 deletion eslint.config.js
Expand Up @@ -28,7 +28,6 @@ export default sxzz([
rules: {
'no-debugger': 'off',
'no-console': 'off',
'vue/valid-v-bind': 'off',
'vue/require-prop-types': 'off',
'vue/valid-define-props': 'off',
'vue/valid-attribute-name': 'off',
Expand Down
2 changes: 1 addition & 1 deletion packages/define-models/package.json
Expand Up @@ -89,7 +89,7 @@
},
"dependencies": {
"@vue-macros/common": "workspace:*",
"ast-walker-scope": "^0.5.0",
"ast-walker-scope": "^0.6.0",
"unplugin": "^1.6.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/define-options/package.json
Expand Up @@ -81,7 +81,7 @@
},
"dependencies": {
"@vue-macros/common": "workspace:*",
"ast-walker-scope": "^0.5.0",
"ast-walker-scope": "^0.6.0",
"unplugin": "^1.6.0"
},
"devDependencies": {
Expand Down

0 comments on commit 78aeae6

Please sign in to comment.