Skip to content

Commit a8102e3

Browse files
authored
Merge pull request #208 from htdangkhoa/develop
2 parents d8e8e77 + 54c4b01 commit a8102e3

File tree

2 files changed

+226
-164
lines changed

2 files changed

+226
-164
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"compression": "^1.7.4",
6161
"helmet": "^4.6.0",
6262
"html-minifier": "^4.0.0",
63-
"prop-types": "^15.7.2",
63+
"prop-types": "^15.8.0",
6464
"pure-http": "^3.3.1",
6565
"react": "^17.0.2",
6666
"react-dom": "^17.0.2",
@@ -75,9 +75,9 @@
7575
},
7676
"devDependencies": {
7777
"@loadable/webpack-plugin": "^5.15.2",
78-
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
78+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
7979
"@svgr/webpack": "^6.1.2",
80-
"@swc/core": "^1.2.121",
80+
"@swc/core": "^1.2.123",
8181
"@swc/jest": "^0.2.15",
8282
"@testing-library/dom": "^8.11.1",
8383
"@testing-library/jest-dom": "^5.16.1",
@@ -88,24 +88,24 @@
8888
"cross-env": "^7.0.3",
8989
"cross-spawn": "^7.0.3",
9090
"css-loader": "^6.5.1",
91-
"css-minimizer-webpack-plugin": "^3.3.0",
91+
"css-minimizer-webpack-plugin": "^3.3.1",
9292
"dotenv": "^10.0.0",
9393
"dotenv-expand": "^5.1.0",
9494
"eslint": "^8.5.0",
95-
"eslint-config-airbnb": "^19.0.2",
95+
"eslint-config-airbnb": "^19.0.4",
9696
"eslint-config-prettier": "^8.3.0",
9797
"eslint-import-resolver-alias": "^1.1.2",
9898
"eslint-plugin-import": "^2.25.3",
9999
"eslint-plugin-jsx-a11y": "^6.5.1",
100100
"eslint-plugin-prettier": "^4.0.0",
101-
"eslint-plugin-react": "^7.27.1",
101+
"eslint-plugin-react": "^7.28.0",
102102
"eslint-plugin-react-hooks": "^4.3.0",
103103
"eslint-webpack-plugin": "^3.1.1",
104104
"glob": "^7.2.0",
105105
"husky": "^7.0.4",
106106
"identity-obj-proxy": "^3.0.0",
107107
"jest": "^27.4.5",
108-
"lint-staged": "^12.1.3",
108+
"lint-staged": "^12.1.4",
109109
"mini-css-extract-plugin": "^2.4.5",
110110
"nock": "^13.2.1",
111111
"picocolors": "^1.0.0",
@@ -115,7 +115,7 @@
115115
"prettier": "^2.5.1",
116116
"process": "^0.11.10",
117117
"react-refresh": "^0.11.0",
118-
"sass": "^1.45.0",
118+
"sass": "^1.45.1",
119119
"sass-loader": "^12.4.0",
120120
"style-loader": "^3.3.1",
121121
"supertest": "^6.1.6",
@@ -125,7 +125,7 @@
125125
"webpack-bundle-analyzer": "^4.5.0",
126126
"webpack-cli": "^4.9.1",
127127
"webpack-dev-middleware": "^5.3.0",
128-
"webpack-dev-server": "^4.6.0",
128+
"webpack-dev-server": "^4.7.1",
129129
"webpack-format-messages": "^3.0.1",
130130
"webpack-hot-middleware": "^2.25.1",
131131
"webpack-merge": "^5.8.0",

0 commit comments

Comments
 (0)