Skip to content

Commit

Permalink
npm i -g npm-check-updates to reflect already installed versions in…
Browse files Browse the repository at this point in the history
… `package-lock.json`
  • Loading branch information
Saibamen committed Apr 26, 2024
1 parent 1363a74 commit 8de17af
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions UT4MasterServer.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,39 +15,39 @@
"prepare": "cd .. && husky install client/.husky"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@types/crypto-js": "^4.1.1",
"@types/lodash": "^4.14.191",
"@vueform/multiselect": "^2.5.8",
"crypto-js": "^4.1.1",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@types/crypto-js": "^4.2.2",
"@types/lodash": "^4.17.0",
"@vueform/multiselect": "^2.6.7",
"crypto-js": "^4.2.0",
"lodash": "^4.17.21",
"sass": "^1.57.1",
"sass": "^1.75.0",
"ts-debounce": "^4.0.0",
"ts-md5": "^1.3.1",
"vue": "^3.2.45",
"vue": "^3.4.25",
"vue-recaptcha": "^2.0.3",
"vue-router": "^4.1.6"
"vue-router": "^4.3.2"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@vitejs/plugin-vue": "^4.0.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"@types/node": "^18.19.31",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^4.6.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-vue": "^9.9.0",
"husky": "^8.0.0",
"prettier": "^2.8.4",
"pretty-quick": "^3.1.3",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vue-eslint-parser": "^9.1.0",
"vue-tsc": "^1.0.11"
"eslint-plugin-vue": "^9.25.0",
"husky": "^8.0.3",
"prettier": "^2.8.8",
"pretty-quick": "^3.3.1",
"typescript": "^4.9.5",
"vite": "^4.5.3",
"vue-eslint-parser": "^9.4.2",
"vue-tsc": "^1.8.27"
},
"eslintConfig": {
"env": {
Expand Down

0 comments on commit 8de17af

Please sign in to comment.