Skip to content

Commit deb4478

Browse files
committed
dependencies: added downgraded eslint version
1 parent 5b28b5f commit deb4478

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"react-dropzone": "^11.0.0",
3333
"react-i18next": "^11.11.0",
3434
"react-invenio-forms": "^4.5.0",
35-
"react-overridable": "^0.0.3",
35+
"react-overridable": "^1.0.0",
3636
"react-redux": "^7.2.0",
3737
"react-router-dom": "^6.3.0",
3838
"react-searchkit": "^3.0.0",
@@ -66,6 +66,7 @@
6666
"copy-webpack-plugin": "^11.0.0",
6767
"css-loader": "^6.0.0",
6868
"css-minimizer-webpack-plugin": "^4.2.0",
69+
"eslint": "^8.57.1",
6970
"eslint-config-react-app": "^7.0.1",
7071
"eslint-friendly-formatter": "^4.0.1",
7172
"eslint-webpack-plugin": "^2.5.0",
@@ -107,7 +108,6 @@
107108
"npm": ">=8"
108109
},
109110
"name": "invenio-assets",
110-
"peerDependencies": {},
111111
"private": true,
112112
"scripts": {
113113
"build": "NODE_PRESERVE_SYMLINKS=1 NODE_ENV=production webpack --config ./build/webpack.config.js",

0 commit comments

Comments
 (0)