Skip to content

Commit a026855

Browse files
committed
update deps
1 parent da5482c commit a026855

File tree

4 files changed

+347
-323
lines changed

4 files changed

+347
-323
lines changed

app/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,41 +13,41 @@
1313
},
1414
"devDependencies": {
1515
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
16-
"@swc/core": "^1.3.60",
16+
"@swc/core": "^1.3.66",
1717
"@swc/helpers": "^0.5.1",
1818
"@tailwindcss/forms": "^0.5.3",
1919
"@testing-library/jest-dom": "^5.16.5",
2020
"@testing-library/react": "^14.0.0",
2121
"@types/jsdom": "^21.1.1",
22-
"@types/node": "^20.2.5",
23-
"@types/react": "^18.2.7",
24-
"@types/react-dom": "^18.2.4",
22+
"@types/node": "^20.3.1",
23+
"@types/react": "^18.2.13",
24+
"@types/react-dom": "^18.2.6",
2525
"@types/react-router": "^5.1.20",
2626
"@types/react-router-dom": "^5.3.3",
27-
"@types/uuid": "^9.0.1",
27+
"@types/uuid": "^9.0.2",
2828
"@types/webpack": "^5.28.1",
2929
"autoprefixer": "^10.4.14",
3030
"csp-html-webpack-plugin": "^5.1.0",
3131
"css-loader": "^6.8.1",
3232
"esbuild-loader": "^3.0.1",
3333
"html-loader": "^4.2.0",
34-
"html-webpack-plugin": "^5.5.1",
34+
"html-webpack-plugin": "^5.5.3",
3535
"jsdom": "^22.1.0",
3636
"jsdom-global": "^3.0.2",
3737
"mini-css-extract-plugin": "^2.7.6",
38-
"postcss": "^8.4.23",
39-
"postcss-loader": "^7.3.2",
38+
"postcss": "^8.4.24",
39+
"postcss-loader": "^7.3.3",
4040
"react-refresh": "^0.14.0",
41-
"sass": "^1.62.1",
42-
"sass-loader": "^13.3.1",
41+
"sass": "^1.63.5",
42+
"sass-loader": "^13.3.2",
4343
"swc-loader": "^0.2.3",
4444
"tailwindcss": "^3.3.2",
4545
"tsconfig-paths-webpack-plugin": "^4.0.1",
46-
"typescript": "^5.0.4",
46+
"typescript": "^5.1.3",
4747
"url-loader": "^4.1.1",
48-
"webpack": "^5.84.1",
49-
"webpack-cli": "^5.1.1",
50-
"webpack-dev-server": "^4.15.0",
48+
"webpack": "^5.87.0",
49+
"webpack-cli": "^5.1.4",
50+
"webpack-dev-server": "^4.15.1",
5151
"webpack-merge": "^5.9.0"
5252
},
5353
"dependencies": {
@@ -57,7 +57,7 @@
5757
"@mono/ui": "1.0.0",
5858
"react": "^18.2.0",
5959
"react-dom": "^18.2.0",
60-
"react-redux": "^8.0.5",
61-
"react-router-dom": "^6.11.2"
60+
"react-redux": "^8.1.1",
61+
"react-router-dom": "^6.13.0"
6262
}
6363
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@
3535
"npm-update": "npx -y npm-check-updates -u && yarn workspaces foreach -v run npm-update && yarn"
3636
},
3737
"devDependencies": {
38-
"@types/jest": "^29.5.1",
38+
"@types/jest": "^29.5.2",
3939
"@types/redux": "^3.6.31",
40-
"@typescript-eslint/eslint-plugin": "^5.59.7",
41-
"@typescript-eslint/parser": "^5.59.7",
42-
"concurrently": "^8.0.1",
43-
"eslint": "^8.41.0",
40+
"@typescript-eslint/eslint-plugin": "^5.60.0",
41+
"@typescript-eslint/parser": "^5.60.0",
42+
"concurrently": "^8.2.0",
43+
"eslint": "^8.43.0",
4444
"eslint-config-airbnb-typescript": "^17.0.0",
4545
"eslint-config-prettier": "^8.8.0",
4646
"eslint-formatter-pretty": "^5.0.0",
4747
"eslint-import-resolver-typescript": "^3.5.5",
4848
"eslint-plugin-eslint-comments": "^3.2.0",
4949
"eslint-plugin-import": "^2.27.5",
50-
"eslint-plugin-jest": "^27.2.1",
50+
"eslint-plugin-jest": "^27.2.2",
5151
"eslint-plugin-jsx-a11y": "^6.7.1",
5252
"eslint-plugin-prettier": "^4.2.1",
5353
"eslint-plugin-promise": "^6.1.1",
@@ -59,7 +59,7 @@
5959
"prettier": "2.8.8",
6060
"prettier-plugin-organize-imports": "^3.2.2",
6161
"ts-jest": "^29.1.0",
62-
"typescript": "^5.0.4"
62+
"typescript": "^5.1.3"
6363
},
6464
"dependencies": {
6565
"@reduxjs/toolkit": "^1.9.5",

server/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"npm-update": "npx -y npm-check-updates -u"
1212
},
1313
"devDependencies": {
14-
"@swc/core": "^1.3.60",
14+
"@swc/core": "^1.3.66",
1515
"@swc/helpers": "^0.5.1",
1616
"@types/compression": "^1.7.2",
1717
"@types/cors": "^2.8.13",
@@ -21,12 +21,12 @@
2121
"@types/express-useragent": "^1.0.2",
2222
"@types/hpp": "^0.2.2",
2323
"@types/morgan": "^1.9.4",
24-
"@types/node": "^20.2.5",
25-
"@types/pg": "^8.10.1",
26-
"dotenv": "^16.0.3",
24+
"@types/node": "^20.3.1",
25+
"@types/pg": "^8.10.2",
26+
"dotenv": "^16.3.1",
2727
"nodemon": "^2.0.22",
2828
"ts-node": "^10.9.1",
29-
"typescript": "^5.0.4"
29+
"typescript": "^5.1.3"
3030
},
3131
"dependencies": {
3232
"@mono/feature": "1.0.0",
@@ -41,7 +41,7 @@
4141
"hpp": "^0.2.3",
4242
"http-status-codes": "^2.2.0",
4343
"morgan": "^1.10.0",
44-
"nocache": "^3.0.4",
44+
"nocache": "^4.0.0",
4545
"pg": "^8.11.0"
4646
}
4747
}

0 commit comments

Comments
 (0)