Skip to content

Commit

Permalink
fix(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 Nov 22, 2023
1 parent 93c6be5 commit 65dd732
Show file tree
Hide file tree
Showing 5 changed files with 804 additions and 547 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.1
18.18.2
22 changes: 11 additions & 11 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@7.29.3",
"packageManager": "pnpm@7.33.6",
"engines": {
"node": ">=16.16.0",
"pnpm": "^7.29.3"
Expand All @@ -24,17 +24,17 @@
"bugs": "https://github.com/dwightjack/vue-types/issues",
"devDependencies": {
"@changesets/cli": "2.26.2",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"@vitest/coverage-c8": "0.31.4",
"eslint": "8.40.0",
"eslint-config-prettier": "8.8.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vitest/coverage-c8": "0.33.0",
"eslint": "8.54.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-prettier": "5.0.0",
"happy-dom": "12.10.3",
"lefthook": "1.3.13",
"prettier": "3.0.1",
"typescript": "5.0.4",
"vite": "4.3.9",
"vitest": "0.31.4"
"lefthook": "1.5.2",
"prettier": "3.1.0",
"typescript": "5.3.2",
"vite": "4.5.0",
"vitest": "0.34.6"
}
}
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@types/node": "20.1.7",
"@types/node": "20.9.4",
"babel-plugin-transform-node-env-inline": "0.4.3",
"cpy-cli": "5.0.0",
"cross-env": "7.0.3",
"del": "7.0.0",
"del-cli": "5.0.0",
"del": "7.1.0",
"del-cli": "5.1.0",
"microbundle": "0.15.1",
"typescript": "5.0.4"
"typescript": "5.3.2"
},
"dependencies": {
"is-plain-object": "5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@nuxt/kit": "^3.0.0"
},
"devDependencies": {
"@nuxt/module-builder": "^0.3.1",
"@nuxt/module-builder": "^0.5.0",
"@nuxt/schema": "^3.0.0",
"vue-types": "workspace:^"
},
Expand Down
Loading

0 comments on commit 65dd732

Please sign in to comment.