Skip to content

Commit

Permalink
🔧 fix: strict peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltyAom committed Jul 30, 2022
1 parent e1cb1b0 commit dc92cb7
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 215 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
engine-strict=true
strict-peer-dependencies=false
52 changes: 25 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "hifumin",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand All @@ -10,45 +11,42 @@
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
"start": "node ./build"
},
"dependencies": {
"@builder.io/partytown": "^0.6.4",
"@saltyaom/gql": "1.3.2",
"@saltyaom/gql-inmemory-cache": "1.3.0",
"@saltyaom/gql-local-cache": "1.3.0",
"js-cookie": "^3.0.1",
"dayjs": "^1.11.4"
},
"devDependencies": {
"@sveltejs/adapter-node": "1.0.0-next.85",
"@sveltejs/kit": "1.0.0-next.396",
"@types/js-cookie": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^3.4.1",
"postcss-load-config": "^3.1.4",
"prettier": "^2.6.2",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"sass": "^1.52.1",
"svelte": "^3.48.0",
"svelte-check": "^2.7.1",
"sass": "^1.54.0",
"svelte": "^3.49.0",
"svelte-check": "^2.8.0",
"svelte-feather-icons": "^3.6.0",
"svelte-preprocess": "^4.10.6",
"svelte-preprocess": "^4.10.7",
"svelte-progresscircle": "^0.3.0",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"vite": "3",
"vite-plugin-windicss": "^1.8.4",
"windicss": "^3.5.4",
"workbox-cacheable-response": "^6.5.3",
"workbox-expiration": "^6.5.3",
"workbox-precaching": "^6.5.3",
"workbox-routing": "^6.5.3",
"workbox-strategies": "^6.5.3",
"workbox-window": "^6.5.3"
},
"type": "module",
"dependencies": {
"@builder.io/partytown": "^0.6.2",
"@saltyaom/gql": "1.3.2",
"@saltyaom/gql-inmemory-cache": "1.3.0",
"@saltyaom/gql-local-cache": "1.3.0",
"dayjs": "^1.11.2",
"eslint-plugin-svelte": "^2.3.1",
"js-cookie": "^3.0.1",
"svelte-adapter-bun": "^0.3.1"
"typescript": "^4.7.4",
"vite": "^3.0.4",
"vite-plugin-windicss": "^1.8.7",
"windicss": "^3.5.6",
"workbox-cacheable-response": "^6.5.4",
"workbox-expiration": "^6.5.4",
"workbox-precaching": "^6.5.4",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.5.4",
"workbox-window": "^6.5.4"
}
}
Loading

0 comments on commit dc92cb7

Please sign in to comment.