Skip to content

Commit

Permalink
Merge pull request #61 from xpadev-net/chore/upgrade-dependencies
Browse files Browse the repository at this point in the history
[改善] 依存関係の更新
  • Loading branch information
xpadev-net authored Jan 14, 2024
2 parents 8161b58 + fe49101 commit ae157c1
Show file tree
Hide file tree
Showing 2 changed files with 421 additions and 331 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,48 +22,48 @@
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.14.19",
"@mui/material": "^5.14.20",
"@mui/icons-material": "^5.15.4",
"@mui/material": "^5.15.4",
"@xpadev-net/niconicomments": "^0.2.70",
"axios": "^1.6.2",
"electron-log": "^5.0.2",
"axios": "^1.6.5",
"electron-log": "^5.0.3",
"electron-store": "^8.1.0",
"jotai": "^2.6.0",
"sqlite3": "^5.1.6",
"jotai": "^2.6.1",
"sqlite3": "^5.1.7",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/body-parser": "^1.19.5",
"@types/follow-redirects": "^1.14.4",
"@types/node": "^20.10.4",
"@types/react-dom": "^18.2.17",
"@types/node": "^20.11.0",
"@types/react-dom": "^18.2.18",
"@types/sqlite3": "^3.1.11",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.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": "^28.0.0",
"electron": "^28.1.3",
"electron-builder": "^24.9.1",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.1.0",
"prettier": "^3.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"sass": "^1.69.5",
"sass": "^1.69.7",
"typescript": "^5.3.3",
"vite": "^5.0.6"
"vite": "^5.0.11"
},
"optionalDependencies": {
"win-protect": "^1.0.0"
Expand Down
Loading

0 comments on commit ae157c1

Please sign in to comment.