Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Feb 1, 2022
1 parent aa3fcd3 commit 17a620b
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 156 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,29 +121,29 @@
]
},
"devDependencies": {
"@babel/core": "7.16.12",
"@babel/core": "^7.16.12",
"@babel/eslint-parser": "^7.16.5",
"@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7",
"@testing-library/jest-dom": "5.16.1",
"@testing-library/react": "12.1.2",
"@types/jest": "27.4.0",
"babel-jest": "27.4.6",
"coveralls": "3.1.1",
"eslint": "8.8.0",
"eslint-plugin-jest": "26.0.0",
"eslint-plugin-react": "7.28.0",
"jest": "27.4.7",
"node-fetch": "2.6.1",
"normaliz": "0.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-test-renderer": "17.0.2",
"rimraf": "3.0.2",
"rollup": "2.66.1",
"rollup-plugin-terser": "7.0.2",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@types/jest": "^27.4.0",
"babel-jest": "^27.4.6",
"coveralls": "^3.1.1",
"eslint": "^8.8.0",
"eslint-plugin-jest": "^26.0.0",
"eslint-plugin-react": "^7.28.0",
"jest": "^27.4.7",
"node-fetch": "^2.6.7",
"normaliz": "^0.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-test-renderer": "^17.0.2",
"rimraf": "^3.0.2",
"rollup": "^2.66.1",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.5.5",
"wretch": "1.7.8",
"ws": "^7.5.5"
"wretch": "^1.7.8",
"ws": "^7.5.6"
}
}
Loading

0 comments on commit 17a620b

Please sign in to comment.