Skip to content

Commit 221859c

Browse files
chore(deps): update all non-major dependencies (#388)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eea2944 commit 221859c

File tree

4 files changed

+98
-118
lines changed

4 files changed

+98
-118
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"build:react": "yarn workspace @skyra/discord-components-react build"
2222
},
2323
"devDependencies": {
24-
"@commitlint/cli": "^19.2.0",
24+
"@commitlint/cli": "^19.2.1",
2525
"@commitlint/config-conventional": "^19.1.0",
2626
"@lerna-lite/cli": "^3.3.1",
2727
"@lerna-lite/publish": "^3.3.1",
@@ -30,9 +30,9 @@
3030
"@sapphire/eslint-config": "^5.0.4",
3131
"@sapphire/prettier-config": "^2.0.0",
3232
"@sapphire/ts-config": "^5.0.1",
33-
"@types/node": "^20.11.28",
34-
"@typescript-eslint/eslint-plugin": "^7.2.0",
35-
"@typescript-eslint/parser": "^7.2.0",
33+
"@types/node": "^20.11.30",
34+
"@typescript-eslint/eslint-plugin": "^7.3.1",
35+
"@typescript-eslint/parser": "^7.3.1",
3636
"cz-conventional-changelog": "^3.3.0",
3737
"eslint": "^8.57.0",
3838
"eslint-config-prettier": "^9.1.0",
@@ -48,7 +48,7 @@
4848
"rimraf": "^5.0.5",
4949
"tslib": "^2.6.2",
5050
"tsup": "^8.0.2",
51-
"typescript": "^5.4.2"
51+
"typescript": "^5.4.3"
5252
},
5353
"resolutions": {
5454
"ansi-regex": "^5.0.1",

packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@
104104
"lit": "^3.1.2"
105105
},
106106
"devDependencies": {
107-
"@custom-elements-manifest/analyzer": "^0.9.3",
107+
"@custom-elements-manifest/analyzer": "^0.9.4",
108108
"@web/dev-server": "^0.4.3",
109109
"concurrently": "^8.2.2",
110110
"ts-lit-plugin": "^2.0.2",
111-
"typescript": "^5.4.2"
111+
"typescript": "^5.4.3"
112112
},
113113
"files": [
114114
"dist/",

packages/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
"react": "^18.2.0"
3434
},
3535
"devDependencies": {
36-
"@types/react": "^18.2.66",
36+
"@types/react": "^18.2.69",
3737
"colorette": "^2.0.20",
3838
"rimraf": "^5.0.5",
3939
"tsup": "^8.0.2",
40-
"typescript": "^5.4.2"
40+
"typescript": "^5.4.3"
4141
},
4242
"peerDependencies": {
4343
"react": "16.8.x || 17.x || 18.x",

0 commit comments

Comments
 (0)