Skip to content

Commit dc92cb7

Browse files
committed
🔧 fix: strict peer deps
1 parent e1cb1b0 commit dc92cb7

File tree

3 files changed

+203
-215
lines changed

3 files changed

+203
-215
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
engine-strict=true
2+
strict-peer-dependencies=false

package.json

Lines changed: 25 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "hifumin",
33
"version": "0.0.0",
4+
"type": "module",
45
"scripts": {
56
"dev": "vite dev",
67
"build": "vite build",
@@ -10,45 +11,42 @@
1011
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
1112
"start": "node ./build"
1213
},
14+
"dependencies": {
15+
"@builder.io/partytown": "^0.6.4",
16+
"@saltyaom/gql": "1.3.2",
17+
"@saltyaom/gql-inmemory-cache": "1.3.0",
18+
"@saltyaom/gql-local-cache": "1.3.0",
19+
"js-cookie": "^3.0.1",
20+
"dayjs": "^1.11.4"
21+
},
1322
"devDependencies": {
1423
"@sveltejs/adapter-node": "1.0.0-next.85",
1524
"@sveltejs/kit": "1.0.0-next.396",
1625
"@types/js-cookie": "^3.0.2",
17-
"@typescript-eslint/eslint-plugin": "^4.33.0",
26+
"@typescript-eslint/eslint-plugin": "^5.31.0",
1827
"@typescript-eslint/parser": "^5.31.0",
1928
"eslint": "^7.32.0",
2029
"eslint-config-prettier": "^8.5.0",
2130
"eslint-plugin-svelte3": "^3.4.1",
2231
"postcss-load-config": "^3.1.4",
23-
"prettier": "^2.6.2",
32+
"prettier": "^2.7.1",
2433
"prettier-plugin-svelte": "^2.7.0",
25-
"sass": "^1.52.1",
26-
"svelte": "^3.48.0",
27-
"svelte-check": "^2.7.1",
34+
"sass": "^1.54.0",
35+
"svelte": "^3.49.0",
36+
"svelte-check": "^2.8.0",
2837
"svelte-feather-icons": "^3.6.0",
29-
"svelte-preprocess": "^4.10.6",
38+
"svelte-preprocess": "^4.10.7",
3039
"svelte-progresscircle": "^0.3.0",
3140
"tslib": "^2.4.0",
32-
"typescript": "^4.6.4",
33-
"vite": "3",
34-
"vite-plugin-windicss": "^1.8.4",
35-
"windicss": "^3.5.4",
36-
"workbox-cacheable-response": "^6.5.3",
37-
"workbox-expiration": "^6.5.3",
38-
"workbox-precaching": "^6.5.3",
39-
"workbox-routing": "^6.5.3",
40-
"workbox-strategies": "^6.5.3",
41-
"workbox-window": "^6.5.3"
42-
},
43-
"type": "module",
44-
"dependencies": {
45-
"@builder.io/partytown": "^0.6.2",
46-
"@saltyaom/gql": "1.3.2",
47-
"@saltyaom/gql-inmemory-cache": "1.3.0",
48-
"@saltyaom/gql-local-cache": "1.3.0",
49-
"dayjs": "^1.11.2",
50-
"eslint-plugin-svelte": "^2.3.1",
51-
"js-cookie": "^3.0.1",
52-
"svelte-adapter-bun": "^0.3.1"
41+
"typescript": "^4.7.4",
42+
"vite": "^3.0.4",
43+
"vite-plugin-windicss": "^1.8.7",
44+
"windicss": "^3.5.6",
45+
"workbox-cacheable-response": "^6.5.4",
46+
"workbox-expiration": "^6.5.4",
47+
"workbox-precaching": "^6.5.4",
48+
"workbox-routing": "^6.5.4",
49+
"workbox-strategies": "^6.5.4",
50+
"workbox-window": "^6.5.4"
5351
}
5452
}

0 commit comments

Comments
 (0)