Skip to content

Commit

Permalink
fix: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Mar 7, 2023
1 parent 6a85fa6 commit 10ac6e3
Show file tree
Hide file tree
Showing 6 changed files with 1,343 additions and 1,426 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"snapshot": "./node_modules/.bin/percy storybook --config=./percy.config.js ./storybook-static"
},
"devDependencies": {
"@babel/cli": "7.20.7",
"@babel/core": "7.20.12",
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@babel/eslint-parser": "7.19.1",
"@babel/eslint-plugin": "7.19.1",
"@babel/plugin-transform-runtime": "7.19.6",
"@babel/plugin-transform-runtime": "7.21.0",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@percy/cli": "1.18.0",
"@percy/cli": "1.20.2",
"@percy/storybook": "4.3.5",
"@poool/eslint-config": "2.0.2",
"@poool/eslint-config-react": "2.0.2",
Expand All @@ -42,18 +42,18 @@
"@storybook/react": "6.5.16",
"@storybook/theming": "6.5.16",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/react-native": "11.5.2",
"@testing-library/react": "14.0.0",
"@testing-library/react-native": "11.5.3",
"@testing-library/user-event": "14.4.3",
"@typescript-eslint/parser": "5.51.0",
"@typescript-eslint/parser": "5.54.1",
"auto-changelog": "2.4.0",
"autoprefixer": "10.4.13",
"babel-jest": "29.4.2",
"babel-jest": "29.5.0",
"babel-loader": "9.1.2",
"clean-css": "5.3.2",
"clean-webpack-plugin": "4.0.0",
"css-loader": "6.7.3",
"eslint": "8.33.0",
"eslint": "8.35.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-import": "2.27.5",
Expand All @@ -65,31 +65,31 @@
"friendly-errors-webpack-plugin": "1.7.0",
"fs-extra": "11.1.0",
"html-webpack-plugin": "5.5.0",
"jest": "29.4.2",
"jest-environment-jsdom": "29.4.2",
"lerna": "6.4.1",
"metro-react-native-babel-preset": "0.75.0",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"lerna": "6.5.1",
"metro-react-native-babel-preset": "0.76.0",
"postcss": "8.4.21",
"postcss-loader": "7.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.2",
"react-native": "0.71.3",
"react-native-web": "0.18.12",
"react-test-renderer": "18.2.0",
"rollup": "3.14.0",
"rollup-plugin-dts": "5.1.1",
"rollup": "3.18.0",
"rollup-plugin-dts": "5.2.0",
"rollup-plugin-peer-deps-external": "2.2.4",
"sass": "1.58.0",
"sass": "1.58.3",
"sass-loader": "13.2.0",
"storybook-dark-mode": "2.0.6",
"storybook-dark-mode": "2.1.1",
"style-loader": "3.3.1",
"stylus": "0.59.0",
"stylus-loader": "7.1.0",
"tailwindcss": "3.2.4",
"tailwindcss": "3.2.7",
"typescript": "4.9.5",
"url-loader": "4.1.1",
"webpack": "5.75.0",
"webpack-bundle-analyzer": "4.7.0",
"webpack-bundle-analyzer": "4.8.0",
"webpack-cli": "5.0.1",
"webpack-dev-server": "4.11.1",
"webpack-merge": "5.8.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"yarn": ">= 1"
},
"dependencies": {
"@babel/runtime-corejs3": "7.20.13",
"core-js": "3.27.2"
"@babel/runtime-corejs3": "7.21.0",
"core-js": "3.29.0"
},
"scripts": {
"clean": "rm -rf ./dist || true",
Expand Down
4 changes: 2 additions & 2 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@babel/runtime-corejs3": "7.20.13",
"core-js": "3.27.2"
"@babel/runtime-corejs3": "7.21.0",
"core-js": "3.29.0"
},
"scripts": {
"clean": "rm -rf ./dist || true",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"react-dom": "^18.0.0"
},
"dependencies": {
"@babel/runtime-corejs3": "7.20.13",
"@floating-ui/react": "0.19.1",
"core-js": "3.27.2",
"@babel/runtime-corejs3": "7.21.0",
"@floating-ui/react": "0.20.1",
"core-js": "3.29.0",
"prop-types": "15.8.1"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/transitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@babel/runtime-corejs3": "7.20.13",
"core-js": "3.27.2"
"@babel/runtime-corejs3": "7.21.0",
"core-js": "3.29.0"
},
"scripts": {
"clean": "rm -rf ./dist || true",
Expand Down
Loading

0 comments on commit 10ac6e3

Please sign in to comment.