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 Sep 19, 2024
1 parent 23d325c commit 225514d
Show file tree
Hide file tree
Showing 4 changed files with 769 additions and 1,005 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@
},
"bugs": "https://github.com/escapace/satie/issues",
"devDependencies": {
"@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "19.1.0",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@escapace/pnpm-pack": "0.2.0",
"@ls-lint/ls-lint": "2.2.3",
"esbuild": "0.20.2",
"esbuild": "0.23.1",
"eslint": "9.0.0",
"eslint-config-escapace": "4.1.6",
"execa": "8.0.1",
"fast-glob": "3.3.2",
"fs-extra": "11.2.0",
"globals": "15.0.0",
"husky": "9.0.11",
"globals": "15.9.0",
"husky": "9.1.6",
"is-ci": "3.0.1",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"prettier-config-escapace": "1.2.0",
"semver": "7.6.0",
"syncpack": "12.3.0",
"typescript": "5.4.4"
"semver": "7.6.3",
"syncpack": "12.4.0",
"typescript": "5.6.2"
},
"engines": {
"node": ">=20.12.0",
Expand Down
34 changes: 17 additions & 17 deletions packages/container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,45 +14,45 @@
"@yeuxjs/browserslist-to-targets": "^5.10.7",
"arg": "^5.0.2",
"bignumber.js": "^9.1.2",
"browserslist": "^4.23.0",
"browserslist": "^4.23.3",
"bytes": "^3.1.2",
"chalk": "^5.3.0",
"clean-css": "^5.3.3",
"csstype": "^3.1.3",
"esbuild": "^0.20.2",
"esbuild": "^0.23.1",
"execa": "^8.0.1",
"find-up": "^7.0.0",
"fontfaceobserver": "^2.3.0",
"fontkit": "^2.0.2",
"fontkit": "^2.0.4",
"fs-extra": "^11.2.0",
"hashids": "^2.3.0",
"lightningcss": "^1.24.1",
"lightningcss": "^1.27.0",
"lodash-es": "^4.17.21",
"mlly": "^1.6.1",
"ora": "^8.0.1",
"safe-stable-stringify": "^2.4.3",
"mlly": "^1.7.1",
"ora": "^8.1.0",
"safe-stable-stringify": "^2.5.0",
"strip-ansi": "^7.1.0",
"url-join": "^5.0.0",
"zod": "^3.22.4"
"zod": "^3.23.8"
},
"devDependencies": {
"@types/bytes": "3.1.4",
"@types/chai": "4.3.14",
"@types/chai": "4.3.19",
"@types/fontfaceobserver": "2.1.3",
"@types/fontkit": "2.0.7",
"@types/fs-extra": "11.0.4",
"@types/lodash-es": "4.17.12",
"@types/mocha": "10.0.6",
"@types/node": "20.12.5",
"@types/mocha": "10.0.7",
"@types/node": "20.16.5",
"@types/url-join": "4.0.3",
"c8": "9.1.0",
"chai": "5.1.0",
"lint-staged": "15.2.2",
"mocha": "10.4.0",
"prettier": "3.2.5",
"chai": "5.1.1",
"lint-staged": "15.2.10",
"mocha": "10.7.3",
"prettier": "3.3.3",
"prettier-config-escapace": "1.2.0",
"tsx": "4.7.2",
"typescript": "5.4.4",
"tsx": "4.19.1",
"typescript": "5.6.2",
"utility-types": "3.11.0"
},
"exports": {
Expand Down
8 changes: 4 additions & 4 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.8"
},
"devDependencies": {
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"prettier-config-escapace": "1.2.0",
"typescript": "5.4.4"
"typescript": "5.6.2"
},
"exports": {
".": {
Expand Down
Loading

0 comments on commit 225514d

Please sign in to comment.