Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent 0dc83ca commit 98cb45a
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 30 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
},
"devDependencies": {
"@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",
"@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",
"@types/jest": "28.1.8",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
"conventional-changelog-conventionalcommits": "5.0.0",
"eslint": "8.57.1",
"jest": "28.1.3",
"jest-environment-jsdom": "^28.1.3",
"semver": "^7.6.3",
"simple-git-hooks": "^2.11.1",
"semver": "7.6.3",
"simple-git-hooks": "2.11.1",
"typescript": "4.9.5",
"unbuild": "^0.7.6"
"unbuild": "0.7.6"
},
"resolutions": {
"vue3": "npm:vue@latest"
Expand Down
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,14 +35,14 @@
"upath": "^2.0.1"
},
"devDependencies": {
"@babel/preset-env": "~7.25.8",
"@babel/preset-env": "7.25.8",
"@nuxt/test-utils": "^0.2.2",
"@nuxt/types": "^2.18.1",
"@nuxt/typescript-build": "^2.1.0",
"@nuxt/typescript-build": "2.1.0",
"core-js": "3.38.1",
"nuxt": "^2.18.1",
"ts-loader": "^8.4.0",
"tsd": "^0.20.0"
"ts-loader": "8.4.0",
"tsd": "0.20.0"
},
"peerDependencies": {
"@nuxt/types": "^2.15.8"
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,8 +31,8 @@
"test:types": "tsd"
},
"devDependencies": {
"@vue/test-utils": "^1.3.6",
"tsd": "^0.20.0",
"@vue/test-utils": "1.3.6",
"tsd": "0.20.0",
"vue": "^2.7.16",
"vuex": "^3.6.2"
},
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 98cb45a

Please sign in to comment.