mirror of
https://github.com/barthuijgen/factorio-sites.git
synced 2024-11-24 08:52:36 +02:00
nx upgrade
This commit is contained in:
parent
bd3d78ce19
commit
3b606c10ae
@ -2,18 +2,27 @@
|
||||
"migrations": [
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "11.6.0-beta.0",
|
||||
"description": "Add js patterns to tsconfig.json",
|
||||
"factory": "./src/migrations/update-11-6-0/add-js-include-11-6-0",
|
||||
"package": "@nrwl/next",
|
||||
"name": "add-js-include-11.6.0"
|
||||
"version": "12.0.0-beta.0",
|
||||
"description": "Migrate tsconfig.json to allow new jsx transform to be used. Removes the need for `import React from 'react'`",
|
||||
"factory": "./src/migrations/update-12-0-0/use-react-jsx-in-tsconfig",
|
||||
"package": "@nrwl/react",
|
||||
"name": "use-react-jsx-in-tsconfig-12.0.0"
|
||||
},
|
||||
{
|
||||
"version": "11.5.3-beta.1",
|
||||
"description": "Update react storybook lint config",
|
||||
"factory": "./src/migrations/update-11-5-3/update-lint-ignores",
|
||||
"package": "@nrwl/storybook",
|
||||
"name": "update-11-5-3"
|
||||
"cli": "nx",
|
||||
"version": "12.0.0-beta.0",
|
||||
"description": "Update workspace to use `@emotion/babel-plugin` instead of `@emotion/babel-preset-css-prop` to support new jsx transform",
|
||||
"factory": "./src/migrations/update-12-0-0/update-emotion-setup",
|
||||
"package": "@nrwl/react",
|
||||
"name": "update-emotion-setup-12.0.0"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "12.0.0-beta.0",
|
||||
"description": "Remove @types/react-redux from package.json since react-redux installs the package automatically now",
|
||||
"factory": "./src/migrations/update-12-0-0/remove-react-redux-types-package",
|
||||
"package": "@nrwl/react",
|
||||
"name": "remove-react-redux-types-package-12.0.0"
|
||||
}
|
||||
]
|
||||
}
|
24
package.json
24
package.json
@ -31,7 +31,7 @@
|
||||
"@chakra-ui/react": "1.5.0",
|
||||
"@emotion/react": "11.1.5",
|
||||
"@emotion/server": "11.0.0",
|
||||
"@emotion/styled": "11.3.0",
|
||||
"@emotion/styled": "11.1.5",
|
||||
"@fbe/editor": "file:.yalc/@fbe/editor",
|
||||
"@google-cloud/datastore": "6.3.1",
|
||||
"@google-cloud/pubsub": "2.10.0",
|
||||
@ -73,16 +73,16 @@
|
||||
"@babel/preset-typescript": "7.13.0",
|
||||
"@emotion/jest": "11.3.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",
|
||||
"@nrwl/cli": "12.0.6",
|
||||
"@nrwl/cypress": "12.0.6",
|
||||
"@nrwl/eslint-plugin-nx": "12.0.6",
|
||||
"@nrwl/jest": "12.0.6",
|
||||
"@nrwl/next": "12.0.6",
|
||||
"@nrwl/node": "12.0.6",
|
||||
"@nrwl/react": "12.0.6",
|
||||
"@nrwl/web": "12.0.6",
|
||||
"@nrwl/workspace": "12.0.6",
|
||||
"@testing-library/react": "11.2.5",
|
||||
"@types/bcrypt": "3.0.0",
|
||||
"@types/cookie": "0.4.0",
|
||||
"@types/jest": "26.0.22",
|
||||
@ -106,7 +106,7 @@
|
||||
"eslint-plugin-cypress": "2.11.2",
|
||||
"eslint-plugin-import": "2.22.1",
|
||||
"eslint-plugin-jsx-a11y": "6.4.1",
|
||||
"eslint-plugin-react": "7.23.2",
|
||||
"eslint-plugin-react": "7.23.1",
|
||||
"eslint-plugin-react-hooks": "4.2.0",
|
||||
"fork-ts-checker-webpack-plugin": "6.2.0",
|
||||
"jest": "26.6.3",
|
||||
|
Loading…
Reference in New Issue
Block a user