Skip to content

Commit 2ee9967

Browse files
authored
fix: update vuex peer dependency and bump dev-dependencies (#308)
1 parent 8c05b9d commit 2ee9967

File tree

3 files changed

+3873
-1374
lines changed

3 files changed

+3873
-1374
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,26 @@
1212
"test": "pnpm run lint && jest && pnpm run -r test:types"
1313
},
1414
"devDependencies": {
15-
"@babel/core": "7.17.10",
16-
"@babel/plugin-transform-runtime": "^7.17.10",
17-
"@babel/preset-env": "^7.17.10",
18-
"@babel/preset-typescript": "^7.16.7",
19-
"@commitlint/cli": "^16.2.4",
20-
"@commitlint/config-conventional": "^16.2.4",
21-
"@nuxtjs/eslint-config-typescript": "9.0.0",
22-
"@release-it/conventional-changelog": "^4.3.0",
23-
"@types/jest": "27.4.1",
24-
"@typescript-eslint/eslint-plugin": "5.21.0",
25-
"@typescript-eslint/parser": "5.21.0",
26-
"conventional-changelog-conventionalcommits": "^4.6.3",
27-
"eslint": "8.14.0",
28-
"husky": "^7.0.4",
29-
"jest": "28.0.3",
30-
"jest-environment-jsdom": "^28.0.2",
31-
"release-it": "^14.14.3",
15+
"@babel/core": "7.18.2",
16+
"@babel/plugin-transform-runtime": "^7.18.2",
17+
"@babel/preset-env": "^7.18.2",
18+
"@babel/preset-typescript": "^7.17.12",
19+
"@commitlint/cli": "^17.0.2",
20+
"@commitlint/config-conventional": "^17.0.2",
21+
"@nuxtjs/eslint-config-typescript": "10.0.0",
22+
"@release-it/conventional-changelog": "^5.0.0",
23+
"@types/jest": "28.1.1",
24+
"@typescript-eslint/eslint-plugin": "5.27.1",
25+
"@typescript-eslint/parser": "5.27.1",
26+
"conventional-changelog-conventionalcommits": "^5.0.0",
27+
"eslint": "8.17.0",
28+
"husky": "^8.0.1",
29+
"jest": "28.1.1",
30+
"jest-environment-jsdom": "^28.1.1",
31+
"release-it": "^15.0.0",
3232
"release-it-yarn-workspaces": "^2.0.1",
3333
"semver": "^7.3.7",
34-
"typescript": "4.6.4",
34+
"typescript": "4.7.3",
3535
"unbuild": "^0.7.4"
3636
}
3737
}

packages/typed-vuex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"vuex": "^3.6.2"
3838
},
3939
"peerDependencies": {
40-
"vuex": "^3.6.2"
40+
"vuex": "^3.6.2 || ^4.0.0"
4141
},
4242
"tsd": {
4343
"directory": "test/tsd",

0 commit comments

Comments
 (0)