Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Commit

Permalink
chore(deps): update all non-major dependencies (#332)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 15, 2023
1 parent 9d3da6f commit 856ae84
Show file tree
Hide file tree
Showing 4 changed files with 219 additions and 325 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"@types/node": "20.10.4",
"@types/pg": "8.10.9",
"@types/vscode": "1.85.0",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"@vscode/vsce": "2.22.0",
"chalk": "5.3.0",
"commitizen": "4.3.0",
Expand All @@ -62,26 +62,26 @@
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-unused-imports": "3.0.0",
"husky": "8.0.3",
"jest": "29.7.0",
"jest-extended": "4.0.2",
"lerna": "8.0.0",
"lerna": "8.0.1",
"mockdate": "3.0.5",
"prettier": "3.1.1",
"semantic-release": "22.0.10",
"semantic-release": "22.0.12",
"semantic-release-monorepo": "7.0.5",
"semantic-release-vsce": "5.6.4",
"ts-essentials": "9.4.1",
"ts-node": "10.9.2",
"typescript": "5.3.3"
},
"resolutions": {
"@babel/core": "7.23.5",
"@babel/core": "7.23.6",
"@vscode/[email protected]": "patch:@vscode/vsce@npm%3A2.19.0#./.yarn/patches/@vscode-vsce-npm-2.19.0-d912dcb0c4.patch",
"minimist": "1.2.8",
"xml2js": "0.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-slonik-live-server-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@
"devDependencies": {
"node-pg-migrate": "6.2.2",
"rimraf": "5.0.5",
"semantic-release": "22.0.10"
"semantic-release": "22.0.12"
}
}
2 changes: 1 addition & 1 deletion packages/vscode-slonik-live-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"ts-slonik-live-server-plugin": "1.1.12"
},
"devDependencies": {
"semantic-release": "22.0.10",
"semantic-release": "22.0.12",
"ts-essentials": "9.4.1",
"typescript": "5.3.3",
"vsce": "2.15.0"
Expand Down
Loading

0 comments on commit 856ae84

Please sign in to comment.