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 Sep 21, 2024
1 parent 7ed747b commit b693366
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"test": "pnpm run lint && jest && pnpm run -r test:types"
},
"devDependencies": {
"@babel/core": "7.18.2",
"@babel/core": "7.25.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",
"@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",
Expand All @@ -30,9 +30,9 @@
"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"
"semver": "^7.6.3",
"typescript": "4.9.5",
"unbuild": "^0.9.0"
},
"packageManager": "pnpm@7.1.5"
"packageManager": "pnpm@7.33.7"
}
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.17.10",
"@babel/preset-env": "~7.25.0",
"@nuxt/test-utils": "^0.2.2",
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"core-js": "3.22.3",
"core-js": "3.38.1",
"nuxt": "^2.15.8",
"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.0",
"tsd": "^0.20.0",
"tsd": "^0.31.0",
"vue": "^2.6.14",
"vuex": "^3.6.2"
},
Expand Down

0 comments on commit b693366

Please sign in to comment.