Skip to content

Commit 8e528a4

Browse files
committed
chore(deps): back to vite
- waiting for oxc-project/oxc#13162
1 parent 8636adf commit 8e528a4

2 files changed

Lines changed: 398 additions & 398 deletions

File tree

src/GZCTF/ClientApp/package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,27 +43,27 @@
4343
"i18next-resources-to-backend": "^1.2.1",
4444
"katex": "^0.16.22",
4545
"lz-string": "^1.5.0",
46-
"marked": "^16.1.2",
46+
"marked": "^16.2.0",
4747
"pdfjs-dist": "5.3.93",
4848
"react": "^19.1.1",
4949
"react-dom": "^19.1.1",
5050
"react-error-boundary": "^6.0.0",
5151
"react-i18next": "^15.6.1",
5252
"react-pdf": "^10.1.0",
5353
"react-router": "^7.8.1",
54-
"shiki": "^3.9.2",
54+
"shiki": "^3.10.0",
5555
"swr": "^2.3.6"
5656
},
5757
"devDependencies": {
58-
"@shikijs/transformers": "^3.9.2",
58+
"@shikijs/transformers": "^3.10.0",
5959
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
6060
"@types/chroma-js": "^3.1.1",
6161
"@types/katex": "^0.16.7",
6262
"@types/node": "^24.3.0",
6363
"@types/prismjs": "^1.26.5",
6464
"@types/react": "^19.1.10",
6565
"@types/react-dom": "^19.1.7",
66-
"@vitejs/plugin-react": "^5.0.0",
66+
"@vitejs/plugin-react": "^5.0.1",
6767
"axios": "^1.11.0",
6868
"babel-plugin-prismjs": "^2.1.0",
6969
"oxlint": "^1.12.0",
@@ -75,7 +75,7 @@
7575
"swagger-typescript-api": "^13.2.8",
7676
"tslib": "^2.8.1",
7777
"typescript": "5.9.2",
78-
"vite": "npm:rolldown-vite@^7.1.2",
78+
"vite": "^7.1.3",
7979
"vite-plugin-banner": "^0.8.1",
8080
"vite-plugin-optimize-css-modules": "^1.2.0",
8181
"vite-plugin-pages": "^0.33.1",
@@ -84,8 +84,7 @@
8484
},
8585
"pnpm": {
8686
"overrides": {
87-
"canvas": "npm:dry-uninstall",
88-
"vite": "npm:rolldown-vite"
87+
"canvas": "npm:dry-uninstall"
8988
},
9089
"onlyBuiltDependencies": [
9190
"esbuild"

0 commit comments

Comments
 (0)