Skip to content

Commit c1f29db

Browse files
committed
feat: bump dependencies
1 parent a1f433f commit c1f29db

File tree

2 files changed

+63
-65
lines changed

2 files changed

+63
-65
lines changed

package-lock.json

+57-59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"@electron-forge/maker-zip": "^6.2.1",
2626
"@electron-forge/plugin-auto-unpack-natives": "^6.2.1",
2727
"@electron-forge/plugin-webpack": "^6.2.1",
28-
"@types/react": "^18.2.14",
29-
"@types/react-dom": "^18.2.6",
28+
"@types/react": "^18.2.15",
29+
"@types/react-dom": "^18.2.7",
3030
"@typescript-eslint/eslint-plugin": "^5.62.0",
3131
"@typescript-eslint/parser": "^5.62.0",
3232
"@vercel/webpack-asset-relocator-loader": "^1.7.3",
3333
"bunyan": "^1.8.15",
3434
"css-loader": "^6.8.1",
3535
"electron": "25.2.0",
36-
"eslint": "^8.44.0",
36+
"eslint": "^8.45.0",
3737
"eslint-plugin-import": "^2.27.5",
3838
"fork-ts-checker-webpack-plugin": "^7.3.0",
3939
"node-loader": "^2.0.0",
@@ -46,12 +46,12 @@
4646
"dependencies": {
4747
"@emotion/react": "^11.11.1",
4848
"@emotion/styled": "^11.11.0",
49-
"@mui/icons-material": "^5.14.0",
50-
"@mui/material": "^5.14.0",
49+
"@mui/icons-material": "^5.14.1",
50+
"@mui/material": "^5.14.1",
5151
"axios": "^1.4.0",
5252
"electron-squirrel-startup": "^1.0.0",
5353
"react": "^18.2.0",
5454
"react-dom": "^18.2.0",
55-
"react-router-dom": "^6.14.1"
55+
"react-router-dom": "^6.14.2"
5656
}
5757
}

0 commit comments

Comments
 (0)