1
0
mirror of https://github.com/barthuijgen/factorio-sites.git synced 2024-11-24 08:52:36 +02:00

chore: upgrade dependencies

This commit is contained in:
Bart 2021-04-08 15:07:13 +02:00
parent 3b9a4f3248
commit 406c9f552a
2 changed files with 715 additions and 722 deletions

View File

@ -7,8 +7,8 @@
"nx": "nx",
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"lint": "nx workspace-lint && nx lint",
"test": "nx run-many --all --target=test",
"lint": "nx workspace-lint && nx run-many --all --target=lint",
"e2e": "nx e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
@ -28,26 +28,26 @@
"db-gen": "npx prisma generate --schema=./apps/blueprints/prisma/schema.prisma"
},
"dependencies": {
"@chakra-ui/react": "1.4.2",
"@chakra-ui/react": "1.5.0",
"@emotion/react": "11.1.5",
"@emotion/server": "11.0.0",
"@emotion/styled": "11.1.5",
"@fbe/editor": "file:.yalc/@fbe/editor",
"@google-cloud/datastore": "6.3.1",
"@google-cloud/pubsub": "2.10.0",
"@google-cloud/secret-manager": "3.5.0",
"@google-cloud/secret-manager": "3.6.0",
"@google-cloud/storage": "5.8.3",
"@hookstate/core": "3.0.6",
"@prisma/client": "2.20.0",
"@prisma/client": "2.20.1",
"bcrypt": "5.0.1",
"clsx": "1.1.1",
"cookie": "0.4.1",
"date-fns": "2.19.0",
"date-fns": "2.20.0",
"document-register-element": "1.14.10",
"factorio-wasm": "file:.yalc/factorio-wasm",
"formik": "2.2.6",
"framer-motion": "4.0.3",
"next": "10.1.2",
"framer-motion": "4.1.3",
"next": "10.1.3",
"nprogress": "0.2.0",
"openid": "2.0.8",
"pako": "1.0.11",
@ -62,7 +62,7 @@
"react-markdown": "5.0.3",
"react-multi-select-component": "4.0.0",
"react-simplemde-editor": "4.1.3",
"sharp": "0.28.0",
"sharp": "0.28.1",
"ws": "7.4.4"
},
"devDependencies": {
@ -71,16 +71,16 @@
"@babel/preset-react": "7.13.13",
"@babel/preset-typescript": "7.13.0",
"@emotion/jest": "11.2.1",
"@next/eslint-plugin-next": "10.1.2",
"@nrwl/cli": "11.6.0",
"@nrwl/cypress": "11.6.0",
"@nrwl/eslint-plugin-nx": "11.6.0",
"@nrwl/jest": "11.6.0",
"@nrwl/next": "11.6.0",
"@nrwl/node": "11.6.0",
"@nrwl/react": "11.6.0",
"@nrwl/web": "11.6.0",
"@nrwl/workspace": "11.6.0",
"@next/eslint-plugin-next": "10.1.3",
"@nrwl/cli": "11.6.1",
"@nrwl/cypress": "11.6.1",
"@nrwl/eslint-plugin-nx": "11.6.1",
"@nrwl/jest": "11.6.1",
"@nrwl/next": "11.6.1",
"@nrwl/node": "11.6.1",
"@nrwl/react": "11.6.1",
"@nrwl/web": "11.6.1",
"@nrwl/workspace": "11.6.1",
"@testing-library/react": "11.2.6",
"@types/bcrypt": "3.0.0",
"@types/cookie": "0.4.0",
@ -92,12 +92,12 @@
"@types/puppeteer": "5.4.3",
"@types/react": "17.0.3",
"@types/react-dom": "17.0.3",
"@types/sharp": "0.27.2",
"@types/ws": "7.4.0",
"@typescript-eslint/eslint-plugin": "4.20.0",
"@typescript-eslint/parser": "4.20.0",
"@types/sharp": "0.28.0",
"@types/ws": "7.4.1",
"@typescript-eslint/eslint-plugin": "4.21.0",
"@typescript-eslint/parser": "4.21.0",
"babel-jest": "26.6.3",
"cypress": "6.8.0",
"cypress": "7.0.1",
"dotenv": "8.2.0",
"eslint": "7.23.0",
"eslint-config-prettier": "8.1.0",
@ -109,11 +109,11 @@
"fork-ts-checker-webpack-plugin": "6.2.0",
"jest": "26.6.3",
"prettier": "2.2.1",
"prisma": "2.20.0",
"prisma": "2.20.1",
"ts-jest": "26.5.4",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typescript": "4.2.3",
"typescript": "4.2.4",
"wasm-loader": "1.3.0"
}
}

1385
yarn.lock

File diff suppressed because it is too large Load Diff