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] committed May 26, 2024
1 parent ed747cb commit b425b70
Show file tree
Hide file tree
Showing 7 changed files with 630 additions and 487 deletions.
12 changes: 6 additions & 6 deletions docs-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"lz-string": "^1.5.0",
"monaco-editor": "0.48.0",
"monaco-editor-core": "^0.48.0",
"monaco-editor": "0.49.0",
"monaco-editor-core": "^0.49.0",
"pinia": "^2.1.7",
"pinia-orm": "^1.9.0",
"pinia-orm": "^1.9.1",
"splitpanes": "^3.1.5",
"theme-vitesse": "^0.8.0",
"vscode-html-languageservice": "^5.2.0",
"vue": "^3.4.27"
},
"devDependencies": {
"@antfu/eslint-config": "^2.18.0",
"@iconify/json": "^2.2.211",
"@antfu/eslint-config": "^2.18.1",
"@iconify/json": "^2.2.213",
"@types/file-saver": "^2.0.7",
"@types/node": "^20.12.12",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.27",
"eslint": "^9.2.0",
"eslint": "^9.3.0",
"typescript": "^5.4.5",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
Expand Down
6 changes: 3 additions & 3 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.1.1",
"packageManager": "pnpm@9.1.2",
"scripts": {
"release": "node scripts/release.mjs",
"cleanup": "rimraf 'packages/**/node_modules' 'playground/node_modules' 'node_modules'",
Expand Down Expand Up @@ -35,15 +35,15 @@
"execa": "^9.1.0",
"expect": "^29.7.0",
"globby": "^14.0.1",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.5",
"lodash.kebabcase": "^4.1.1",
"minimist": "^1.2.8",
"p-series": "^3.0.0",
"pascalcase": "^2.0.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
"semver": "^7.6.2",
"sponsorkit": "^0.14.4",
"sponsorkit": "^0.14.5",
"typescript": "^5.4.5",
"yorkie": "^2.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,18 @@
},
"license": "MIT",
"peerDependencies": {
"axios": ">=1.6.8",
"pinia-orm": ">=1.9.0",
"axios": ">=1.7.2",
"pinia-orm": ">=1.9.1",
"pinia": ">=2.1.7"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.3.12",
"@nuxt/eslint-config": "^0.3.13",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@size-limit/preset-small-lib": "^11.1.4",
"@vitest/coverage-v8": "^1.6.0",
"axios": "^1.6.8",
"axios": "^1.7.2",
"axios-mock-adapter": "^1.22.0",
"eslint": "^9.2.0",
"eslint": "^9.3.0",
"pinia": "^2.1.7",
"pinia-orm": "workspace:*",
"size-limit": "^11.1.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/normalizr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
],
"license": "MIT",
"devDependencies": {
"@nuxt/eslint-config": "^0.3.12",
"@nuxt/eslint-config": "^0.3.13",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@size-limit/preset-small-lib": "^11.1.4",
"eslint": "^9.2.0",
"eslint": "^9.3.0",
"immutable": "^4.3.6",
"size-limit": "^11.1.4",
"typescript": "^5.4.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
},
"devDependencies": {
"@nuxt/devtools": "^1.3.1",
"@nuxt/eslint-config": "^0.3.12",
"@nuxt/module-builder": "^0.6.0",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/module-builder": "^0.7.0",
"@nuxt/schema": "^3.11.2",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@pinia/nuxt": "^0.5.1",
"@types/prettier": "^3.0.0",
"eslint": "^9.2.0",
"eslint": "^9.3.0",
"nuxt": "^3.11.2",
"pinia": "^2.1.7",
"prettier": "^3.2.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/pinia-orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,24 +59,24 @@
"pinia": "^2.1.7"
},
"dependencies": {
"@pinia-orm/normalizr": ">=1.9.0"
"@pinia-orm/normalizr": ">=1.9.1"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.3.12",
"@nuxt/eslint-config": "^0.3.13",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@pinia/testing": "^0.1.3",
"@size-limit/preset-small-lib": "^11.1.4",
"@types/node": "^20.12.12",
"@types/prettier": "^3.0.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/parser": "^7.9.0",
"@typescript-eslint/parser": "^7.10.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"@vue/composition-api": "^1.7.2",
"@vue/test-utils": "^2.4.6",
"c8": "^9.1.0",
"core-js": "^3.37.1",
"eslint": "^9.2.0",
"eslint": "^9.3.0",
"happy-dom": "^14.11.0",
"mkdist": "^1.5.1",
"nanoid": "4.0.2",
Expand Down

0 comments on commit b425b70

Please sign in to comment.