File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 with :
2323 fetch-depth : 0
2424 - run : corepack enable
25- - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
25+ - uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
2626 with :
2727 node-version : 20
2828 cache : " pnpm"
Original file line number Diff line number Diff line change 2525 - run : corepack enable
2626
2727 - name : Set node version to 18
28- uses : actions/setup-node@v4.0.2
28+ uses : actions/setup-node@v4.0.3
2929 with :
3030 node-version : 18
3131 cache : " pnpm"
4848 - run : corepack enable
4949
5050 - name : Set node version to 18
51- uses : actions/setup-node@v4.0.2
51+ uses : actions/setup-node@v4.0.3
5252 with :
5353 node-version : 18
5454 cache : " pnpm"
7474 - run : corepack enable
7575
7676 - name : Set node version to 18
77- uses : actions/setup-node@v4.0.2
77+ uses : actions/setup-node@v4.0.3
7878 with :
7979 node-version : 18
8080 cache : " pnpm"
9696 - run : corepack enable
9797
9898 - name : Set node version to 18
99- uses : actions/setup-node@v4.0.2
99+ uses : actions/setup-node@v4.0.3
100100 with :
101101 node-version : 18
102102 cache : " pnpm"
Original file line number Diff line number Diff line change 3838 with :
3939 fetch-depth : 0
4040 - run : corepack enable
41- - uses : actions/setup-node@v4.0.2
41+ - uses : actions/setup-node@v4.0.3
4242 with :
4343 node-version : 20
4444 cache : " pnpm"
Original file line number Diff line number Diff line change 2121 with :
2222 fetch-depth : 0
2323 - run : corepack enable
24- - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
24+ - uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
2525 with :
2626 node-version : 20
2727 registry-url : " https://registry.npmjs.org/"
Original file line number Diff line number Diff line change 2929 "monaco-editor" : " 0.50.0" ,
3030 "monaco-editor-core" : " ^0.50.0" ,
3131 "pinia" : " ^2.1.7" ,
32- "pinia-orm" : " ^1.9.1 " ,
32+ "pinia-orm" : " ^1.9.2 " ,
3333 "splitpanes" : " ^3.1.5" ,
3434 "theme-vitesse" : " ^0.8.0" ,
3535 "vscode-html-languageservice" : " ^5.3.0" ,
3636 "vue" : " ^3.4.31"
3737 },
3838 "devDependencies" : {
39- "@antfu/eslint-config" : " ^2.21.2 " ,
40- "@iconify/json" : " ^2.2.225 " ,
39+ "@antfu/eslint-config" : " ^2.22.3 " ,
40+ "@iconify/json" : " ^2.2.228 " ,
4141 "@types/file-saver" : " ^2.0.7" ,
42- "@types/node" : " ^20.14.9 " ,
42+ "@types/node" : " ^20.14.10 " ,
4343 "@vitejs/plugin-vue" : " ^5.0.5" ,
4444 "@vue/compiler-sfc" : " ^3.4.31" ,
45- "eslint" : " ^9.6 .0" ,
45+ "eslint" : " ^9.7 .0" ,
4646 "typescript" : " ^5.5.3" ,
4747 "unplugin-icons" : " ^0.19.0" ,
4848 "unplugin-vue-components" : " ^0.27.2" ,
4949 "vite" : " ^5.3.3" ,
5050 "vite-plugin-pwa" : " ^0.20.0" ,
5151 "vite-plugin-windicss" : " ^1.9.3" ,
52- "vue-tsc" : " ^2.0.24 " ,
52+ "vue-tsc" : " ^2.0.26 " ,
5353 "windicss" : " ^3.5.6"
5454 },
5555 "packageManager" : " yarn@4.3.1"
Original file line number Diff line number Diff line change 11{
22 "name" : " @stormtail/pinia-orm-root" ,
33 "private" : true ,
4- "packageManager" : " pnpm@9.4 .0" ,
4+ "packageManager" : " pnpm@9.5 .0" ,
55 "scripts" : {
66 "release" : " node scripts/release.mjs" ,
77 "cleanup" : " rimraf 'packages/**/node_modules' 'playground/node_modules' 'node_modules'" ,
2424 "docs:api" : " lerna run docs:api --scope @pinia/docs"
2525 },
2626 "devDependencies" : {
27- "@lerna-lite/cli" : " ^3.6.0 " ,
28- "@lerna-lite/run" : " ^3.6.0 " ,
27+ "@lerna-lite/cli" : " ^3.7.1 " ,
28+ "@lerna-lite/run" : " ^3.7.1 " ,
2929 "@types/lodash.kebabcase" : " ^4.1.9" ,
30- "@types/node" : " ^20.14.9 " ,
30+ "@types/node" : " ^20.14.10 " ,
3131 "chalk" : " ^4.1.2" ,
3232 "changelogen" : " ^0.5.5" ,
3333 "conventional-changelog-cli" : " ^5.0.0" ,
4040 "minimist" : " ^1.2.8" ,
4141 "p-series" : " ^3.0.0" ,
4242 "pascalcase" : " ^2.0.0" ,
43- "prettier" : " ^3.3.2 " ,
43+ "prettier" : " ^3.3.3 " ,
4444 "rimraf" : " ^6.0.1" ,
4545 "semver" : " ^7.6.2" ,
46- "sponsorkit" : " ^0.14.6 " ,
46+ "sponsorkit" : " ^0.14.7 " ,
4747 "typescript" : " ^5.5.3" ,
4848 "yorkie" : " ^2.0.0"
4949 },
Original file line number Diff line number Diff line change 5555 "license" : " MIT" ,
5656 "peerDependencies" : {
5757 "axios" : " >=1.7.2" ,
58- "pinia-orm" : " >=1.9.1 " ,
58+ "pinia-orm" : " >=1.9.2 " ,
5959 "pinia" : " >=2.1.7"
6060 },
6161 "devDependencies" : {
6565 "@vitest/coverage-v8" : " ^1.6.0" ,
6666 "axios" : " ^1.7.2" ,
6767 "axios-mock-adapter" : " ^1.22.0" ,
68- "eslint" : " ^9.6 .0" ,
68+ "eslint" : " ^9.7 .0" ,
6969 "pinia" : " ^2.1.7" ,
7070 "pinia-orm" : " workspace:*" ,
7171 "size-limit" : " ^11.1.4" ,
Original file line number Diff line number Diff line change 5757 "@nuxt/eslint-config" : " ^0.3.13" ,
5858 "@nuxtjs/eslint-config-typescript" : " ^12.1.0" ,
5959 "@size-limit/preset-small-lib" : " ^11.1.4" ,
60- "eslint" : " ^9.6 .0" ,
60+ "eslint" : " ^9.7 .0" ,
6161 "immutable" : " ^4.3.6" ,
6262 "size-limit" : " ^11.1.4" ,
6363 "typescript" : " ^5.5.3" ,
Original file line number Diff line number Diff line change 5353 "@nuxtjs/eslint-config-typescript" : " ^12.1.0" ,
5454 "@pinia/nuxt" : " ^0.5.1" ,
5555 "@types/prettier" : " ^3.0.0" ,
56- "eslint" : " ^9.6 .0" ,
56+ "eslint" : " ^9.7 .0" ,
5757 "nuxt" : " ^3.11.2" ,
5858 "pinia" : " ^2.1.7" ,
59- "prettier" : " ^3.3.2 " ,
59+ "prettier" : " ^3.3.3 " ,
6060 "std-env" : " ^3.7.0" ,
6161 "typescript" : " ^5.5.3" ,
6262 "vite" : " ^5.3.3" ,
Original file line number Diff line number Diff line change 5959 "pinia" : " ^2.1.7"
6060 },
6161 "dependencies" : {
62- "@pinia-orm/normalizr" : " >=1.9.1 "
62+ "@pinia-orm/normalizr" : " >=1.9.2 "
6363 },
6464 "devDependencies" : {
6565 "@nuxt/eslint-config" : " ^0.3.13" ,
6666 "@nuxtjs/eslint-config-typescript" : " ^12.1.0" ,
6767 "@pinia/testing" : " ^0.1.3" ,
6868 "@size-limit/preset-small-lib" : " ^11.1.4" ,
69- "@types/node" : " ^20.14.9 " ,
69+ "@types/node" : " ^20.14.10 " ,
7070 "@types/prettier" : " ^3.0.0" ,
7171 "@types/uuid" : " ^10.0.0" ,
72- "@typescript-eslint/parser" : " ^7.15 .0" ,
72+ "@typescript-eslint/parser" : " ^7.16 .0" ,
7373 "@vitest/coverage-v8" : " ^1.6.0" ,
7474 "@vitest/ui" : " ^1.6.0" ,
7575 "@vue/composition-api" : " ^1.7.2" ,
7676 "@vue/test-utils" : " ^2.4.6" ,
7777 "c8" : " ^10.1.2" ,
7878 "core-js" : " ^3.37.1" ,
79- "eslint" : " ^9.6 .0" ,
79+ "eslint" : " ^9.7 .0" ,
8080 "happy-dom" : " ^14.12.3" ,
8181 "mkdist" : " ^1.5.3" ,
8282 "nanoid" : " 4.0.2" ,
8383 "pinia" : " ^2.1.7" ,
84- "prettier" : " ^3.3.2 " ,
84+ "prettier" : " ^3.3.3 " ,
8585 "size-limit" : " ^11.1.4" ,
8686 "std-env" : " ^3.7.0" ,
8787 "tsup" : " ^8.1.0" ,
113113 }
114114 ],
115115 "volta" : {
116- "node" : " 20.15.0 "
116+ "node" : " 20.15.1 "
117117 },
118118 "repository" : {
119119 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments