mirror of
https://github.com/barthuijgen/factorio-sites.git
synced 2024-11-24 08:52:36 +02:00
28 lines
1.1 KiB
JSON
28 lines
1.1 KiB
JSON
{
|
|
"migrations": [
|
|
{
|
|
"cli": "nx",
|
|
"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"
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
} |