Skip to content

Commit

Permalink
Merge pull request #469 from dwightjack/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies (minor)
  • Loading branch information
dwightjack committed Jun 12, 2024
2 parents 3e3d930 + f2c7488 commit 00c50c3
Show file tree
Hide file tree
Showing 7 changed files with 5,298 additions and 252 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.13.1
20.14.0
10 changes: 5 additions & 5 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.1.2",
"packageManager": "pnpm@9.2.0",
"engines": {
"node": ">=16.16.0",
"pnpm": "^9.0.0"
Expand All @@ -24,14 +24,14 @@
"bugs": "https://github.com/dwightjack/vue-types/issues",
"devDependencies": {
"@changesets/cli": "2.27.3",
"@eslint/js": "9.2.0",
"@eslint/js": "9.4.0",
"@vitest/coverage-v8": "1.6.0",
"eslint": "9.2.0",
"eslint": "9.4.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"happy-dom": "14.10.3",
"happy-dom": "14.12.0",
"lefthook": "1.6.12",
"prettier": "3.2.5",
"prettier": "3.3.1",
"typescript": "5.4.5",
"typescript-eslint": "8.0.0-alpha.16",
"vite": "5.2.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@types/node": "20.12.12",
"@types/node": "20.14.2",
"babel-plugin-transform-node-env-inline": "0.4.3",
"cpy-cli": "5.0.0",
"cross-env": "7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"cross-env": "7.0.3",
"markdown-it-container": "4.0.0",
"vitepress": "1.1.4",
"vitepress": "1.2.3",
"vue": "3.4.27"
}
}
5 changes: 3 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,16 @@
],
"scripts": {
"prepublishOnly": "pnpm run build",
"build": "nuxt-module-build",
"build": "nuxt-module-build build",
"lint": "eslint 'src/**/*.ts'"
},
"dependencies": {
"@nuxt/kit": "^3.0.0"
},
"devDependencies": {
"@nuxt/module-builder": "^0.6.0",
"@nuxt/module-builder": "^0.7.0",
"@nuxt/schema": "^3.0.0",
"nuxt": "^3.0.0",
"vue-types": "workspace:^"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"moduleResolution": "Bundler",
"strict": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true
Expand Down
Loading

0 comments on commit 00c50c3

Please sign in to comment.