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] committed Apr 29, 2024
1 parent 02f0347 commit fab57a7
Show file tree
Hide file tree
Showing 4 changed files with 182 additions and 233 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"bugs": "https://github.com/escapace/satie/issues",
"devDependencies": {
"@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "19.1.0",
"@commitlint/cli": "19.2.2",
"@commitlint/config-conventional": "19.2.2",
"@escapace/pnpm-pack": "0.1.0",
"@ls-lint/ls-lint": "2.2.3",
"esbuild": "0.20.2",
Expand All @@ -25,8 +25,8 @@
"prettier": "3.2.5",
"prettier-config-escapace": "1.0.6",
"semver": "7.6.0",
"syncpack": "12.3.0",
"typescript": "5.4.4"
"syncpack": "12.3.1",
"typescript": "5.4.5"
},
"engines": {
"node": ">=20.12.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"safe-stable-stringify": "^2.4.3",
"strip-ansi": "^7.1.0",
"url-join": "^5.0.0",
"zod": "^3.22.4"
"zod": "^3.23.0"
},
"devDependencies": {
"@types/bytes": "3.1.4",
Expand All @@ -43,7 +43,7 @@
"@types/fs-extra": "11.0.4",
"@types/lodash-es": "4.17.12",
"@types/mocha": "10.0.6",
"@types/node": "20.12.5",
"@types/node": "20.12.7",
"@types/url-join": "4.0.3",
"c8": "9.1.0",
"chai": "5.1.0",
Expand All @@ -52,7 +52,7 @@
"prettier": "3.2.5",
"prettier-config-escapace": "1.0.6",
"tsx": "4.7.2",
"typescript": "5.4.4",
"typescript": "5.4.5",
"utility-types": "3.11.0"
},
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/satie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"bugs": "https://github.com/escapace/satie/issues",
"dependencies": {
"csstype": "^3.1.3",
"zod": "^3.22.4"
"zod": "^3.23.0"
},
"devDependencies": {
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"prettier-config-escapace": "1.0.6",
"typescript": "5.4.4"
"typescript": "5.4.5"
},
"exports": {
".": {
Expand Down
Loading

0 comments on commit fab57a7

Please sign in to comment.