aboutsummaryrefslogtreecommitdiffstats
path: root/graphgraph-fe/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'graphgraph-fe/package.json')
-rw-r--r--graphgraph-fe/package.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/graphgraph-fe/package.json b/graphgraph-fe/package.json
index 00e72d2..ebe4efa 100644
--- a/graphgraph-fe/package.json
+++ b/graphgraph-fe/package.json
@@ -5,15 +5,16 @@
"dependencies": {
"bootstrap": "4.6.0",
"d3": "5.7.0",
- "eslint-config-react-app": "6.0.0",
+ "@babel/core": "^7.16.5",
+ "eslint-config-react-app": "7.0.0",
"react": "17.0.2",
- "react-table": "7.7.0",
"react-bootstrap": "1.6.1",
"react-dom": "17.0.2",
"react-numeric-input2": "3.1.0",
- "react-scripts": "4.0.3",
+ "react-scripts": "5.0.0",
+ "react-table": "7.7.0",
"reactjs-popup": "2.0.5",
- "underscore": "1.9.1"
+ "underscore": "^1.13.2"
},
"scripts": {
"start": "react-scripts start",
@@ -32,18 +33,17 @@
"not op_mini all"
],
"devDependencieseslint": {
- "eslint": "^5.6.0",
- "eslint-config-standard": "^12.0.0",
- "eslint-plugin-import": "^2.17.2",
- "eslint-plugin-node": "^8.0.1",
- "eslint-plugin-promise": "^4.1.1",
- "eslint-plugin-standard": "^4.0.0"
+ "eslint": "^8.0.0",
+ "eslint-config-standard": "^16.0.0",
+ "eslint-plugin-import": "^2.25.3",
+ "eslint-plugin-node": "^11.1.0",
+ "eslint-plugin-promise": "^6.0.0"
},
"devDependencies": {
"enzyme": "^3.11.0",
- "@wojtekmaj/enzyme-adapter-react-17": "0.6.2",
+ "@wojtekmaj/enzyme-adapter-react-17": "0.6.6",
"enzyme-async-helpers": "^0.9.1",
- "fetch-mock-jest": "^1.3.0",
+ "fetch-mock-jest": "^1.5.1",
"node-fetch": "^2.6.0"
}
}