Skip to content

Commit

Permalink
Merge pull request #179 from htdangkhoa/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
htdangkhoa committed Dec 5, 2021
2 parents 8598d78 + d1ae939 commit 9ab1be0
Show file tree
Hide file tree
Showing 2 changed files with 619 additions and 620 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"pure-http": "^3.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.0.9",
"react-helmet-async": "^1.2.1",
"react-redux": "^7.2.6",
"react-router-dom": "^6.0.2",
"react-ssr-prepass": "^1.4.0",
Expand All @@ -76,11 +76,11 @@
"devDependencies": {
"@loadable/webpack-plugin": "^5.15.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
"@svgr/webpack": "^6.0.0",
"@swc/core": "^1.2.114",
"@svgr/webpack": "^6.1.1",
"@swc/core": "^1.2.118",
"@swc/jest": "^0.2.11",
"@testing-library/dom": "^8.11.1",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/jest-dom": "^5.16.0",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"autoprefixer": "^10.4.0",
Expand All @@ -91,8 +91,8 @@
"css-minimizer-webpack-plugin": "^3.2.0",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"eslint": "^8.3.0",
"eslint-config-airbnb": "^19.0.1",
"eslint": "^8.4.0",
"eslint-config-airbnb": "^19.0.2",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.25.3",
Expand All @@ -104,15 +104,15 @@
"glob": "^7.2.0",
"husky": "^7.0.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.4.0",
"jest": "^27.4.3",
"lint-staged": "^12.1.2",
"mini-css-extract-plugin": "^2.4.5",
"nock": "^13.2.1",
"picocolors": "^1.0.0",
"plop": "^3.0.1",
"plop": "^3.0.2",
"postcss": "^8.4.4",
"postcss-loader": "^6.2.1",
"prettier": "^2.5.0",
"prettier": "^2.5.1",
"process": "^0.11.10",
"react-refresh": "^0.11.0",
"sass": "^1.44.0",
Expand All @@ -130,7 +130,7 @@
"webpack-hot-middleware": "^2.25.1",
"webpack-merge": "^5.8.0",
"webpack-node-externals": "^3.0.0",
"workbox-webpack-plugin": "^6.4.1"
"workbox-webpack-plugin": "^6.4.2"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
Expand Down
Loading

0 comments on commit 9ab1be0

Please sign in to comment.