-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package update and Apollo Server 4 migration WIP
- Loading branch information
Micah Clegg
committed
Jul 6, 2024
1 parent
e605031
commit dc8c931
Showing
474 changed files
with
38,884 additions
and
25,988 deletions.
There are no files selected for viewing
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
nodeLinker: node-modules | ||
|
||
yarnPath: .yarn/releases/yarn-berry.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,7 +76,6 @@ | |
] | ||
}, | ||
"browserslist": [ | ||
"maintained node versions", | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
|
@@ -194,15 +193,12 @@ | |
"styledComponents": {} | ||
}, | ||
"dependencies": { | ||
"@apollo/client": "^3.0.0-beta.33", | ||
"@apollo/link-context": "^2.0.0-beta.3", | ||
"@apollo/link-error": "^2.0.0-beta.3", | ||
"@apollo/link-ws": "^2.0.0-beta.3", | ||
"@apollo/client": "^3.10.8", | ||
"@apollo/server": "^4.10.4", | ||
"@blueprintjs/core": "^3.28.2", | ||
"@blueprintjs/icons": "^3.18.1", | ||
"@sentry/node": "^5.7.1", | ||
"@serialport/bindings": "^9.0.0", | ||
"apollo-server-express": "^2.9.6", | ||
"bonjour": "^3.5.0", | ||
"chalk": "^4.0.0", | ||
"change-case": "^4.1.1", | ||
|
@@ -223,8 +219,9 @@ | |
"fuse.js": "^6.0.0", | ||
"gl-matrix": "^3.2.1", | ||
"googleapis": "^51.0.0", | ||
"graphql": "^15.0.0", | ||
"graphql": "^16.9.0", | ||
"graphql-bigint": "^1.0.0", | ||
"graphql-subscriptions": "^2.0.0", | ||
"graphql-type-json": "^0.3.0", | ||
"graphql.macro": "^1.4.2", | ||
"immer": "^6.0.5", | ||
|
@@ -252,14 +249,14 @@ | |
"react-app-rewired": "^2.1.6", | ||
"react-pdf": "^5.0.0", | ||
"react-router": "^6.0.0-alpha.4", | ||
"react-scripts": "^3.4.1", | ||
"react-scripts": "^5.0.1", | ||
"react-three-fiber": "^4.0.17", | ||
"react-use-gesture": "^7.0.4", | ||
"request": "^2.88.0", | ||
"rng": "^0.2.2", | ||
"sass": "^1.77.2", | ||
"simplex-noise": "^2.4.0", | ||
"subscriptions-transport-ws": "^0.9.16", | ||
"subscriptions-transport-ws": "^0.11.0", | ||
"three": "^0.116.1", | ||
"usb-detection": "^4.9.0", | ||
"uuid": "^3.3.3", | ||
|
@@ -270,23 +267,24 @@ | |
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.6.4", | ||
"@babel/core": "^7.6.4", | ||
"@babel/core": "^7.24.7", | ||
"@babel/helper-environment-visitor": "^7.24.7", | ||
"@babel/node": "^7.6.3", | ||
"@babel/plugin-proposal-class-properties": "^7.7.4", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4", | ||
"@babel/plugin-proposal-optional-chaining": "^7.7.5", | ||
"@babel/preset-env": "^7.24.7", | ||
"@babel/preset-typescript": "^7.8.3", | ||
"@emotion/babel-preset-css-prop": "^10.0.27", | ||
"@emotion/core": "^10.0.28", | ||
"@emotion/styled": "^10.0.27", | ||
"@graphql-codegen/cli": "^1.12.0", | ||
"@graphql-codegen/fragment-matcher": "^1.13.5", | ||
"@graphql-codegen/introspection": "^1.12.0", | ||
"@graphql-codegen/typescript": "^1.13.5", | ||
"@graphql-codegen/typescript-operations": "^1.12.0", | ||
"@graphql-codegen/typescript-react-apollo": "^1.13.5", | ||
"@graphql-codegen/typescript-resolvers": "^1.13.4", | ||
"@graphql-codegen/cli": "^5.0.2", | ||
"@graphql-codegen/fragment-matcher": "^5.0.2", | ||
"@graphql-codegen/introspection": "^4.0.3", | ||
"@graphql-codegen/typescript": "^4.0.9", | ||
"@graphql-codegen/typescript-operations": "^4.2.3", | ||
"@graphql-codegen/typescript-react-apollo": "^4.3.0", | ||
"@graphql-codegen/typescript-resolvers": "^4.2.1", | ||
"@jagi/jest-transform-graphql": "^1.0.2", | ||
"@semantic-release/changelog": "^5.0.1", | ||
"@semantic-release/exec": "^5.0.0", | ||
|
@@ -296,12 +294,14 @@ | |
"@storybook/addon-actions": "^5.2.4", | ||
"@storybook/addon-links": "^5.2.4", | ||
"@storybook/addons": "^5.2.4", | ||
"@storybook/react": "^5.2.4", | ||
"@storybook/react": "^8.1.11", | ||
"@testing-library/jest-dom": "^5.7.0", | ||
"@testing-library/react": "^10.0.4", | ||
"@tweenjs/tween.js": "^18.3.1", | ||
"@types/babel__preset-env": "^7", | ||
"@types/bonjour": "^3.5.8", | ||
"@types/errorhandler": "^1.5.0", | ||
"@types/jscodeshift": "^0", | ||
"@types/luxon": "^1.21.0", | ||
"@types/match-sorter": "^4.0.0", | ||
"@types/mkdirp": "^1.0.0", | ||
|
@@ -322,14 +322,14 @@ | |
"all-contributors-cli": "^6.20.0", | ||
"apollo": "^2.22.0", | ||
"apollo-cache-hermes": "^0.8.9", | ||
"babel-jest": "^24.9.0", | ||
"babel-jest": "^29.7.0", | ||
"babel-plugin-import-glob": "^2.0.0", | ||
"babel-plugin-transform-node-env-inline": "^0.4.3", | ||
"babel-preset-env": "^1.7.0", | ||
"babel-preset-react": "^6.24.1", | ||
"babel-preset-react-app": "^9.0.2", | ||
"bodymovin": "^4.13.0", | ||
"bootstrap": "^4.6.0", | ||
"bootstrap": "^5.3.3", | ||
"canvas": "^2.11.2", | ||
"centered-pan-zoom": "^2.0.0", | ||
"cross-env": "^7.0.0", | ||
|
@@ -354,7 +354,6 @@ | |
"rc-menu": "^8.0.0-alpha.1", | ||
"react": "^16.13.0", | ||
"react-animated-number": "^0.4.4", | ||
"react-apollo": "^4.0.0-beta.1", | ||
"react-color": "^2.17.3", | ||
"react-dom": "^16.13.0", | ||
"react-draggable": "^4.0.3", | ||
|
@@ -367,7 +366,6 @@ | |
"react-mosaic-component": "^4.0.0", | ||
"react-promise-suspense": "^0.3.1", | ||
"react-qrcode-hook": "^1.1.0", | ||
"react-rangeslider": "^2.2.0", | ||
"react-router-dom": "^6.0.0-alpha.4", | ||
"react-sortable-hoc": "^1.10.1", | ||
"react-table": "^6.10.3", | ||
|
@@ -387,7 +385,7 @@ | |
"stylelint-scss": "^3.12.0", | ||
"svg-to-jsx": "^1.0.2", | ||
"three-obj-loader": "^1.1.3", | ||
"ts-jest": "^26.0.0", | ||
"ts-jest": "^29.1.5", | ||
"ts-node-dev": "^1.0.0-pre.44", | ||
"tsconfig-paths-webpack-plugin": "^3.2.0", | ||
"typescript": "^5.4.0", | ||
|
@@ -398,11 +396,10 @@ | |
}, | ||
"resolutions": { | ||
"change-case": "^4.1.1", | ||
"param-case": "3.0.3", | ||
"@babel/preset-env": "^7.8.7" | ||
"param-case": "3.0.3" | ||
}, | ||
"volta": { | ||
"node": "16.20.2" | ||
"node": "18.20.3" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.