Skip to content

Commit 51ba6b6

Browse files
fix(deps): update all dependencies
1 parent f0e7567 commit 51ba6b6

File tree

7 files changed

+1473
-1586
lines changed

7 files changed

+1473
-1586
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "https://foxypanda.me/"
1212
},
1313
"resolutions": {
14-
"**/typescript": "5.6.3",
14+
"**/typescript": "5.8.2",
1515
"**/immer": "10.1.1"
1616
},
1717
"scripts": {

packages/chonky-icon-fontawesome/example/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"scheduler/tracing": "../node_modules/scheduler/tracing-profiling"
1717
},
1818
"devDependencies": {
19-
"@types/react": "^18.0.0",
20-
"@types/react-dom": "^18.0.0",
19+
"@types/react": "^19.0.0",
20+
"@types/react-dom": "^19.0.0",
2121
"parcel": "^2.0.0",
2222
"typescript": "^5.0.0"
2323
}

packages/chonky-icon-fontawesome/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,20 @@
5252
"devDependencies": {
5353
"@size-limit/preset-small-lib": "^11.0.2",
5454
"@types/node": "^22.0.0",
55-
"@types/react": "^18.2.56",
56-
"@types/react-dom": "^18.2.19",
55+
"@types/react": "^19.0.0",
56+
"@types/react-dom": "^19.0.0",
5757
"dts-cli": "^2.0.4",
5858
"husky": "^9.0.11",
59-
"react": "^18.2.0",
60-
"react-dom": "^18.2.0",
59+
"react": "^19.0.0",
60+
"react-dom": "^19.0.0",
6161
"size-limit": "^11.0.2",
6262
"tslib": "^2.6.2",
6363
"typescript": "^5.3.3"
6464
},
6565
"dependencies": {
6666
"@aperturerobotics/chonky": "^0.3.1",
6767
"@fortawesome/fontawesome-svg-core": "^6.5.1",
68-
"@fortawesome/free-brands-svg-icons": "6.6.0",
68+
"@fortawesome/free-brands-svg-icons": "6.7.2",
6969
"@fortawesome/free-solid-svg-icons": "^6.5.1",
7070
"@fortawesome/react-fontawesome": "^0.2.0"
7171
},

packages/chonky/example/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"react-app-polyfill": "^3.0.0"
1212
},
1313
"devDependencies": {
14-
"@types/react": "^18.0.28",
15-
"@types/react-dom": "^18.0.10",
14+
"@types/react": "^19.0.0",
15+
"@types/react-dom": "^19.0.0",
1616
"parcel": "^2.8.3",
1717
"process": "^0.11.10",
1818
"typescript": "^5.0.0"

0 commit comments

Comments
 (0)