File tree Expand file tree Collapse file tree 6 files changed +93
-470
lines changed Expand file tree Collapse file tree 6 files changed +93
-470
lines changed Original file line number Diff line number Diff line change 8282 "@md/shared" : " workspace:*" ,
8383 "@types/webpack" : " ^5.28.5" ,
8484 "isomorphic-dompurify" : " ^2.29.0" ,
85+ "postcss" : " ^8.5.1" ,
8586 "ts-loader" : " ^9.5.4" ,
8687 "tsconfig-paths-webpack-plugin" : " ^4.2.0"
8788 },
Original file line number Diff line number Diff line change 9797 "tailwindcss" : " ^4.1.14" ,
9898 "unplugin-auto-import" : " ^20.2.0" ,
9999 "unplugin-vue-components" : " ^29.1.0" ,
100- "vite" : " ^7.1.7 " ,
100+ "vite" : " ^7.1.10 " ,
101101 "vite-plugin-node-polyfills" : " ^0.24.0" ,
102102 "vite-plugin-pwa" : " ^1.1.0" ,
103103 "vite-plugin-radar" : " ^0.10.0" ,
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ export default defineConfig(({ mode }) => {
6464 } ,
6565 workbox : {
6666 maximumFileSizeToCacheInBytes : 6 * 1024 * 1024 ,
67+ navigateFallback : null ,
6768 } ,
6869 devOptions : {
6970 enabled : true ,
Original file line number Diff line number Diff line change 4444 "simple-git-hooks" : " ^2.12.1" ,
4545 "typescript" : " ~5.9.3"
4646 },
47+ "pnpm" : {
48+ "overrides" : {
49+ "core-js@<3" : " ^3.46.0" ,
50+ "glob@<8" : " ^10.4.5" ,
51+ "inflight" : " npm:@hishprorg/voluptates-laborum@^2.0.0" ,
52+ "source-map@0.8.0-beta.0" : " 0.7.4" ,
53+ "workbox-build>source-map" : " 0.7.4"
54+ }
55+ },
4756 "simple-git-hooks" : {
4857 "pre-commit" : " npx lint-staged"
4958 },
Original file line number Diff line number Diff line change 1919 "isomorphic-dompurify" : " ^2.29.0" ,
2020 "marked" : " ^16.4.0" ,
2121 "mermaid" : " ^11.12.0" ,
22+ "postcss" : " ^8.5.1" ,
2223 "reading-time" : " ^1.5.0"
2324 },
2425 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments