Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Raice Hannay committed May 12, 2021
1 parent fd7d173 commit 5ebe233
Show file tree
Hide file tree
Showing 2 changed files with 1,350 additions and 1,877 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
"homepage": "https://github.com/voodoocreation/react-test-wrapper#readme",
"types": "dist/index.d.ts",
"peerDependencies": {
"enzyme": ">= 3.0.0",
"react": ">= 17.0.0",
"react-intl": ">= 5.0.0",
"react-redux": ">= 7.2.0",
"redux": ">= 4.0.0"
"enzyme": ">= 3.11.0",
"react": ">= 17.0.2",
"react-intl": ">= 5.17.5",
"react-redux": ">= 7.2.4",
"redux": ">= 4.1.0"
},
"peerDependenciesMeta": {
"react-intl": {
Expand All @@ -63,36 +63,36 @@
},
"devDependencies": {
"@types/enzyme": "^3.10.8",
"@types/jest": "^26.0.15",
"@types/react": "^16.9.56",
"@types/react-redux": "^7.1.11",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@wojtekmaj/enzyme-adapter-react-17": "^0.3.1",
"cross-env": "^7.0.2",
"@types/jest": "^26.0.23",
"@types/react": "^17.0.5",
"@types/react-redux": "^7.1.16",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.1",
"cross-env": "^7.0.3",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.1",
"eslint": "^7.13.0",
"eslint-config-voodoocreation": "^1.2.0",
"enzyme-to-json": "^3.6.2",
"eslint": "^7.26.0",
"eslint-config-voodoocreation": "^2.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prefer-arrow": "^1.2.2",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^26.6.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-intl": "^5.10.1",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"ts-jest": "^26.4.4",
"typescript": "^4.0.5",
"prettier": "^2.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intl": "^5.17.5",
"react-redux": "^7.2.4",
"redux": "^4.1.0",
"ts-jest": "^26.5.6",
"typescript": "^4.2.4",
"typescript-fsa": "^3.0.0",
"typescript-fsa-reducers": "^1.2.2"
},
"dependencies": {
"ts-deepmerge": "^1.0.6"
"ts-deepmerge": "^1.0.8"
}
}
Loading

0 comments on commit 5ebe233

Please sign in to comment.