Skip to content

Commit c77b92e

Browse files
committed
chore: upgrade and pin dev deps
1 parent 17627a9 commit c77b92e

File tree

3 files changed

+902
-809
lines changed

3 files changed

+902
-809
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
"test": "yarn lint && jest && yarn test:types"
1212
},
1313
"devDependencies": {
14-
"@babel/core": "latest",
15-
"@babel/plugin-transform-runtime": "latest",
16-
"@babel/preset-env": "latest",
14+
"@babel/core": "7.11.0",
15+
"@babel/plugin-transform-runtime": "7.11.0",
16+
"@babel/preset-env": "7.11.0",
1717
"@babel/preset-typescript": "latest",
1818
"@commitlint/cli": "^8",
1919
"@commitlint/config-conventional": "^8",
20-
"@nuxtjs/eslint-config-typescript": "latest",
21-
"@types/jest": "latest",
22-
"@typescript-eslint/eslint-plugin": "latest",
23-
"@typescript-eslint/parser": "latest",
20+
"@nuxtjs/eslint-config-typescript": "3.0.0",
21+
"@types/jest": "26.0.8",
22+
"@typescript-eslint/eslint-plugin": "3.7.1",
23+
"@typescript-eslint/parser": "3.7.1",
2424
"codecov": "latest",
25-
"eslint": "latest",
25+
"eslint": "7.6.0",
2626
"husky": "latest",
27-
"jest": "latest",
27+
"jest": "26.2.2",
2828
"lerna": "latest",
2929
"typescript": "3.9.7"
3030
}

packages/nuxt-typed-vuex/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
}
3737
},
3838
"devDependencies": {
39-
"@nuxt/typescript-build": "^2.0.0",
40-
"@nuxt/types": "^2.0.0",
39+
"@nuxt/types": "^2.14.0",
40+
"@nuxt/typescript-build": "^2.0.2",
4141
"@types/normalize-path": "^3.0.0",
42-
"nuxt": "2.13.3",
43-
"ts-loader": "^8.0.0",
42+
"nuxt": "2.14.0",
43+
"ts-loader": "^8.0.2",
4444
"tsd": "^0.13.1"
4545
},
4646
"dependencies": {

0 commit comments

Comments
 (0)