mirror of
https://github.com/skooner-k8s/skooner.git
synced 2026-08-28 19:27:15 +00:00
Updating npm dependencies
This commit is contained in:
Generated
+1436
-420
File diff suppressed because it is too large
Load Diff
+17
-17
@@ -4,21 +4,21 @@
|
||||
"private": true,
|
||||
"homepage": ".",
|
||||
"dependencies": {
|
||||
"ansi-to-react": "^5.0.0",
|
||||
"ansi-to-react": "^5.1.1",
|
||||
"humanize-duration": "3.21.0",
|
||||
"js-base64": "^2.5.1",
|
||||
"js-cookie": "^2.2.0",
|
||||
"lodash": "^4.17.11",
|
||||
"node-sass": "^4.11.0",
|
||||
"react": "^16.8.6",
|
||||
"react-dom": "^16.8.6",
|
||||
"react-modal": "^3.8.1",
|
||||
"js-base64": "^2.5.2",
|
||||
"js-cookie": "^2.2.1",
|
||||
"lodash": "^4.17.15",
|
||||
"node-sass": "^4.14.1",
|
||||
"react": "^16.13.1",
|
||||
"react-dom": "^16.13.1",
|
||||
"react-modal": "^3.11.2",
|
||||
"react-scripts": "3.0.1",
|
||||
"react-select": "^3.0.4",
|
||||
"react-swipeable": "^5.2.3",
|
||||
"react-switch": "^5.0.0",
|
||||
"swagger-parser": "^7.0.0",
|
||||
"xterm": "^3.14.2",
|
||||
"react-select": "^3.1.0",
|
||||
"react-swipeable": "^5.5.1",
|
||||
"react-switch": "^5.0.1",
|
||||
"swagger-parser": "^7.0.1",
|
||||
"xterm": "^3.14.5",
|
||||
"yamljs": "^0.3.0"
|
||||
},
|
||||
"scripts": {
|
||||
@@ -38,9 +38,9 @@
|
||||
],
|
||||
"devDependencies": {
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-config-airbnb": "^17.1.0",
|
||||
"eslint-plugin-import": "^2.17.3",
|
||||
"eslint-plugin-jsx-a11y": "^6.2.1",
|
||||
"eslint-plugin-react": "^7.13.0"
|
||||
"eslint-config-airbnb": "^17.1.1",
|
||||
"eslint-plugin-import": "^2.20.2",
|
||||
"eslint-plugin-jsx-a11y": "^6.2.3",
|
||||
"eslint-plugin-react": "^7.19.0"
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+214
-741
File diff suppressed because it is too large
Load Diff
+3
-3
@@ -15,11 +15,11 @@
|
||||
"express": "^4.17.1",
|
||||
"http-proxy-middleware": "^0.19.1",
|
||||
"openid-client": "^2.5.0",
|
||||
"request": "^2.88.0",
|
||||
"request-promise-native": "^1.0.7",
|
||||
"request": "^2.88.2",
|
||||
"request-promise-native": "^1.0.8",
|
||||
"stream-to-string": "^1.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^1.19.1"
|
||||
"nodemon": "^1.19.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user