Skip to content

Commit 805d71c

Browse files
committed
chore(deps): upgrade all minor dependencies
1 parent e72f353 commit 805d71c

File tree

10 files changed

+16454
-15231
lines changed

10 files changed

+16454
-15231
lines changed

.husky/.gitignore

-1
This file was deleted.

.husky/commit-msg

-4
This file was deleted.

.husky/pre-commit

-4
This file was deleted.

examples/nuxt-ts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
},
1414
"dependencies": {
1515
"nuxt": "latest",
16-
"vue-class-component": "^7"
16+
"vue-class-component": "^7.2.6"
1717
},
1818
"devDependencies": {
1919
"@nuxt/types": "latest",
2020
"@nuxt/typescript-build": "latest",
2121
"nuxt-typed-vuex": "latest",
22-
"vue-property-decorator": "^9"
22+
"vue-property-decorator": "^9.1.2"
2323
}
2424
}

examples/nuxt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"@nuxt/types": "latest",
2020
"@nuxt/typescript-build": "latest",
2121
"nuxt-typed-vuex": "latest",
22-
"vue-property-decorator": "^9"
22+
"vue-property-decorator": "^9.1.2"
2323
}
2424
}

examples/vue/package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@
1010
"dependencies": {
1111
"core-js": "latest",
1212
"typed-vuex": "latest",
13-
"vue": "^2",
14-
"vue-class-component": "^7",
15-
"vue-property-decorator": "^9",
16-
"vuex": "^3"
13+
"vue": "^2.7.16",
14+
"vue-class-component": "^7.2.6",
15+
"vue-property-decorator": "^9.1.2",
16+
"vuex": "^3.6.2"
1717
},
1818
"devDependencies": {
19-
"@typescript-eslint/eslint-plugin": "^4",
20-
"@typescript-eslint/parser": "^4",
21-
"@vue/cli-plugin-babel": "^4",
22-
"@vue/cli-plugin-eslint": "^4",
23-
"@vue/cli-plugin-typescript": "^4",
24-
"@vue/cli-plugin-vuex": "^4",
25-
"@vue/cli-service": "^4",
26-
"@vue/eslint-config-typescript": "^5",
27-
"eslint": "^7",
28-
"eslint-plugin-vue": "^6",
29-
"typescript": "^4",
30-
"vue-template-compiler": "^2"
19+
"@typescript-eslint/eslint-plugin": "^4.33.0",
20+
"@typescript-eslint/parser": "^4.33.0",
21+
"@vue/cli-plugin-babel": "^4.5.19",
22+
"@vue/cli-plugin-eslint": "^4.5.19",
23+
"@vue/cli-plugin-typescript": "^4.5.19",
24+
"@vue/cli-plugin-vuex": "^4.5.19",
25+
"@vue/cli-service": "^4.5.19",
26+
"@vue/eslint-config-typescript": "^5.1.0",
27+
"eslint": "^7.32.0",
28+
"eslint-plugin-vue": "^6.2.2",
29+
"typescript": "^4.9.5",
30+
"vue-template-compiler": "^2.7.16"
3131
},
3232
"resolutions": {
33-
"minimist": ">=1.2.2",
34-
"acorn": ">=7.1.1"
33+
"acorn": ">=7.4.1",
34+
"minimist": ">=1.2.8"
3535
}
3636
}

package.json

+25-21
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,35 @@
88
"build": "pnpm -r build",
99
"lint": "eslint --ext .ts,.tsx,.js .",
1010
"lint:fix": "npm run lint -- --fix",
11-
"postinstall": "husky install",
11+
"prepare": "simple-git-hooks",
1212
"test": "pnpm run lint && jest && pnpm run -r test:types"
1313
},
1414
"devDependencies": {
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",
15+
"@babel/core": "7.25.8",
16+
"@babel/plugin-transform-runtime": "^7.25.7",
17+
"@babel/preset-env": "^7.25.8",
18+
"@babel/preset-typescript": "^7.25.7",
19+
"@commitlint/cli": "^17.8.1",
20+
"@commitlint/config-conventional": "^17.8.1",
2121
"@nuxtjs/eslint-config-typescript": "10.0.0",
22-
"@release-it/conventional-changelog": "^4.0.0",
23-
"@types/jest": "28.1.1",
24-
"@typescript-eslint/eslint-plugin": "5.27.1",
25-
"@typescript-eslint/parser": "5.27.1",
22+
"@types/jest": "28.1.8",
23+
"@typescript-eslint/eslint-plugin": "5.62.0",
24+
"@typescript-eslint/parser": "5.62.0",
2625
"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": "^14.0.0",
32-
"release-it-yarn-workspaces": "^2.0.1",
33-
"semver": "^7.3.7",
34-
"typescript": "4.7.3",
35-
"unbuild": "^0.7.4"
26+
"eslint": "8.57.1",
27+
"jest": "28.1.3",
28+
"jest-environment-jsdom": "^28.1.3",
29+
"semver": "^7.6.3",
30+
"simple-git-hooks": "^2.11.1",
31+
"typescript": "4.9.5",
32+
"unbuild": "^0.7.6"
3633
},
37-
"packageManager": "[email protected]"
34+
"resolutions": {
35+
"vue3": "npm:vue@latest"
36+
},
37+
"simple-git-hooks": {
38+
"commit-msg": "npx commitlint --edit",
39+
"pre-commit": "pnpm lint:fix"
40+
},
41+
"packageManager": "[email protected]"
3842
}

packages/nuxt-typed-vuex/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
"upath": "^2.0.1"
3636
},
3737
"devDependencies": {
38-
"@babel/preset-env": "~7.17.10",
38+
"@babel/preset-env": "~7.25.8",
3939
"@nuxt/test-utils": "^0.2.2",
40-
"@nuxt/types": "^2.15.8",
40+
"@nuxt/types": "^2.18.1",
4141
"@nuxt/typescript-build": "^2.1.0",
42-
"core-js": "3.22.3",
43-
"nuxt": "^2.15.8",
42+
"core-js": "3.38.1",
43+
"nuxt": "^2.18.1",
4444
"ts-loader": "^8.4.0",
4545
"tsd": "^0.20.0"
4646
},

packages/typed-vuex/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"test:types": "tsd"
3232
},
3333
"devDependencies": {
34-
"@vue/test-utils": "^1.3.0",
34+
"@vue/test-utils": "^1.3.6",
3535
"tsd": "^0.20.0",
36-
"vue": "^2.6.14",
36+
"vue": "^2.7.16",
3737
"vuex": "^3.6.2"
3838
},
3939
"peerDependencies": {

0 commit comments

Comments
 (0)