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 Jul 7, 2024
1 parent 1e76c05 commit 4231217
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 184 deletions.
6 changes: 3 additions & 3 deletions docs-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"vue": "^3.4.31"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.2",
"@antfu/eslint-config": "^2.21.3",
"@iconify/json": "^2.2.225",
"@types/file-saver": "^2.0.7",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/compiler-sfc": "^3.4.31",
"eslint": "^9.6.0",
Expand All @@ -49,7 +49,7 @@
"vite": "^5.3.3",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-windicss": "^1.9.3",
"vue-tsc": "^2.0.24",
"vue-tsc": "^2.0.26",
"windicss": "^3.5.6"
},
"packageManager": "yarn@4.3.1"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stormtail/pinia-orm-root",
"private": true,
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.5.0",
"scripts": {
"release": "node scripts/release.mjs",
"cleanup": "rimraf 'packages/**/node_modules' 'playground/node_modules' 'node_modules'",
Expand All @@ -24,10 +24,10 @@
"docs:api": "lerna run docs:api --scope @pinia/docs"
},
"devDependencies": {
"@lerna-lite/cli": "^3.6.0",
"@lerna-lite/run": "^3.6.0",
"@lerna-lite/cli": "^3.7.0",
"@lerna-lite/run": "^3.7.0",
"@types/lodash.kebabcase": "^4.1.9",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"chalk": "^4.1.2",
"changelogen": "^0.5.5",
"conventional-changelog-cli": "^5.0.0",
Expand All @@ -41,7 +41,7 @@
"p-series": "^3.0.0",
"pascalcase": "^2.0.0",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"rimraf": "^5.0.8",
"semver": "^7.6.2",
"sponsorkit": "^0.14.6",
"typescript": "^5.5.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/pinia-orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@pinia/testing": "^0.1.3",
"@size-limit/preset-small-lib": "^11.1.4",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"@types/prettier": "^3.0.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/parser": "^7.15.0",
Expand Down
Loading

0 comments on commit 4231217

Please sign in to comment.