Skip to content

Commit daaacd9

Browse files
committed
Bump React and remove defaultProps
1 parent 0ed005f commit daaacd9

File tree

12 files changed

+295
-320
lines changed

12 files changed

+295
-320
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@programmer_network/yail",
3-
"version": "1.0.169",
3+
"version": "1.0.170",
44
"description": "Programmer Network's official UI library for React",
55
"author": "Aleksandar Grbic - (https://programmer.network)",
66
"publishConfig": {
@@ -78,9 +78,9 @@
7878
"@trivago/prettier-plugin-sort-imports": "4.3.0",
7979
"@types/jest": "29.5.8",
8080
"@types/node": "20.8.10",
81-
"@types/react": "18.2.35",
81+
"@types/react": "18.3.1",
8282
"@types/react-copy-to-clipboard": "5.0.7",
83-
"@types/react-dom": "18.2.14",
83+
"@types/react-dom": "18.3.0",
8484
"@types/sanitize-html": "2.9.5",
8585
"@typescript-eslint/eslint-plugin": "7.2.0",
8686
"@typescript-eslint/parser": "7.2.0",
@@ -101,8 +101,8 @@
101101
"postcss": "8.4.35",
102102
"prettier": "3.2.5",
103103
"prettier-plugin-tailwindcss": "0.5.12",
104-
"react": "18.2.0",
105-
"react-dom": "18.2.0",
104+
"react": "18.3.1",
105+
"react-dom": "18.3.1",
106106
"react-router-dom": "6.21.1",
107107
"storybook": "^8.0.0",
108108
"storybook-addon-remix-react-router": "^3.0.0",

0 commit comments

Comments
 (0)