Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
geirsagberg committed Dec 6, 2021
1 parent fbd9d80 commit ff87f2f
Show file tree
Hide file tree
Showing 2 changed files with 525 additions and 286 deletions.
51 changes: 26 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/lab": "^4.0.0-alpha.60",
"@octokit/rest": "^18.11.4",
"browser-fs-access": "^0.20",
"@octokit/rest": "^18.12.0",
"browser-fs-access": "^0.23",
"dayjs": "^1.10.7",
"fp-ts": "^2.11.4",
"graphql": "^15.6.1",
"graphql-request": "^3.5.0",
"graphql-tag": "^2.12.5",
"fp-ts": "^2.11.5",
"graphql": "^16.0.1",
"graphql-request": "^3.7.0",
"graphql-tag": "^2.12.6",
"io-ts": "^2.2.16",
"lodash-es": "^4.17.21",
"overmind": "^28.0.1",
"overmind-react": "^29.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-modal-promise": "^1.0.2",
"react-query": "^3.25.1",
"react-query": "^3.34.0",
"react-scripts": "^4.0.3",
"uuid": "^8.3.2"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "craco start",
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
Expand Down Expand Up @@ -53,28 +53,29 @@
}
},
"devDependencies": {
"@craco/craco": "^6.3.0",
"@graphql-codegen/cli": "^2.2.0",
"@craco/craco": "^6.4.2",
"@graphql-codegen/cli": "^2.3.0",
"@graphql-codegen/introspection": "2.1.0",
"@graphql-codegen/typescript": "2.2.2",
"@graphql-codegen/typescript-graphql-request": "^4.1.4",
"@graphql-codegen/typescript-operations": "2.1.6",
"@testing-library/jest-dom": "^5.14.1",
"@graphql-codegen/typescript": "2.4.1",
"@graphql-codegen/typescript-graphql-request": "^4.3.2",
"@graphql-codegen/typescript-operations": "2.2.1",
"@testing-library/jest-dom": "^5.16.0",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.2.1",
"@types/file-saver": "^2.0.3",
"@types/jest": "^27.0.2",
"@testing-library/user-event": "^13.5.0",
"@types/file-saver": "^2.0.4",
"@types/jest": "^27.0.3",
"@types/lodash-es": "^4.17.5",
"@types/node": "^16.10.3",
"@types/react": "^17.0.27",
"@types/react-dom": "^17.0.9",
"@types/uuid": "^8.3.1",
"craco-esbuild": "^0.4.1",
"esbuild": "^0.13.4",
"@types/node": "^16.11.11",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/uuid": "^8.3.3",
"craco-esbuild": "^0.4.2",
"cross-env": "^7.0.3",
"esbuild": "^0.14.2",
"json-format": "^1.0.1",
"json-format-cli": "^1.1.1",
"source-map-explorer": "^2.5.2",
"type-fest": "^2.3.4",
"typescript": "~4.4.3"
"type-fest": "^2.8.0",
"typescript": "~4.5.2"
}
}
Loading

0 comments on commit ff87f2f

Please sign in to comment.