Skip to content

Commit 1d3fca8

Browse files
committed
fix: skip lip check on build
1 parent 7e82c45 commit 1d3fca8

File tree

3 files changed

+2188
-1720
lines changed

3 files changed

+2188
-1720
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -47,36 +47,36 @@
4747
},
4848
"homepage": "https://github.com/chantouchsek/vue-axios-http#readme",
4949
"devDependencies": {
50-
"@commitlint/cli": "^17.8.1",
51-
"@commitlint/config-conventional": "^18.1.0",
52-
"@nuxt/types": "^2.17.2",
53-
"@types/lodash": "^4.14.200",
54-
"@types/node": "^20.8.10",
55-
"@types/qs": "^6.9.9",
50+
"@commitlint/cli": "^19.3.0",
51+
"@commitlint/config-conventional": "^19.2.2",
52+
"@nuxt/types": "^2.17.3",
53+
"@types/lodash": "^4.17.0",
54+
"@types/node": "^20.12.7",
55+
"@types/qs": "^6.9.15",
5656
"@typescript-eslint/eslint-plugin": "^5.62.0",
5757
"@typescript-eslint/parser": "^5.62.0",
5858
"@vitest/coverage-v8": "^0.34.6",
5959
"@vue/test-utils": "^1.3.6",
6060
"axios-mock-adapter": "^1.22.0",
61-
"eslint": "^8.52.0",
62-
"eslint-config-prettier": "^9.0.0",
63-
"eslint-plugin-import": "^2.29.0",
61+
"eslint": "^8.57.0",
62+
"eslint-config-prettier": "^9.1.0",
63+
"eslint-plugin-import": "^2.29.1",
6464
"eslint-plugin-prettier": "^4.2.1",
6565
"eslint-plugin-promise": "^6.1.1",
6666
"husky": "^8.0.3",
6767
"jsdom": "^22.1.0",
68-
"lint-staged": ">=15.0.2",
69-
"nodemon": "^3.0.1",
70-
"nuxt": "^2.17.2",
68+
"lint-staged": ">=15.2.2",
69+
"nodemon": "^3.1.0",
70+
"nuxt": "^2.17.3",
7171
"prettier": "^2.8.8",
7272
"rimraf": "^5.0.5",
73-
"sass": "^1.69.5",
73+
"sass": "^1.75.0",
7474
"standard-version": "^9.5.0",
75-
"ts-node": "^10.9.1",
76-
"typescript": "^5.2.2",
77-
"vite": "^5.2.8",
75+
"ts-node": "^10.9.2",
76+
"typescript": "^5.4.5",
77+
"vite": "^5.2.10",
7878
"vitest": "^0.34.6",
79-
"vue": "^2.7.15"
79+
"vue": "^2.7.16"
8080
},
8181
"files": [
8282
"dist",
@@ -85,7 +85,7 @@
8585
"dependencies": {
8686
"axios": "^0.27.2",
8787
"lodash": "^4.17.21",
88-
"qs": "^6.11.2"
88+
"qs": "^6.12.1"
8989
},
9090
"lint-staged": {
9191
"*.{js,ts}": "eslint --cache",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"noImplicitAny": true,
1010
"strict": true,
1111
"declaration": true,
12+
"skipLibCheck": true,
1213
"outDir": "dist",
1314
"types": [
1415
"@types/node",

0 commit comments

Comments
 (0)