Skip to content

Commit

Permalink
chore: Update npm dependencies and webpack configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Devilla committed May 13, 2024
1 parent 4c440bf commit e146904
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@
"version": "0.1.0",
"private": true,
"engines": {
"node": "10.3.0"
"node": "10.24.1"
},
"dependencies": {
"@reduxjs/toolkit": "^1.4.0",
"autoprefixer": "7.1.6",
"axios": "^0.19.0",
"babel-core": "6.26.0",
"babel-eslint": "7.2.3",
"babel-jest": "20.0.3",
"babel-loader": "7.1.2",
"babel-preset-react-app": "^3.1.1",
"babel-runtime": "6.26.0",
"browser-console-listener": "^1.0.1",
Expand All @@ -29,12 +27,9 @@
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-react": "7.4.0",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.5",
"fs-extra": "3.0.1",
"graphql-request": "^1.8.2",
"hex2dec": "^1.1.2",
"html-webpack-plugin": "2.29.0",
"jest": "20.0.4",
"js-cookie": "^2.2.1",
"js-sha512": "^0.8.0",
Expand All @@ -56,11 +51,7 @@
"react-redux": "^7.2.1",
"resolve": "1.6.0",
"style-loader": "0.19.0",
"sw-precache-webpack-plugin": "0.11.4",
"url-loader": "0.6.2",
"webpack": "4.0.0",
"webpack-cli": "^3.3.8",
"webpack-manifest-plugin": "1.3.2",
"whatwg-fetch": "2.0.3"
},
"scripts": {
Expand Down Expand Up @@ -111,7 +102,16 @@
"extends": "react-app"
},
"devDependencies": {
"webpack-dev-server": "3.1.11",
"axios": ">=0.21.1"
"axios": ">=0.21.1",
"babel-loader": "^9.1.3",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0",
"sw-precache-webpack-plugin": "^1.0.0",
"webpack": "^4.47.0",
"webpack-cli": "^5.1.4",
"webpack-dev-middleware": "^7.2.1",
"webpack-dev-server": "^5.0.4",
"webpack-manifest-plugin": "^5.0.0"
}
}

0 comments on commit e146904

Please sign in to comment.