Skip to content

Commit

Permalink
update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Aug 8, 2023
1 parent 621877e commit 4baaff6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 48 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@reduxjs/toolkit": "next",
"@reduxjs/toolkit": "^2.0.0-beta.0",
"@vitejs/plugin-react": "^4.0.4",
"@vituum/vite-plugin-liquid": "^1.0.0",
"@yarnpkg/pnpify": "^4.0.0-rc.48",
Expand All @@ -46,7 +46,7 @@
"react-router": "^6.14.2",
"react-router-dom": "^6.14.2",
"redux-logger": "^3.0.6",
"vite": "^4.4.8",
"vite": "^4.4.9",
"vite-plugin-pwa": "^0.16.4",
"vituum": "^1.0.0",
"workbox-core": "^7.0.0",
Expand Down
52 changes: 6 additions & 46 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2381,7 +2381,7 @@ __metadata:
languageName: node
linkType: hard

"@reduxjs/toolkit@npm:next":
"@reduxjs/toolkit@npm:^2.0.0-beta.0":
version: 2.0.0-beta.0
resolution: "@reduxjs/toolkit@npm:2.0.0-beta.0"
dependencies:
Expand Down Expand Up @@ -6990,7 +6990,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "pgtune@workspace:."
dependencies:
"@reduxjs/toolkit": next
"@reduxjs/toolkit": ^2.0.0-beta.0
"@vitejs/plugin-react": ^4.0.4
"@vituum/vite-plugin-liquid": ^1.0.0
"@yarnpkg/pnpify": ^4.0.0-rc.48
Expand Down Expand Up @@ -7019,7 +7019,7 @@ __metadata:
react-router: ^6.14.2
react-router-dom: ^6.14.2
redux-logger: ^3.0.6
vite: ^4.4.8
vite: ^4.4.9
vite-plugin-pwa: ^0.16.4
vituum: ^1.0.0
workbox-core: ^7.0.0
Expand Down Expand Up @@ -7471,7 +7471,7 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.4.26, postcss@npm:^8.4.27":
"postcss@npm:^8.4.27":
version: 8.4.27
resolution: "postcss@npm:8.4.27"
dependencies:
Expand Down Expand Up @@ -8016,7 +8016,7 @@ __metadata:
languageName: node
linkType: hard

"rollup@npm:^3.25.2, rollup@npm:^3.27.1":
"rollup@npm:^3.27.1":
version: 3.27.2
resolution: "rollup@npm:3.27.2"
dependencies:
Expand Down Expand Up @@ -8916,7 +8916,7 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^4.3":
"vite@npm:^4.3, vite@npm:^4.4.9":
version: 4.4.9
resolution: "vite@npm:4.4.9"
dependencies:
Expand Down Expand Up @@ -8956,46 +8956,6 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^4.4.8":
version: 4.4.8
resolution: "vite@npm:4.4.8"
dependencies:
esbuild: ^0.18.10
fsevents: ~2.3.2
postcss: ^8.4.26
rollup: ^3.25.2
peerDependencies:
"@types/node": ">= 14"
less: "*"
lightningcss: ^1.21.0
sass: "*"
stylus: "*"
sugarss: "*"
terser: ^5.4.0
dependenciesMeta:
fsevents:
optional: true
peerDependenciesMeta:
"@types/node":
optional: true
less:
optional: true
lightningcss:
optional: true
sass:
optional: true
stylus:
optional: true
sugarss:
optional: true
terser:
optional: true
bin:
vite: bin/vite.js
checksum: e8ffe688f8a7396b1357778f00cb06d1f3dadad200823c47a1955cf52774a0cbff5ac4d6a8f8d09e26c1d4e588e5815956f9eba02ae301e77a36c3d181a1bc86
languageName: node
linkType: hard

"vituum@npm:^1.0.0":
version: 1.0.0
resolution: "vituum@npm:1.0.0"
Expand Down

0 comments on commit 4baaff6

Please sign in to comment.