File tree Expand file tree Collapse file tree 6 files changed +23
-948
lines changed
Expand file tree Collapse file tree 6 files changed +23
-948
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1313 "format" : " prettier --write ." ,
1414 "server:prod" : " NODE_NO_WARNINGS=1 NODE_ENV=production yarn run server" ,
1515 "start" : " yarn run build && yarn run server" ,
16- "test:runtime" : " tsx tests/test-urls.ts" ,
17- "test" : " vitest"
16+ "test:runtime" : " tsx tests/test-urls.ts"
1817 },
1918 "workspaces" : [
2019 " packages/*"
4241 "prettier" : " ^2.7.1" ,
4342 "sass-embedded" : " ^1.79.1" ,
4443 "stylus" : " ^0.55.0" ,
45- "typescript" : " ^5.1.6" ,
46- "vitest" : " ^1.6.0"
44+ "typescript" : " ^5.9.3"
4745 },
4846 "dependencies" : {
4947 "@blueprintjs/core" : " ^5.10.2" ,
155153 "vite-css-modules" : " ^1.11.1" ,
156154 "vite-plugin-cesium" : " ^1.2.23" ,
157155 "vite-plugin-cjs-interop" : " ^2.3.0" ,
158- "vite-plugin-inspect" : " ^0.8.4" ,
159156 "zustand" : " ^5.0.8"
160157 },
161158 "prettier" : {
Original file line number Diff line number Diff line change 3434 "@types/react-beautiful-dnd" : " ^13.1.2" ,
3535 "eslint" : " ^8.7.0" ,
3636 "eslint-config-next" : " ^12.0.8" ,
37- "typescript" : " ^4.5.4 "
37+ "typescript" : " ^5.9.3 "
3838 }
3939}
Original file line number Diff line number Diff line change 99 "devDependencies" : {
1010 "react" : " ^18" ,
1111 "react-dom" : " ^18" ,
12- "typescript" : " ^5.0.0 " ,
12+ "typescript" : " ^5.9.3 " ,
1313 "vite" : " ^7.2.2" ,
1414 "vite-plugin-cesium" : " ^1.2.23"
1515 },
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments