Skip to content

Commit 77d4708

Browse files
committed
chore: bump (dev)Dependencies
1 parent 392b874 commit 77d4708

File tree

3 files changed

+175
-221
lines changed

3 files changed

+175
-221
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16
1+
16

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
},
2525
"dependencies": {
2626
"connected-react-router": "^6.9.3",
27-
"core-js": "^3.35.0",
27+
"core-js": "^3.35.1",
2828
"cross-env": "^7.0.3",
2929
"debug": "^4.3.4",
30-
"firebase": "^10.7.1",
30+
"firebase": "^10.7.2",
3131
"history": "^4.10.1",
3232
"hoist-non-react-statics": "^3.3.2",
3333
"koa": "^2.15.0",
@@ -43,34 +43,34 @@
4343
"react": "^18.2.0",
4444
"react-dom": "^18.2.0",
4545
"react-loadable": "^5.5.0",
46-
"react-redux": "^9.0.4",
46+
"react-redux": "^9.1.0",
4747
"react-router": "^5.3.4",
4848
"react-router-config": "^5.1.1",
4949
"react-router-dom": "^5.3.4",
5050
"react-server-renderer": "^2.0.3",
5151
"react-transition-group": "^4.4.5",
5252
"redux": "^5.0.1",
5353
"redux-thunk": "^3.1.0",
54-
"serialize-javascript": "^6.0.1"
54+
"serialize-javascript": "^6.0.2"
5555
},
5656
"devDependencies": {
5757
"@1stg/app-config": "^10.0.1",
58-
"@babel/node": "^7.22.19",
58+
"@babel/node": "^7.23.9",
5959
"@commitlint/cli": "^18.4.4",
6060
"@soda/friendly-errors-webpack-plugin": "^1.8.1",
6161
"@types/webpack": "^4.41.38",
6262
"@unts/patch-package": "^8.0.0",
63-
"babel-loader": "^8.2.5",
63+
"babel-loader": "^8.3.0",
6464
"css-loader": "^5.2.7",
6565
"eslint": "^8.56.0",
6666
"eslint-import-resolver-typescript": "^3.6.1",
6767
"html-minifier": "^4.0.0",
6868
"koa-webpack": "^6.0.0",
69-
"lint-staged": "^15.2.0",
69+
"lint-staged": "^15.2.1",
7070
"mini-css-extract-plugin": "^1.6.2",
71-
"npm-run-all2": "^6.1.1",
71+
"npm-run-all2": "^6.1.2",
7272
"postcss-loader": "^4.3.0",
73-
"prettier": "^3.1.1",
73+
"prettier": "^3.2.4",
7474
"prop-types": "^15.8.1",
7575
"pug": "^3.0.2",
7676
"pug-plain-loader": "^1.1.0",
@@ -87,7 +87,7 @@
8787
"workbox-webpack-plugin": "^7.0.0"
8888
},
8989
"resolutions": {
90-
"prettier": "^3.1.1"
90+
"prettier": "^3.2.5"
9191
},
9292
"browserslist": [
9393
"extends @1stg/browserslist-config"

0 commit comments

Comments
 (0)