Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
[skip netlify]
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent be32a24 commit 399b95a
Show file tree
Hide file tree
Showing 5 changed files with 1,516 additions and 1,755 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.16.0
20.17.0
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://dwightjack.github.io/vue-types/",
"type": "module",
"private": true,
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": ">=16.16.0",
"pnpm": "^9.0.0"
Expand All @@ -24,17 +24,17 @@
"bugs": "https://github.com/dwightjack/vue-types/issues",
"devDependencies": {
"@changesets/cli": "2.27.3",
"@eslint/js": "9.8.0",
"@vitest/coverage-v8": "2.0.5",
"eslint": "9.8.0",
"@eslint/js": "9.11.1",
"@vitest/coverage-v8": "2.1.1",
"eslint": "9.11.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"happy-dom": "14.12.0",
"lefthook": "1.7.4",
"prettier": "3.3.1",
"typescript": "5.5.3",
"typescript-eslint": "8.0.0-alpha.16",
"vite": "5.3.6",
"vitest": "2.0.5"
"typescript": "5.6.2",
"typescript-eslint": "8.8.0",
"vite": "5.4.8",
"vitest": "2.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@types/node": "20.14.2",
"@types/node": "20.16.10",
"babel-plugin-transform-node-env-inline": "0.4.3",
"cpy-cli": "5.0.0",
"cross-env": "7.0.3",
"del": "7.1.0",
"del-cli": "5.1.0",
"microbundle": "0.15.1",
"typescript": "5.5.3"
"typescript": "5.6.2"
},
"dependencies": {
"is-plain-object": "5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"cross-env": "7.0.3",
"markdown-it-container": "4.0.0",
"vitepress": "1.3.1",
"vue": "3.4.27"
"vue": "3.5.10"
}
}
Loading

0 comments on commit 399b95a

Please sign in to comment.