Skip to content

Commit

Permalink
fix: update dependencies (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletsang authored Jun 21, 2022
1 parent 0db76bb commit dea531a
Show file tree
Hide file tree
Showing 2 changed files with 563 additions and 259 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
"conventionalCommits": true
},
"dependencies": {
"@babel/runtime": "^7.17.9",
"@babel/runtime": "^7.18.3",
"@popperjs/core": "^2.11.5",
"@react-aria/ssr": "^3.1.2",
"@restart/hooks": "^0.4.6",
"@react-aria/ssr": "^3.2.0",
"@restart/hooks": "^0.4.7",
"@types/warning": "^3.0.0",
"dequal": "^2.0.2",
"dom-helpers": "^5.2.0",
Expand All @@ -75,27 +75,27 @@
"react-dom": ">=16.14.0"
},
"devDependencies": {
"@4c/cli": "^2.2.3",
"@4c/cli": "^2.2.9",
"@4c/rollout": "^2.2.1",
"@4c/tsconfig": "^0.3.1",
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.9",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/cli": "^7.17.10",
"@babel/core": "^7.18.5",
"@babel/preset-react": "^7.17.12",
"@babel/preset-typescript": "^7.17.12",
"@react-bootstrap/eslint-config": "^2.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.9",
"@types/chai": "^4.3.0",
"@testing-library/user-event": "^13.5.0",
"@types/chai": "^4.3.1",
"@types/classnames": "^2.3.1",
"@types/mocha": "^8.2.3",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react": "^17.0.47",
"@types/react-dom": "^17.0.17",
"@types/react-transition-group": "^4.4.4",
"@types/sinon": "^10.0.11",
"@types/sinon-chai": "^3.2.8",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
"babel-plugin-istanbul": "^6.1.1",
"babel-preset-env-modules": "^1.0.1",
Expand All @@ -105,17 +105,17 @@
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "^7.24.0",
"eslint-config-4catalyzer-typescript": "^3.2.0",
"eslint-config-4catalyzer-typescript": "^3.2.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-mocha": "^8.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.6.0",
"gh-pages": "^3.1.0",
"hookem": "^1.0.3",
"karma": "^6.3.17",
"hookem": "^1.0.9",
"karma": "^6.4.0",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",
"karma-firefox-launcher": "^2.1.2",
Expand All @@ -126,22 +126,22 @@
"karma-webpack": "5.0.0",
"lint-staged": "^10.5.4",
"mocha": "^8.3.2",
"prettier": "^2.6.2",
"prettier": "^2.7.1",
"process": "^0.11.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-transition-group": "^4.4.1",
"rimraf": "^3.0.2",
"rollup": "^2.70.1",
"rollup": "^2.75.6",
"simulant": "^0.2.2",
"sinon": "^10.0.0",
"sinon-chai": "^3.6.0",
"stream-browserify": "^3.0.0",
"typescript": "^4.6.3",
"typescript": "^4.7.4",
"util": "^0.12.3",
"webpack": "^5.72.0",
"webpack": "^5.73.0",
"webpack-atoms": "^16.0.1",
"webpack-cli": "^4.9.2"
"webpack-cli": "^4.1.0"
},
"bugs": {
"url": "https://github.com/react-restart/ui/issues"
Expand Down
Loading

0 comments on commit dea531a

Please sign in to comment.