Skip to content

Commit

Permalink
Merge pull request #208 from htdangkhoa/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
htdangkhoa committed Dec 27, 2021
2 parents d8e8e77 + 54c4b01 commit a8102e3
Show file tree
Hide file tree
Showing 2 changed files with 226 additions and 164 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"compression": "^1.7.4",
"helmet": "^4.6.0",
"html-minifier": "^4.0.0",
"prop-types": "^15.7.2",
"prop-types": "^15.8.0",
"pure-http": "^3.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand All @@ -75,9 +75,9 @@
},
"devDependencies": {
"@loadable/webpack-plugin": "^5.15.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
"@svgr/webpack": "^6.1.2",
"@swc/core": "^1.2.121",
"@swc/core": "^1.2.123",
"@swc/jest": "^0.2.15",
"@testing-library/dom": "^8.11.1",
"@testing-library/jest-dom": "^5.16.1",
Expand All @@ -88,24 +88,24 @@
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.3",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.3.0",
"css-minimizer-webpack-plugin": "^3.3.1",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"eslint": "^8.5.0",
"eslint-config-airbnb": "^19.0.2",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-webpack-plugin": "^3.1.1",
"glob": "^7.2.0",
"husky": "^7.0.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.4.5",
"lint-staged": "^12.1.3",
"lint-staged": "^12.1.4",
"mini-css-extract-plugin": "^2.4.5",
"nock": "^13.2.1",
"picocolors": "^1.0.0",
Expand All @@ -115,7 +115,7 @@
"prettier": "^2.5.1",
"process": "^0.11.10",
"react-refresh": "^0.11.0",
"sass": "^1.45.0",
"sass": "^1.45.1",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"supertest": "^6.1.6",
Expand All @@ -125,7 +125,7 @@
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.1",
"webpack-dev-middleware": "^5.3.0",
"webpack-dev-server": "^4.6.0",
"webpack-dev-server": "^4.7.1",
"webpack-format-messages": "^3.0.1",
"webpack-hot-middleware": "^2.25.1",
"webpack-merge": "^5.8.0",
Expand Down
Loading

0 comments on commit a8102e3

Please sign in to comment.