Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 31, 2023
1 parent a2e7b9d commit 0d94bae
Show file tree
Hide file tree
Showing 3 changed files with 1,323 additions and 3,080 deletions.
24 changes: 12 additions & 12 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,23 @@
"pinia-orm": ">=1.6.7"
},
"dependencies": {
"@nuxt/kit": "^3.5.2"
"@nuxt/kit": "^3.7.0"
},
"devDependencies": {
"@nuxt/devtools": "^0.5.5",
"@nuxt/module-builder": "^0.4.0",
"@nuxt/schema": "^3.5.2",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxt/devtools": "^0.8.2",
"@nuxt/module-builder": "^0.5.0",
"@nuxt/schema": "^3.7.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@pinia/nuxt": "^0.4.11",
"@types/prettier": "^2.7.2",
"eslint": "^8.41.0",
"@types/prettier": "^2.7.3",
"eslint": "^8.48.0",
"nuxt": "^3.3.2",
"pinia": "^2.1.3",
"pinia": "^2.1.6",
"pinia-orm": "^1.0.0",
"prettier": "^3.0.0",
"std-env": "^3.3.3",
"typescript": "^5.0.4",
"vite": "^4.3.9",
"prettier": "^3.0.3",
"std-env": "^3.4.3",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vue": "^3.3.4"
},
"repository": {
Expand Down
52 changes: 26 additions & 26 deletions packages/pinia-orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,40 +57,40 @@
"test": "pnpm run test:3"
},
"peerDependencies": {
"pinia": "^2.1.3"
"pinia": "^2.1.6"
},
"dependencies": {
"@pinia-orm/normalizr": ">=1.6.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.3",
"@pinia/testing": "^0.1.2",
"@size-limit/preset-small-lib": "^8.2.4",
"@types/node": "^18.16.16",
"@types/prettier": "^2.7.2",
"@types/uuid": "^9.0.1",
"@vitest/coverage-c8": "^0.31.2",
"@vitest/ui": "^0.31.2",
"@vue/composition-api": "^1.7.1",
"@vue/test-utils": "^2.3.2",
"c8": "^8.0.0",
"core-js": "^3.30.2",
"eslint": "^8.41.0",
"happy-dom": "^10.0.3",
"mkdist": "^1.2.0",
"@antfu/eslint-config": "^0.41.0",
"@pinia/testing": "^0.1.3",
"@size-limit/preset-small-lib": "^8.2.6",
"@types/node": "^18.17.12",
"@types/prettier": "^2.7.3",
"@types/uuid": "^9.0.3",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/ui": "^0.34.3",
"@vue/composition-api": "^1.7.2",
"@vue/test-utils": "^2.4.1",
"c8": "^8.0.1",
"core-js": "^3.32.1",
"eslint": "^8.48.0",
"happy-dom": "^10.11.2",
"mkdist": "^1.3.0",
"nanoid": "^4.0.2",
"pinia": "^2.1.3",
"prettier": "^3.0.0",
"size-limit": "^8.2.4",
"std-env": "^3.3.3",
"tsup": "^7.0.0",
"typescript": "^5.0.4",
"pinia": "^2.1.6",
"prettier": "^3.0.3",
"size-limit": "^8.2.6",
"std-env": "^3.4.3",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"uuid": "^9.0.0",
"vite": "^4.3.9",
"vitest": "^0.31.2",
"vite": "^4.4.9",
"vitest": "^0.34.3",
"vue": "^3.3.4",
"vue-demi": "^0.14.5",
"vue-demi": "^0.14.6",
"vue2": "npm:vue@^2.7.3"
},
"size-limit": [
Expand All @@ -112,7 +112,7 @@
}
],
"volta": {
"node": "18.16.0"
"node": "18.17.1"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 0d94bae

Please sign in to comment.