Skip to content

Commit

Permalink
Merge pull request #88 from xpadev-net/fix/upgrade-dependencies
Browse files Browse the repository at this point in the history
[修正] 依存関係の更新
  • Loading branch information
xpadev-net authored Mar 5, 2024
2 parents 2cf5179 + 5ccfbb4 commit 33dad53
Show file tree
Hide file tree
Showing 2 changed files with 363 additions and 353 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,35 +22,35 @@
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.15.10",
"@mui/material": "^5.15.10",
"@fontsource/roboto": "^5.0.12",
"@mui/icons-material": "^5.15.11",
"@mui/material": "^5.15.11",
"@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.6.4",
"jotai": "^2.7.0",
"sqlite3": "5.1.6"
},
"devDependencies": {
"@types/body-parser": "^1.19.5",
"@types/follow-redirects": "^1.14.4",
"@types/node": "^20.11.19",
"@types/node": "^20.11.24",
"@types/react-dom": "^18.2.19",
"@types/sqlite3": "^3.1.11",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.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-builder": "^24.12.0",
"eslint": "^8.56.0",
"electron-builder": "^24.13.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-simple-import-sort": "^12.0.0",
Expand All @@ -60,9 +60,9 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"sass": "^1.71.0",
"sass": "^1.71.1",
"typescript": "^5.3.3",
"vite": "^5.1.3"
"vite": "^5.1.5"
},
"optionalDependencies": {
"win-protect": "^1.0.0"
Expand Down
Loading

0 comments on commit 33dad53

Please sign in to comment.