Skip to content

Commit

Permalink
Infra: upgrade dependencies. (#2390)
Browse files Browse the repository at this point in the history
Part of #2236

- Update easy dependencies (ones we don't also have lots of other file updates along with)
- Remove unused packages.
  • Loading branch information
ryan-roemer authored Jul 27, 2022
1 parent 1932937 commit 942c184
Show file tree
Hide file tree
Showing 3 changed files with 1,749 additions and 2,292 deletions.
74 changes: 35 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@
},
"homepage": "https://formidable.com/open-source/victory",
"devDependencies": {
"@babel/cli": "7.17.10",
"@babel/core": "7.17.10",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-export-namespace-from": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "7.17.3",
"@babel/plugin-proposal-optional-chaining": "^7.17.12",
"@babel/plugin-transform-arrow-functions": "7.16.7",
"@babel/plugin-transform-block-scoping": "7.16.7",
"@babel/plugin-transform-classes": "7.16.7",
"@babel/plugin-transform-computed-properties": "7.16.7",
"@babel/plugin-transform-destructuring": "7.17.7",
"@babel/plugin-transform-modules-commonjs": "7.17.9",
"@babel/plugin-transform-parameters": "7.16.7",
"@babel/plugin-transform-shorthand-properties": "7.16.7",
"@babel/plugin-transform-spread": "7.16.7",
"@babel/plugin-transform-template-literals": "7.16.7",
"@babel/preset-react": "7.16.7",
"@babel/cli": "7.18.9",
"@babel/core": "7.18.9",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-object-rest-spread": "7.18.9",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/plugin-transform-arrow-functions": "7.18.6",
"@babel/plugin-transform-block-scoping": "7.18.9",
"@babel/plugin-transform-classes": "7.18.9",
"@babel/plugin-transform-computed-properties": "7.18.9",
"@babel/plugin-transform-destructuring": "7.18.9",
"@babel/plugin-transform-modules-commonjs": "7.18.6",
"@babel/plugin-transform-parameters": "7.18.8",
"@babel/plugin-transform-shorthand-properties": "7.18.6",
"@babel/plugin-transform-spread": "7.18.9",
"@babel/plugin-transform-template-literals": "7.18.9",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "^7.17.12",
"@changesets/cli": "^2.24.1",
"@storybook/addon-actions": "^6.5.6",
Expand All @@ -52,27 +52,26 @@
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/react-hooks": "^8.0.0",
"@testing-library/react-native": "^9.1.0",
"@types/jest": "^28.1.0",
"@testing-library/react-native": "^11.0.0",
"@types/jest": "^28.1.6",
"@types/lodash": "^4.14.149",
"@types/node": "^18.0.1",
"@types/node": "^18.6.1",
"@types/prop-types": "^15.7.5",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^28.1.0",
"babel-jest": "^28.1.3",
"babel-loader": "^8.2.5",
"babel-plugin-lodash": "^3.1.2",
"babel-plugin-module-resolver": "^4.1.0",
"babel-preset-react-native": "^4.0.1",
"chromatic": "^5.0.0",
"concurrently": "^7.2.2",
"chromatic": "^6.7.1",
"concurrently": "^7.3.0",
"cpx2": "^4.2.0",
"cross-env": "^7.0.3",
"emotion-theming": "^10.0.27",
"eslint": "^7.32.0",
"eslint-config-formidable": "^2.0.1",
"eslint-config-prettier": "^6.0.0",
Expand All @@ -82,34 +81,31 @@
"eslint-plugin-jest": "^25.2.2",
"eslint-plugin-react": "^7.0.0",
"eslint-plugin-react-hooks": "^4.2.0",
"glob": "7.1.2",
"glob": "8.0.3",
"immutable": "^3.8.2",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"json-loader": "^0.5.4",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"lodash": "^4.17.19",
"lodash-webpack-plugin": "^0.11.6",
"metro-react-native-babel-preset": "0.66.2",
"node-polyfill-webpack-plugin": "^1.1.4",
"metro-react-native-babel-preset": "0.71.3",
"nps": "^5.9.0",
"prettier": "^2.6.2",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-hot-loader": "v2.0.0-alpha-4",
"react-hot-loader": "4.13.0",
"react-test-renderer": "^18.1.0",
"rimraf": "^3.0.2",
"seedrandom": "^2.4.3",
"seedrandom": "^3.0.5",
"styled-components": "^5.3.5",
"ts-jest": "^28.0.3",
"ts-jest": "^28.0.7",
"ts-loader": "^9.3.0",
"typescript": "^4.7.3",
"victory-vendor": "*",
"victory-voronoi": "*",
"webpack": "^5.72.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0",
"webpack-stats-plugin": "^1.0.3",
"wireit": "^0.7.1"
},
"pnpm": {
Expand Down
8 changes: 4 additions & 4 deletions packages/victory-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"license": "MIT",
"dependencies": {
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"react-fast-compare": "^3.2.0",
"victory": "^36.5.3",
"victory-area": "^36.5.3",
Expand Down Expand Up @@ -52,14 +53,13 @@
"victory-tooltip": "^36.5.3",
"victory-voronoi": "^36.5.3",
"victory-voronoi-container": "^36.5.3",
"victory-zoom-container": "^36.5.3",
"prop-types": "^15.8.1"
"victory-zoom-container": "^36.5.3"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/core": "^7.18.9",
"react-native": "^0.65.1",
"react-native-gesture-handler": "^1.10.3",
"react-native-svg": "^12.1.1"
"react-native-svg": "^12.4.3"
},
"scripts": {
"build": "wireit",
Expand Down
Loading

0 comments on commit 942c184

Please sign in to comment.