Skip to content

Commit

Permalink
feat: upgrade types and create release React 18 upgrade (#2124)
Browse files Browse the repository at this point in the history
310b08a

Co-authored-by: Thomas Roest <thomas.roest@moxio.com>
  • Loading branch information
ThomasRoest and Thomas Roest committed Feb 13, 2023
1 parent a31450e commit 9e37850
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 50 deletions.
70 changes: 23 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@tippyjs/react": "4.1.0",
"@types/react-test-renderer": "^17.0.0",
"@types/react-test-renderer": "^18.0.0",
"@vxna/mini-html-webpack-template": "^2.0.0",
"acorn": "^6.4.1",
"acorn-jsx": "^5.1.0",
Expand Down Expand Up @@ -119,8 +119,8 @@
"@types/markdown-to-jsx": "^6.9.0",
"@types/node": "^12.12.3",
"@types/prismjs": "^1.16.0",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"@types/terser-webpack-plugin": "^2.2.3",
"@types/type-detect": "^4.0.1",
"@types/webpack": "^5.28.0",
Expand Down

0 comments on commit 9e37850

Please sign in to comment.