Skip to content

Commit

Permalink
chore(deps): upgrade all minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 17, 2024
1 parent e72f353 commit 805d71c
Show file tree
Hide file tree
Showing 10 changed files with 16,454 additions and 15,231 deletions.
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

4 changes: 2 additions & 2 deletions examples/nuxt-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
},
"dependencies": {
"nuxt": "latest",
"vue-class-component": "^7"
"vue-class-component": "^7.2.6"
},
"devDependencies": {
"@nuxt/types": "latest",
"@nuxt/typescript-build": "latest",
"nuxt-typed-vuex": "latest",
"vue-property-decorator": "^9"
"vue-property-decorator": "^9.1.2"
}
}
2 changes: 1 addition & 1 deletion examples/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@nuxt/types": "latest",
"@nuxt/typescript-build": "latest",
"nuxt-typed-vuex": "latest",
"vue-property-decorator": "^9"
"vue-property-decorator": "^9.1.2"
}
}
36 changes: 18 additions & 18 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@
"dependencies": {
"core-js": "latest",
"typed-vuex": "latest",
"vue": "^2",
"vue-class-component": "^7",
"vue-property-decorator": "^9",
"vuex": "^3"
"vue": "^2.7.16",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2",
"vuex": "^3.6.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4",
"@typescript-eslint/parser": "^4",
"@vue/cli-plugin-babel": "^4",
"@vue/cli-plugin-eslint": "^4",
"@vue/cli-plugin-typescript": "^4",
"@vue/cli-plugin-vuex": "^4",
"@vue/cli-service": "^4",
"@vue/eslint-config-typescript": "^5",
"eslint": "^7",
"eslint-plugin-vue": "^6",
"typescript": "^4",
"vue-template-compiler": "^2"
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vue/cli-plugin-babel": "^4.5.19",
"@vue/cli-plugin-eslint": "^4.5.19",
"@vue/cli-plugin-typescript": "^4.5.19",
"@vue/cli-plugin-vuex": "^4.5.19",
"@vue/cli-service": "^4.5.19",
"@vue/eslint-config-typescript": "^5.1.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^6.2.2",
"typescript": "^4.9.5",
"vue-template-compiler": "^2.7.16"
},
"resolutions": {
"minimist": ">=1.2.2",
"acorn": ">=7.1.1"
"acorn": ">=7.4.1",
"minimist": ">=1.2.8"
}
}
46 changes: 25 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,35 @@
"build": "pnpm -r build",
"lint": "eslint --ext .ts,.tsx,.js .",
"lint:fix": "npm run lint -- --fix",
"postinstall": "husky install",
"prepare": "simple-git-hooks",
"test": "pnpm run lint && jest && pnpm run -r test:types"
},
"devDependencies": {
"@babel/core": "7.18.2",
"@babel/plugin-transform-runtime": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/preset-typescript": "^7.17.12",
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@babel/core": "7.25.8",
"@babel/plugin-transform-runtime": "^7.25.7",
"@babel/preset-env": "^7.25.8",
"@babel/preset-typescript": "^7.25.7",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@nuxtjs/eslint-config-typescript": "10.0.0",
"@release-it/conventional-changelog": "^4.0.0",
"@types/jest": "28.1.1",
"@typescript-eslint/eslint-plugin": "5.27.1",
"@typescript-eslint/parser": "5.27.1",
"@types/jest": "28.1.8",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
"eslint": "8.17.0",
"husky": "^8.0.1",
"jest": "28.1.1",
"jest-environment-jsdom": "^28.1.1",
"release-it": "^14.0.0",
"release-it-yarn-workspaces": "^2.0.1",
"semver": "^7.3.7",
"typescript": "4.7.3",
"unbuild": "^0.7.4"
"eslint": "8.57.1",
"jest": "28.1.3",
"jest-environment-jsdom": "^28.1.3",
"semver": "^7.6.3",
"simple-git-hooks": "^2.11.1",
"typescript": "4.9.5",
"unbuild": "^0.7.6"
},
"packageManager": "[email protected]"
"resolutions": {
"vue3": "npm:vue@latest"
},
"simple-git-hooks": {
"commit-msg": "npx commitlint --edit",
"pre-commit": "pnpm lint:fix"
},
"packageManager": "[email protected]"
}
8 changes: 4 additions & 4 deletions packages/nuxt-typed-vuex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"upath": "^2.0.1"
},
"devDependencies": {
"@babel/preset-env": "~7.17.10",
"@babel/preset-env": "~7.25.8",
"@nuxt/test-utils": "^0.2.2",
"@nuxt/types": "^2.15.8",
"@nuxt/types": "^2.18.1",
"@nuxt/typescript-build": "^2.1.0",
"core-js": "3.22.3",
"nuxt": "^2.15.8",
"core-js": "3.38.1",
"nuxt": "^2.18.1",
"ts-loader": "^8.4.0",
"tsd": "^0.20.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/typed-vuex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"test:types": "tsd"
},
"devDependencies": {
"@vue/test-utils": "^1.3.0",
"@vue/test-utils": "^1.3.6",
"tsd": "^0.20.0",
"vue": "^2.6.14",
"vue": "^2.7.16",
"vuex": "^3.6.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 805d71c

Please sign in to comment.