Skip to content

Commit

Permalink
build: update some packages, run tests on react 18
Browse files Browse the repository at this point in the history
  • Loading branch information
anantoghosh committed Jun 2, 2022
1 parent c81a041 commit b3bb6de
Show file tree
Hide file tree
Showing 2 changed files with 188 additions and 140 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,19 @@
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@rollup/plugin-typescript": "^8.3.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@types/jest": "^27.4.0",
"@types/react": "^17.0.39",
"@types/react": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"eslint": "^8.9.0",
"eslint-plugin-tree-shaking": "^1.10.0",
"jest": "^27.5.1",
"np": "^7.6.0",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"np": "^7.6.1",
"prettier": "^2.6.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"rollup": "^2.68.0",
"rollup-plugin-size": "^0.2.2",
"rollup-plugin-terser": "^7.0.2",
Expand Down
Loading

0 comments on commit b3bb6de

Please sign in to comment.