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] committed Jun 8, 2023
1 parent a16c245 commit 0f71ac4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,26 @@
},
"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/plugin-transform-runtime": "7.22.5",
"@babel/preset-env": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@commitlint/cli": "17.0.2",
"@commitlint/config-conventional": "17.0.2",
"@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",
"conventional-changelog-conventionalcommits": "^5.0.0",
"conventional-changelog-conventionalcommits": "5.0.0",
"eslint": "8.17.0",
"husky": "^8.0.1",
"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",
"semver": "7.3.7",
"typescript": "4.7.3",
"unbuild": "^0.7.4"
"unbuild": "0.7.4"
},
"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,14 +35,14 @@
"upath": "^2.0.1"
},
"devDependencies": {
"@babel/preset-env": "~7.17.10",
"@babel/preset-env": "7.17.10",
"@nuxt/test-utils": "^0.2.2",
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxt/typescript-build": "2.1.0",
"core-js": "3.22.3",
"nuxt": "^2.15.8",
"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.0",
"tsd": "^0.20.0",
"@vue/test-utils": "1.3.6",
"tsd": "0.20.0",
"vue": "^2.6.14",
"vuex": "^3.6.2"
},
Expand Down

0 comments on commit 0f71ac4

Please sign in to comment.