chore: Update readme & dependencies
parent
1ca5152665
commit
2c161ccfb3
|
@ -57,11 +57,11 @@ After successful installation you have to rebuild the admin UI so it'll include
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# using yarn
|
# using yarn
|
||||||
yarn build --clean
|
yarn build
|
||||||
yarn develop
|
yarn develop
|
||||||
|
|
||||||
# using npm
|
# using npm
|
||||||
npm run build --clean
|
npm run build
|
||||||
npm run develop
|
npm run develop
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ Complete installation requirements are the exact same as for Strapi itself and c
|
||||||
|
|
||||||
**Supported Strapi versions**:
|
**Supported Strapi versions**:
|
||||||
|
|
||||||
- Strapi 4.0.2 (recently tested)
|
- Strapi 4.0.3 (recently tested)
|
||||||
- Strapi ^4.x (use `strapi-plugin-config-sync@^1.0.0`)
|
- Strapi ^4.x (use `strapi-plugin-config-sync@^1.0.0`)
|
||||||
- Strapi ^3.4.x (use `strapi-plugin-config-sync@0.1.6`)
|
- Strapi ^3.4.x (use `strapi-plugin-config-sync@0.1.6`)
|
||||||
|
|
||||||
|
|
17
package.json
17
package.json
|
@ -20,14 +20,11 @@
|
||||||
"test:integration": "cd playground && jest --verbose",
|
"test:integration": "cd playground && jest --verbose",
|
||||||
"plugin:install": "yarn install && rm -rf node_modules/@strapi/helper-plugin",
|
"plugin:install": "yarn install && rm -rf node_modules/@strapi/helper-plugin",
|
||||||
"playground:install": "cd playground && yarn install",
|
"playground:install": "cd playground && yarn install",
|
||||||
"playground:build": "cd playground && yarn build --clean",
|
"playground:build": "cd playground && yarn build",
|
||||||
"playground:develop": "cd playground && yarn develop"
|
"playground:develop": "cd playground && yarn develop"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chalk": "^4.1.2",
|
|
||||||
"cli-table": "^0.3.6",
|
"cli-table": "^0.3.6",
|
||||||
"commander": "^8.3.0",
|
|
||||||
"inquirer": "^8.2.0",
|
|
||||||
"react-diff-viewer": "^3.1.1",
|
"react-diff-viewer": "^3.1.1",
|
||||||
"redux-thunk": "^2.3.0"
|
"redux-thunk": "^2.3.0"
|
||||||
},
|
},
|
||||||
|
@ -51,15 +48,15 @@
|
||||||
"strapi-server.js"
|
"strapi-server.js"
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@strapi/strapi": "^4.0.1"
|
"@strapi/strapi": "^4.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@fortawesome/react-fontawesome": "^0.1.16",
|
"@fortawesome/react-fontawesome": "^0.1.16",
|
||||||
"@strapi/design-system": "0.0.1-alpha.71",
|
"@strapi/design-system": "^0.0.1-alpha.71",
|
||||||
"@strapi/helper-plugin": "4.0.1",
|
"@strapi/helper-plugin": "^4.0.3",
|
||||||
"@strapi/icons": "0.0.1-alpha.71",
|
"@strapi/icons": "^0.0.1-alpha.71",
|
||||||
"@strapi/strapi": "^4.0.1",
|
"@strapi/strapi": "^4.0.3",
|
||||||
"@strapi/utils": "4.0.1",
|
"@strapi/utils": "^4.0.3",
|
||||||
"babel-eslint": "9.0.0",
|
"babel-eslint": "9.0.0",
|
||||||
"codecov": "^3.8.3",
|
"codecov": "^3.8.3",
|
||||||
"eslint": "^7.32.0",
|
"eslint": "^7.32.0",
|
||||||
|
|
Loading…
Reference in New Issue