Skip to content

Commit

Permalink
chore: react 18
Browse files Browse the repository at this point in the history
  • Loading branch information
fsubal committed Feb 25, 2023
1 parent 0688094 commit 17f9d71
Show file tree
Hide file tree
Showing 8 changed files with 1,773 additions and 9,010 deletions.
10,030 changes: 1,718 additions & 8,312 deletions .pnp.cjs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/jest": "^29.4.0",
"@types/node": "^18.14.1",
"@types/prettier": "^2.4.3",
"@types/react": "^17.0.38",
"@types/react": "^18.0.28",
"@types/styled-components": "^5.1.21",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.10.1",
Expand All @@ -75,7 +75,7 @@
"postcss": "^8.4.21",
"postcss-syntax": "^0.36.2",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react": "^18.2.0",
"storybook-dark-mode": "^1.0.8",
"styled-components": "^5.3.3",
"stylelint": "^14.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/dompurify": "^2.3.3",
"@types/jest": "^27.4.0",
"@types/node": "^18.14.1",
"@types/react": "^17.0.38",
"@types/react": "^18.0.28",
"@types/styled-components": "^5.1.26",
"@types/warning": "^3.0.0",
"@types/webpack-env": "^1.18.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"@types/jest": "^27.4.0",
"@types/jest-axe": "^3.5.3",
"@types/node": "^18.14.1",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.21",
"@types/warning": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"@types/jest": "^27.4.0",
"@types/jest-axe": "^3.5.3",
"@types/node": "^18.14.1",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.21",
"@types/warning": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/styled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/node": "^18.14.1",
"@types/react": "^17.0.38",
"@types/react": "^18.0.28",
"@types/styled-components": "^5.1.21",
"@types/warning": "^3.0.0",
"microbundle": "^0.14.2",
Expand Down
1 change: 1 addition & 0 deletions packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"@storybook/addon-docs": "^6.5.16",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.1",
"@types/react": "^18.0.28",
"@types/tailwindcss": "^2.2.4",
"microbundle": "^0.14.2",
"postcss": "^8.4.5",
Expand Down
Loading

0 comments on commit 17f9d71

Please sign in to comment.