Skip to content

Commit 63a9d0e

Browse files
authored
chore: upgrade deps (#1070)
1 parent 7919b0d commit 63a9d0e

File tree

6 files changed

+93
-470
lines changed

6 files changed

+93
-470
lines changed

apps/vscode/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
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
},

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
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",

apps/web/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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,

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@
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
},

packages/core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
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": {

0 commit comments

Comments
 (0)