Skip to content

Commit 03d0392

Browse files
committed
chore: apply nolyfill
1 parent e5b1857 commit 03d0392

File tree

2 files changed

+781
-1675
lines changed

2 files changed

+781
-1675
lines changed

package.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"license": "AGPL-3.0-or-later",
77
"scripts": {
88
"preinstall": "npx only-allow pnpm",
9+
"postinstall": "npx nolyfill",
910
"dev": "vite",
1011
"build": "vite build",
1112
"preview": "vite preview",
@@ -18,7 +19,7 @@
1819
},
1920
"dependencies": {
2021
"@octokit/core": "^7.0.2",
21-
"@tabler/icons-vue": "^3.33.0",
22+
"@tabler/icons-vue": "^3.34.0",
2223
"@vitejs/plugin-vue": "^5.2.4",
2324
"@vueuse/core": "^13.3.0",
2425
"@vueuse/integrations": "^13.3.0",
@@ -32,17 +33,17 @@
3233
"vue-dompurify-html": "^5.3.0"
3334
},
3435
"devDependencies": {
35-
"@antfu/eslint-config": "^4.13.2",
36+
"@antfu/eslint-config": "^4.13.3",
3637
"@octokit/types": "^14.1.0",
3738
"@stylistic/stylelint-plugin": "^3.1.2",
3839
"@total-typescript/ts-reset": "^0.6.1",
39-
"@types/node": "^22.15.24",
40+
"@types/node": "^22.15.29",
4041
"@types/semver": "^7.7.0",
41-
"eslint": "^9.27.0",
42+
"eslint": "^9.28.0",
4243
"mime-type": "^5.0.3",
4344
"postcss-html": "^1.8.0",
4445
"postcss-scss": "^4.0.9",
45-
"sass-embedded": "^1.89.0",
46+
"sass-embedded": "^1.89.1",
4647
"stylelint": "^16.20.0",
4748
"stylelint-config-recess-order": "^6.0.0",
4849
"stylelint-config-standard-scss": "^15.0.1",
@@ -59,5 +60,12 @@
5960
"workbox-routing": "^7.3.0",
6061
"workbox-strategies": "^7.3.0",
6162
"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+
}
6270
}
6371
}

0 commit comments

Comments
 (0)