Skip to content

Commit

Permalink
chore: upgrade vite
Browse files Browse the repository at this point in the history
Signed-off-by: thediveo <[email protected]>
  • Loading branch information
thediveo committed Jan 7, 2024
1 parent ec04808 commit 9ccce92
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion web/lxkns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"typographic-em-dashes": "^1.0.2",
"typographic-en-dashes": "^1.0.1",
"typographic-quotes": "^2.0.1",
"vite": "^4.5.0",
"vite": "^4.5.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^4.1.0",
"vite-tsconfig-paths": "^4.2.1"
Expand Down
2 changes: 1 addition & 1 deletion web/lxkns/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "ESNext",
"moduleResolution": "Node",
"moduleResolution": "NodeNext",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
Expand Down
10 changes: 5 additions & 5 deletions web/lxkns/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9597,7 +9597,7 @@ __metadata:
typographic-em-dashes: "npm:^1.0.2"
typographic-en-dashes: "npm:^1.0.1"
typographic-quotes: "npm:^2.0.1"
vite: "npm:^4.5.0"
vite: "npm:^4.5.1"
vite-plugin-eslint: "npm:^1.8.1"
vite-plugin-svgr: "npm:^4.1.0"
vite-tsconfig-paths: "npm:^4.2.1"
Expand Down Expand Up @@ -13751,9 +13751,9 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^4.5.0":
version: 4.5.0
resolution: "vite@npm:4.5.0"
"vite@npm:^4.5.1":
version: 4.5.1
resolution: "vite@npm:4.5.1"
dependencies:
esbuild: "npm:^0.18.10"
fsevents: "npm:~2.3.2"
Expand Down Expand Up @@ -13787,7 +13787,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 7e21e9e4b80656ae5ee61e8c5edb5e8f589139c2b22c43e89d054c65a0194f1c1ef066fbc770204173c7eb244c798265042f988adda5880ad74337a053b28b7f
checksum: 352a94b13f793e4bcbc424d680a32507343223eeda8917fde0f23c1fa1ba3db7c806dade8461ca5cfb270154ddb8895a219fdd4384519fe9b8e46d1cf491a890
languageName: node
linkType: hard

Expand Down

0 comments on commit 9ccce92

Please sign in to comment.