Skip to content

Commit

Permalink
Merge pull request #95 from xpadev-net/fix/upgrade-dependencies
Browse files Browse the repository at this point in the history
[更新] 依存関係を更新
  • Loading branch information
xpadev-net authored Mar 19, 2024
2 parents a233185 + f102261 commit 192dbc5
Show file tree
Hide file tree
Showing 2 changed files with 408 additions and 331 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,30 +25,30 @@
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.12",
"@mui/icons-material": "^5.15.11",
"@mui/material": "^5.15.11",
"@mui/icons-material": "^5.15.13",
"@mui/material": "^5.15.13",
"@xpadev-net/niconicomments": "^0.2.71",
"@xpadev-net/xml2js": "^0.6.2-2",
"axios": "^1.6.7",
"electron-log": "^5.1.1",
"electron-store": "^8.1.0",
"jotai": "^2.7.0",
"axios": "^1.6.8",
"electron-log": "^5.1.2",
"electron-store": "^8.2.0",
"jotai": "^2.7.1",
"sqlite3": "5.1.6"
},
"devDependencies": {
"@types/body-parser": "^1.19.5",
"@types/follow-redirects": "^1.14.4",
"@types/node": "^20.11.24",
"@types/react-dom": "^18.2.19",
"@types/node": "^20.11.29",
"@types/react-dom": "^18.2.22",
"@types/sqlite3": "^3.1.11",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vitejs/plugin-react": "^4.2.1",
"body-parser": "^1.20.2",
"concurrently": "^8.2.2",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"electron": "^29.0.0",
"electron": "^29.1.4",
"electron-builder": "^24.13.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -60,9 +60,9 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"sass": "^1.71.1",
"typescript": "^5.3.3",
"vite": "^5.1.5"
"sass": "^1.72.0",
"typescript": "^5.4.2",
"vite": "^5.1.6"
},
"optionalDependencies": {
"win-protect": "^1.0.0"
Expand Down
Loading

0 comments on commit 192dbc5

Please sign in to comment.