Skip to content

Commit

Permalink
Bump the development-dependencies group across 1 directory with 14 up…
Browse files Browse the repository at this point in the history
…dates (#202)
  • Loading branch information
dependabot[bot] authored Nov 27, 2024
1 parent 6e2e2e2 commit 8353930
Show file tree
Hide file tree
Showing 12 changed files with 718 additions and 949 deletions.
10 changes: 5 additions & 5 deletions e2e-tests/react-client/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@types/node": "^22.9.1",
"@vitest/coverage-v8": "^2.1.5",
"testcontainers": "^10.14.0",
"vite": "^5.4.11",
"vitest": "^2.1.5"
"@types/node": "^22.10.0",
"@vitest/coverage-v8": "^2.1.6",
"testcontainers": "^10.15.0",
"vite": "^6.0.1",
"vitest": "^2.1.6"
}
}
18 changes: 9 additions & 9 deletions e2e-tests/ts-client/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@types/node": "^22.9.1",
"@types/node": "^22.10.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-v8": "^2.1.5",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.6",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"testcontainers": "^10.14.0",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vitest": "^2.1.5"
"testcontainers": "^10.15.0",
"typescript": "^5.7.2",
"vite": "^6.0.1",
"vitest": "^2.1.6"
}
}
10 changes: 5 additions & 5 deletions examples/react-client/fishjam-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^22.9.1",
"@types/node": "^22.10.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.7.1",
"@vitejs/plugin-react-swc": "^3.7.2",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"vite": "^5.4.11"
"typescript": "^5.7.2",
"vite": "^6.0.1"
}
}
6 changes: 3 additions & 3 deletions examples/react-client/minimal-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.7.1",
"@vitejs/plugin-react-swc": "^3.7.2",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"typescript": "^5.7.2",
"vite": "^6.0.1",
"vite-plugin-checker": "^0.8.0"
}
}
6 changes: 3 additions & 3 deletions examples/react-client/use-camera-and-microphone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"@tailwindcss/typography": "^0.5.15",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.14",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"vite": "^5.4.11"
"typescript": "^5.7.2",
"vite": "^6.0.1"
}
}
4 changes: 2 additions & 2 deletions examples/ts-client/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"typescript": "^5.7.2",
"vite": "^6.0.1",
"vite-plugin-checker": "^0.8.0"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/ts-client/simple-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"daisyui": "^4.12.14",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"typescript": "^5.7.2",
"vite": "^6.0.1",
"vite-plugin-checker": "^0.8.0"
},
"dependencies": {
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
"docs": "typedoc"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"typedoc": "^0.26.11",
"typedoc-material-theme": "^1.1.0",
"typescript": "^5.6.3"
"typedoc": "^0.27.0",
"typedoc-material-theme": "^1.2.0",
"typescript": "^5.7.2"
}
}
8 changes: 4 additions & 4 deletions packages/react-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"@playwright/test": "^1.49.0",
"@types/events": "^3.0.3",
"@types/lodash.isequal": "^4.5.8",
"@types/node": "^22.9.1",
"@types/node": "^22.10.0",
"@types/react": "^18.3.12",
"react": "^18.2.0",
"typed-emitter": "^2.1.0",
"typedoc": "^0.26.11",
"typedoc-plugin-mdn-links": "^3.3.8",
"typescript": "^5.6.3"
"typedoc": "^0.27.0",
"typedoc-plugin-mdn-links": "^4.0.1",
"typescript": "^5.7.2"
},
"dependencies": {
"@fishjam-cloud/ts-client": "workspace:*",
Expand Down
12 changes: 6 additions & 6 deletions packages/ts-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@
"devDependencies": {
"@playwright/test": "^1.49.0",
"@types/events": "^3.0.3",
"@types/node": "^22.9.1",
"@types/node": "^22.10.0",
"@types/uuid": "^10.0.0",
"@vitest/coverage-v8": "^2.1.5",
"@vitest/coverage-v8": "^2.1.6",
"fake-mediastreamtrack": "^1.2.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"typed-emitter": "^2.1.0",
"typedoc": "^0.26.11",
"typedoc": "^0.27.0",
"typedoc-plugin-external-resolver": "^1.0.3",
"typedoc-plugin-mdn-links": "^3.3.8",
"typescript": "^5.6.3",
"vitest": "^2.1.5",
"typedoc-plugin-mdn-links": "^4.0.1",
"typescript": "^5.7.2",
"vitest": "^2.1.6",
"zod": "^3.23.6"
},
"lint-staged": {
Expand Down
12 changes: 6 additions & 6 deletions packages/webrtc-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,18 @@
"devDependencies": {
"@playwright/test": "^1.49.0",
"@types/events": "^3.0.3",
"@types/node": "^22.9.1",
"@types/node": "^22.10.0",
"@types/uuid": "^10.0.0",
"@vitest/coverage-v8": "^2.1.5",
"@vitest/coverage-v8": "^2.1.6",
"fake-mediastreamtrack": "^1.2.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"typed-emitter": "^2.1.0",
"typedoc": "^0.26.11",
"typedoc": "^0.27.0",
"typedoc-plugin-external-resolver": "^1.0.3",
"typedoc-plugin-mdn-links": "^3.3.8",
"typescript": "^5.6.3",
"vitest": "^2.1.5",
"typedoc-plugin-mdn-links": "^4.0.1",
"typescript": "^5.7.2",
"vitest": "^2.1.6",
"zod": "^3.23.6"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit 8353930

Please sign in to comment.