Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:shiguredo/sora-devtools into dev…
Browse files Browse the repository at this point in the history
…elop
  • Loading branch information
voluntas committed Aug 14, 2024
2 parents d1aa765 + 6efd860 commit e0ddc6f
Show file tree
Hide file tree
Showing 2 changed files with 388 additions and 450 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"cleanup": "git clean -ffdx"
},
"dependencies": {
"@reduxjs/toolkit": "2.2.6",
"@reduxjs/toolkit": "2.2.7",
"@shiguredo/light-adjustment": "2023.2.0",
"@shiguredo/noise-suppression": "2022.4.2",
"@shiguredo/virtual-background": "2023.2.0",
"bootstrap": "5.3.3",
"query-string": "9.0.0",
"query-string": "9.1.0",
"react": "18.3.1",
"react-bootstrap": "2.10.4",
"react-dom": "18.3.1",
Expand All @@ -43,17 +43,17 @@
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@playwright/test": "1.45.1",
"@types/node": "20.14.10",
"@playwright/test": "1.46.0",
"@types/node": "22.1.0",
"@types/react": "18.3.3",
"@types/react-redux": "7.1.33",
"@types/redux-logger": "3.0.13",
"@vitejs/plugin-react": "4.3.1",
"dotenv": "16.4.5",
"jsdom": "24.1.0",
"next": "14.2.4",
"typescript": "5.5.3",
"vitest": "2.0.1"
"jsdom": "24.1.1",
"next": "14.2.5",
"typescript": "5.5.4",
"vitest": "2.0.5"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
Loading

0 comments on commit e0ddc6f

Please sign in to comment.