Skip to content

Commit

Permalink
Removes npmrc and hositing is not needed anymore (amir20#1952)
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 authored Nov 14, 2022
1 parent 1563634 commit 7ed461e
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 138 deletions.
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"postinstall": "husky install"
},
"dependencies": {
"@iconify-json/carbon": "^1.1.9",
"@iconify-json/carbon": "^1.1.10",
"@iconify-json/cil": "^1.1.2",
"@iconify-json/mdi": "^1.1.34",
"@iconify-json/mdi-light": "^1.1.2",
Expand All @@ -46,7 +46,7 @@
"pinia": "^2.0.23",
"semver": "^7.3.8",
"splitpanes": "^3.1.5",
"vue": "^3.2.44",
"vue": "^3.2.45",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6"
},
Expand All @@ -63,8 +63,8 @@
"@types/node": "^18.11.9",
"@types/semver": "^7.3.13",
"@vitejs/plugin-vue": "3.2.0",
"@vue/compiler-sfc": "^3.2.44",
"@vue/test-utils": "^2.2.1",
"@vue/compiler-sfc": "^3.2.45",
"@vue/test-utils": "^2.2.2",
"c8": "^7.12.0",
"eventsourcemock": "^2.0.0",
"husky": "^8.0.2",
Expand All @@ -83,7 +83,7 @@
"vite": "3.2.3",
"vite-plugin-pages": "^0.27.1",
"vite-plugin-vue-layouts": "^0.7.0",
"vitest": "^0.25.1",
"vitest": "^0.25.2",
"vue-tsc": "^1.0.9"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit 7ed461e

Please sign in to comment.