Skip to content

Commit 21d1019

Browse files
update(other): 🧩 update package versions
update package versions
1 parent 185fa04 commit 21d1019

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -21,67 +21,67 @@
2121
"isomorphic-fetch@*": "$isomorphic-fetch"
2222
},
2323
"devDependencies": {
24-
"@babel/core": "^7.21.0",
24+
"@babel/core": "^7.21.4",
2525
"@babel/plugin-proposal-class-properties": "^7.18.6",
26-
"@babel/preset-env": "^7.20.2",
26+
"@babel/preset-env": "^7.21.4",
2727
"@babel/preset-react": "^7.18.6",
28-
"@babel/preset-typescript": "^7.21.0",
28+
"@babel/preset-typescript": "^7.21.4",
2929
"@commitlint/config-conventional": "^17.4.4",
3030
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
31-
"@swc/core": "^1.3.39",
32-
"@types/react": "^18.0.28",
31+
"@swc/core": "^1.3.44",
32+
"@types/react": "^18.0.31",
3333
"@types/webpack-env": "^1.18.0",
3434
"autoprefixer": "^10.4.14",
3535
"babel-loader": "^9.1.2",
3636
"clean-webpack-plugin": "^4.0.0",
3737
"commitizen": "^4.3.0",
38-
"commitlint": "^17.4.4",
38+
"commitlint": "^17.5.1",
3939
"copy-webpack-plugin": "^11.0.0",
40-
"core-js": "^3.29.0",
40+
"core-js": "^3.29.1",
4141
"cross-env": "^7.0.3",
4242
"css-loader": "^6.7.3",
43-
"css-minimizer-webpack-plugin": "^4.2.2",
44-
"cz-git": "^1.6.0",
45-
"eslint": "^8.36.0",
43+
"css-minimizer-webpack-plugin": "^5.0.0",
44+
"cz-git": "^1.6.1",
45+
"eslint": "^8.37.0",
4646
"eslint-config-airbnb": "^19.0.4",
4747
"eslint-config-airbnb-typescript": "^17.0.0",
48-
"eslint-config-prettier": "^8.7.0",
48+
"eslint-config-prettier": "^8.8.0",
4949
"eslint-import-resolver-custom-alias": "^1.3.0",
5050
"eslint-plugin-import": "^2.27.5",
5151
"eslint-plugin-jsx-a11y": "^6.7.1",
5252
"eslint-plugin-prettier": "^4.2.1",
5353
"eslint-plugin-react": "^7.32.2",
5454
"eslint-plugin-react-hooks": "^4.6.0",
55-
"espree": "^9.5.0",
55+
"espree": "^9.5.1",
5656
"html-webpack-plugin": "^5.5.0",
5757
"husky": "^8.0.3",
5858
"isomorphic-fetch": "^3.0.0",
5959
"lint-staged": "^13.2.0",
60-
"mini-css-extract-plugin": "^2.7.3",
61-
"nodemon": "^2.0.21",
60+
"mini-css-extract-plugin": "^2.7.5",
61+
"nodemon": "^2.0.22",
6262
"postcss": "^8.4.21",
63-
"postcss-loader": "^7.0.2",
64-
"postcss-preset-env": "^8.0.1",
63+
"postcss-loader": "^7.1.0",
64+
"postcss-preset-env": "^8.3.0",
6565
"postcss-simple-vars": "^7.0.1",
66-
"prettier": "^2.8.4",
66+
"prettier": "^2.8.7",
6767
"purgecss-webpack-plugin": "^5.0.0",
68-
"quicktype-core": "^23.0.14",
68+
"quicktype-core": "^23.0.19",
6969
"react-refresh": "^0.14.0",
7070
"socket.io": "^4.6.1",
7171
"swc-loader": "^0.2.3",
72-
"tailwindcss": "^3.2.7",
72+
"tailwindcss": "^3.3.1",
7373
"terser-webpack-plugin": "^5.3.7",
74-
"unplugin-auto-import": "^0.15.1",
75-
"webpack": "^5.76.1",
74+
"unplugin-auto-import": "^0.15.2",
75+
"webpack": "^5.77.0",
7676
"webpack-cli": "^5.0.1",
77-
"webpack-dev-server": "^4.11.1"
77+
"webpack-dev-server": "^4.13.2"
7878
},
7979
"dependencies": {
8080
"polished": "^4.2.2",
8181
"react": "^18.2.0",
8282
"react-dom": "^18.2.0",
83-
"react-router-dom": "^6.9.0",
84-
"styled-components": "^5.3.8"
83+
"react-router-dom": "^6.10.0",
84+
"styled-components": "^5.3.9"
8585
},
8686
"eslintConfig": {
8787
"extends": [

0 commit comments

Comments
 (0)