Skip to content

Commit

Permalink
Merge pull request #98 from xpadev-net/chore/upgrade-dependencies
Browse files Browse the repository at this point in the history
upgrade: dependencies
  • Loading branch information
xpadev-net authored Apr 26, 2024
2 parents 192dbc5 + cea7ee4 commit 5febe30
Show file tree
Hide file tree
Showing 2 changed files with 611 additions and 650 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,46 +23,46 @@
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@emotion/styled": "^11.11.5",
"@fontsource/roboto": "^5.0.12",
"@mui/icons-material": "^5.15.13",
"@mui/material": "^5.15.13",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@xpadev-net/niconicomments": "^0.2.71",
"@xpadev-net/xml2js": "^0.6.2-2",
"axios": "^1.6.8",
"electron-log": "^5.1.2",
"electron-store": "^8.2.0",
"jotai": "^2.7.1",
"jotai": "^2.8.0",
"sqlite3": "5.1.6"
},
"devDependencies": {
"@types/body-parser": "^1.19.5",
"@types/follow-redirects": "^1.14.4",
"@types/node": "^20.11.29",
"@types/react-dom": "^18.2.22",
"@types/node": "^20.12.7",
"@types/react-dom": "^18.3.0",
"@types/sqlite3": "^3.1.11",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.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.1.4",
"electron": "^30.0.1",
"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",
"eslint-plugin-simple-import-sort": "^12.1.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"rimraf": "^5.0.5",
"sass": "^1.72.0",
"typescript": "^5.4.2",
"vite": "^5.1.6"
"sass": "^1.75.0",
"typescript": "^5.4.5",
"vite": "^5.2.10"
},
"optionalDependencies": {
"win-protect": "^1.0.0"
Expand Down
Loading

0 comments on commit 5febe30

Please sign in to comment.