mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 06:17:36 -02:30
Merge pull request #7484 from jakemcdermott/update-deps
Remove unused dependencies Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -7,6 +7,9 @@
|
|||||||
The API development server will need to be running. See [CONTRIBUTING.md](../../CONTRIBUTING.md).
|
The API development server will need to be running. See [CONTRIBUTING.md](../../CONTRIBUTING.md).
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
# install
|
||||||
|
npm --prefix=awx/ui_next install
|
||||||
|
|
||||||
# Start the ui development server. While running, the ui will be reachable
|
# Start the ui development server. While running, the ui will be reachable
|
||||||
# at https://127.0.0.1:3001 and updated automatically when code changes.
|
# at https://127.0.0.1:3001 and updated automatically when code changes.
|
||||||
npm --prefix=awx/ui_next start
|
npm --prefix=awx/ui_next start
|
||||||
|
|||||||
6775
awx/ui_next/package-lock.json
generated
6775
awx/ui_next/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -7,9 +7,6 @@
|
|||||||
"@patternfly/patternfly": "^4.10.31",
|
"@patternfly/patternfly": "^4.10.31",
|
||||||
"@patternfly/react-core": "4.18.14",
|
"@patternfly/react-core": "4.18.14",
|
||||||
"@patternfly/react-icons": "^4.3.5",
|
"@patternfly/react-icons": "^4.3.5",
|
||||||
"@testing-library/jest-dom": "^4.2.4",
|
|
||||||
"@testing-library/react": "^9.3.2",
|
|
||||||
"@testing-library/user-event": "^7.1.2",
|
|
||||||
"ansi-to-html": "^0.6.11",
|
"ansi-to-html": "^0.6.11",
|
||||||
"axios": "^0.18.1",
|
"axios": "^0.18.1",
|
||||||
"codemirror": "^5.47.0",
|
"codemirror": "^5.47.0",
|
||||||
@@ -24,11 +21,33 @@
|
|||||||
"react-codemirror2": "^6.0.0",
|
"react-codemirror2": "^6.0.0",
|
||||||
"react-dom": "^16.13.1",
|
"react-dom": "^16.13.1",
|
||||||
"react-router-dom": "^5.1.2",
|
"react-router-dom": "^5.1.2",
|
||||||
"react-scripts": "3.4.1",
|
|
||||||
"react-virtualized": "^9.21.1",
|
"react-virtualized": "^9.21.1",
|
||||||
"rrule": "^2.6.4",
|
"rrule": "^2.6.4",
|
||||||
"styled-components": "^4.2.0"
|
"styled-components": "^4.2.0"
|
||||||
},
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@babel/polyfill": "^7.8.7",
|
||||||
|
"@lingui/cli": "^2.9.1",
|
||||||
|
"@lingui/macro": "^2.9.1",
|
||||||
|
"@nteract/mockument": "^1.0.4",
|
||||||
|
"babel-core": "^7.0.0-bridge.0",
|
||||||
|
"enzyme": "^3.10.0",
|
||||||
|
"enzyme-adapter-react-16": "^1.14.0",
|
||||||
|
"enzyme-to-json": "^3.3.5",
|
||||||
|
"eslint": "^6.8.0",
|
||||||
|
"eslint-config-airbnb": "^17.1.0",
|
||||||
|
"eslint-config-prettier": "^5.0.0",
|
||||||
|
"eslint-import-resolver-webpack": "0.11.1",
|
||||||
|
"eslint-plugin-import": "^2.14.0",
|
||||||
|
"eslint-plugin-jsx-a11y": "^6.1.1",
|
||||||
|
"eslint-plugin-react": "^7.11.1",
|
||||||
|
"eslint-plugin-react-hooks": "^2.2.0",
|
||||||
|
"http-proxy-middleware": "^1.0.3",
|
||||||
|
"jest-websocket-mock": "^2.0.2",
|
||||||
|
"mock-socket": "^9.0.3",
|
||||||
|
"prettier": "^1.18.2",
|
||||||
|
"react-scripts": "^3.4.1"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "PORT=3001 HTTPS=true DANGEROUSLY_DISABLE_HOST_CHECK=true react-scripts start",
|
"start": "PORT=3001 HTTPS=true DANGEROUSLY_DISABLE_HOST_CHECK=true react-scripts start",
|
||||||
"build": "react-scripts build",
|
"build": "react-scripts build",
|
||||||
@@ -54,28 +73,6 @@
|
|||||||
"last 1 safari version"
|
"last 1 safari version"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
|
||||||
"@babel/polyfill": "^7.8.7",
|
|
||||||
"@lingui/cli": "^2.9.1",
|
|
||||||
"@lingui/macro": "^2.9.1",
|
|
||||||
"@nteract/mockument": "^1.0.4",
|
|
||||||
"babel-core": "^7.0.0-bridge.0",
|
|
||||||
"enzyme": "^3.10.0",
|
|
||||||
"enzyme-adapter-react-16": "^1.14.0",
|
|
||||||
"enzyme-to-json": "^3.3.5",
|
|
||||||
"eslint": "^6.8.0",
|
|
||||||
"eslint-config-airbnb": "^17.1.0",
|
|
||||||
"eslint-config-prettier": "^5.0.0",
|
|
||||||
"eslint-import-resolver-webpack": "0.11.1",
|
|
||||||
"eslint-plugin-import": "^2.14.0",
|
|
||||||
"eslint-plugin-jsx-a11y": "^6.1.1",
|
|
||||||
"eslint-plugin-react": "^7.11.1",
|
|
||||||
"eslint-plugin-react-hooks": "^2.2.0",
|
|
||||||
"http-proxy-middleware": "^1.0.3",
|
|
||||||
"jest-websocket-mock": "^2.0.2",
|
|
||||||
"mock-socket": "^9.0.3",
|
|
||||||
"prettier": "^1.18.2"
|
|
||||||
},
|
|
||||||
"jest": {
|
"jest": {
|
||||||
"snapshotSerializers": [
|
"snapshotSerializers": [
|
||||||
"enzyme-to-json/serializer"
|
"enzyme-to-json/serializer"
|
||||||
|
|||||||
Reference in New Issue
Block a user