Skip to content

Commit 917a0c8

Browse files
committed
chore(deps): 📦 remove unused package
1 parent 662b09b commit 917a0c8

File tree

3 files changed

+2739
-2768
lines changed

3 files changed

+2739
-2768
lines changed

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,10 @@
4949
"@commitlint/cli": "^13.1.0",
5050
"@commitlint/config-conventional": "^13.1.0",
5151
"@nuxt/types": "^2.14.7",
52-
"@nuxt/typescript-build": "latest",
53-
"@nuxt/typescript-runtime": "latest",
54-
"@nuxtjs/auth-next": "^5.0.0-1602966760.822bc05",
55-
"@nuxtjs/axios": "^5.12.2",
56-
"@nuxtjs/eslint-config-typescript": "latest",
5752
"@types/escape-string-regexp": "^2.0.1",
5853
"@types/jest": "^26.0.14",
5954
"@types/lodash.merge": "^4.6.6",
55+
"@types/qs": "^6.9.7",
6056
"@types/node": "^14.11.10",
6157
"@typescript-eslint/eslint-plugin": "^4.15.1",
6258
"@typescript-eslint/parser": "^4.4.1",
@@ -70,12 +66,12 @@
7066
"husky": "^4.3.0",
7167
"jest": "^26.5.3",
7268
"nodemon": "^2.0.5",
73-
"nuxt-edge": "^2.14.8-26717802.265d0e7a",
69+
"nuxt": "^2.15.7",
7470
"prettier": "^2.1.2",
7571
"rimraf": "^3.0.2",
7672
"semantic-release": "^17.2.1",
7773
"ts-jest": "^26.4.1",
78-
"typescript": "^4.0.3"
74+
"typescript": "^4.3.5"
7975
},
8076
"files": [
8177
"dist",

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"@nuxt/types",
1414
"@types/jest",
1515
"axios",
16-
"axios-mock-adapter"
16+
"axios-mock-adapter",
17+
"@types/qs"
1718
]
1819
},
1920
"include": ["src"],

0 commit comments

Comments
 (0)