Skip to content

Commit

Permalink
chore: update Vue (#214)
Browse files Browse the repository at this point in the history
* chore: update Vue
* chore(deps): update vuepress
* chore: use Node 20.9.0 in Netlify
  • Loading branch information
jledentu authored Nov 14, 2023
1 parent 9227432 commit 050baff
Show file tree
Hide file tree
Showing 3 changed files with 698 additions and 451 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.19.1
20.9.0
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vitest/coverage-v8": "^0.34.6",
"@vue/babel-plugin-jsx": "^1.1.5",
"@vue/babel-preset-jsx": "^1.2.4",
"@vue/compat": "^3.2.37",
"@vue/compiler-sfc": "^3.2.37",
"@vue/babel-preset-jsx": "^1.4.0",
"@vue/compat": "^3.3.8",
"@vue/compiler-sfc": "^3.3.8",
"@vue/test-utils": "2.0.2",
"@vuepress/plugin-register-components": "^2.0.0-beta.61",
"babel-core": "^7.0.0-bridge.0",
Expand Down Expand Up @@ -123,9 +123,9 @@
"uglify-es": "^3.3.4",
"vite": "^4.5.0",
"vitest": "^0.34.6",
"vue": "^3.2.37",
"vue": "^3.3.8",
"vue-docgen-cli": "^4.44.29",
"vuepress": "2.0.0-beta.61"
"vuepress": "2.0.0-beta.68"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit 050baff

Please sign in to comment.