|
6 | 6 | "license": "AGPL-3.0-or-later", |
7 | 7 | "scripts": { |
8 | 8 | "preinstall": "npx only-allow pnpm", |
| 9 | + "postinstall": "npx nolyfill", |
9 | 10 | "dev": "vite", |
10 | 11 | "build": "vite build", |
11 | 12 | "preview": "vite preview", |
|
18 | 19 | }, |
19 | 20 | "dependencies": { |
20 | 21 | "@octokit/core": "^7.0.2", |
21 | | - "@tabler/icons-vue": "^3.33.0", |
| 22 | + "@tabler/icons-vue": "^3.34.0", |
22 | 23 | "@vitejs/plugin-vue": "^5.2.4", |
23 | 24 | "@vueuse/core": "^13.3.0", |
24 | 25 | "@vueuse/integrations": "^13.3.0", |
|
32 | 33 | "vue-dompurify-html": "^5.3.0" |
33 | 34 | }, |
34 | 35 | "devDependencies": { |
35 | | - "@antfu/eslint-config": "^4.13.2", |
| 36 | + "@antfu/eslint-config": "^4.13.3", |
36 | 37 | "@octokit/types": "^14.1.0", |
37 | 38 | "@stylistic/stylelint-plugin": "^3.1.2", |
38 | 39 | "@total-typescript/ts-reset": "^0.6.1", |
39 | | - "@types/node": "^22.15.24", |
| 40 | + "@types/node": "^22.15.29", |
40 | 41 | "@types/semver": "^7.7.0", |
41 | | - "eslint": "^9.27.0", |
| 42 | + "eslint": "^9.28.0", |
42 | 43 | "mime-type": "^5.0.3", |
43 | 44 | "postcss-html": "^1.8.0", |
44 | 45 | "postcss-scss": "^4.0.9", |
45 | | - "sass-embedded": "^1.89.0", |
| 46 | + "sass-embedded": "^1.89.1", |
46 | 47 | "stylelint": "^16.20.0", |
47 | 48 | "stylelint-config-recess-order": "^6.0.0", |
48 | 49 | "stylelint-config-standard-scss": "^15.0.1", |
|
59 | 60 | "workbox-routing": "^7.3.0", |
60 | 61 | "workbox-strategies": "^7.3.0", |
61 | 62 | "workbox-window": "^7.3.0" |
| 63 | + }, |
| 64 | + "pnpm": { |
| 65 | + "overrides": { |
| 66 | + "is-core-module": "npm:@nolyfill/is-core-module@^1", |
| 67 | + "safe-buffer": "npm:@nolyfill/safe-buffer@^1", |
| 68 | + "string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@^1" |
| 69 | + } |
62 | 70 | } |
63 | 71 | } |
0 commit comments