Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 0dc83ca commit 143169b
Show file tree
Hide file tree
Showing 4 changed files with 1,390 additions and 753 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"test": "pnpm run lint && jest && pnpm run -r test:types"
},
"devDependencies": {
"@babel/core": "7.25.8",
"@babel/core": "7.26.0",
"@babel/plugin-transform-runtime": "^7.25.7",
"@babel/preset-env": "^7.25.8",
"@babel/preset-typescript": "^7.25.7",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@nuxtjs/eslint-config-typescript": "10.0.0",
Expand All @@ -29,7 +29,7 @@
"semver": "^7.6.3",
"simple-git-hooks": "^2.11.1",
"typescript": "4.9.5",
"unbuild": "^0.7.6"
"unbuild": "^0.9.0"
},
"resolutions": {
"vue3": "npm:vue@latest"
Expand All @@ -38,5 +38,5 @@
"commit-msg": "npx commitlint --edit",
"pre-commit": "pnpm lint:fix"
},
"packageManager": "pnpm@9.12.2"
"packageManager": "pnpm@9.13.2"
}
6 changes: 3 additions & 3 deletions packages/nuxt-typed-vuex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"upath": "^2.0.1"
},
"devDependencies": {
"@babel/preset-env": "~7.25.8",
"@babel/preset-env": "~7.26.0",
"@nuxt/test-utils": "^0.2.2",
"@nuxt/types": "^2.18.1",
"@nuxt/typescript-build": "^2.1.0",
"core-js": "3.38.1",
"core-js": "3.39.0",
"nuxt": "^2.18.1",
"ts-loader": "^8.4.0",
"tsd": "^0.20.0"
"tsd": "^0.31.0"
},
"peerDependencies": {
"@nuxt/types": "^2.15.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/typed-vuex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@vue/test-utils": "^1.3.6",
"tsd": "^0.20.0",
"tsd": "^0.31.0",
"vue": "^2.7.16",
"vuex": "^3.6.2"
},
Expand Down
Loading

0 comments on commit 143169b

Please sign in to comment.