Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
techfreaque committed Sep 3, 2022
1 parent 49c6d36 commit a80486a
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,57 +50,57 @@
}
},
"dependencies": {
"prop-types": "^15.7.2",
"prop-types": "^15.8.1",
"react-lifecycles-compat": "^3.0.4",
"react-style-proptype": "^3.2.2"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/plugin-transform-modules-commonjs": "^7.7.0",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"@emotion/core": "^10.0.22",
"@emotion/styled": "^10.0.23",
"@storybook/addons": "^5.3.17",
"@storybook/react": "^5.3.17",
"@storybook/theming": "^5.3.17",
"@types/react": "^16.9.11",
"@babel/core": "^7.18.13",
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@emotion/core": "^11.0.0",
"@emotion/styled": "^11.10.4",
"@storybook/addons": "^6.5.10",
"@storybook/react": "^6.5.10",
"@storybook/theming": "^6.5.10",
"@types/react": "^18.0.18",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.0-beta.6",
"babel-loader": "^8.2.5",
"babelify": "^10.0.0",
"chai": "^4.2.0",
"chai": "^4.3.6",
"chai-spies": "^1.0.0",
"coveralls": "^3.0.7",
"cross-env": "^7.0.0",
"eslint": "^6.6.0",
"eslint-config-fbjs": "^3.1.1",
"eslint-config-prettier": "^6.5.0",
"coveralls": "^3.1.1",
"cross-env": "^7.0.3",
"eslint": "^8.23.0",
"eslint-config-fbjs": "^4.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-flowtype": "^4.3.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-relay": "^1.3.12",
"gh-pages": "^2.1.1",
"husky": "^4.2.3",
"mochify": "^6.6.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.4",
"eslint-plugin-relay": "^1.8.3",
"gh-pages": "^4.0.0",
"husky": "^8.0.1",
"mochify": "^9.2.0",
"mochify-istanbul": "^2.4.2",
"parcel-bundler": "^1.12.4",
"prettier": "2.0.5",
"pretty-quick": "^2.0.1",
"react": ">=15",
"react-dom": "^16.0.0-0",
"react-router-dom": "^5.1.2",
"rimraf": "^3.0.0",
"rollup": "^2.3.4",
"prettier": "2.7.1",
"pretty-quick": "^3.1.3",
"react": ">=18",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"rimraf": "^3.0.2",
"rollup": "^2.79.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"standard-version": "^7.0.0"
"standard-version": "^9.5.0"
},
"peerDependencies": {
"react": "^16.0.0-0",
"react-dom": "^16.0.0-0"
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}

0 comments on commit a80486a

Please sign in to comment.