Skip to content

Commit

Permalink
Bump the development-dependencies group across 1 directory with 9 upd…
Browse files Browse the repository at this point in the history
…ates (#59)
  • Loading branch information
dependabot[bot] authored Aug 14, 2024
1 parent b8823af commit d1b94d0
Show file tree
Hide file tree
Showing 11 changed files with 132 additions and 126 deletions.
4 changes: 2 additions & 2 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.46.0",
"@types/node": "^22.1.0",
"@types/node": "^22.2.0",
"@vitest/coverage-v8": "^2.0.5",
"testcontainers": "^10.11.0",
"vite": "^5.3.5",
"vite": "^5.4.0",
"vitest": "^2.0.5"
}
}
8 changes: 4 additions & 4 deletions e2e-tests/ts-client/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
},
"devDependencies": {
"@playwright/test": "^1.46.0",
"@types/node": "^22.1.0",
"@types/node": "^22.2.0",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^2.0.5",
"eslint": "^8.56.0",
Expand All @@ -37,7 +37,7 @@
"testcontainers": "^10.11.0",
"ts-proto": "^1.181.1",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite": "^5.4.0",
"vitest": "^2.0.5"
}
}
2 changes: 1 addition & 1 deletion examples/react-client/minimal-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"vite": "^5.3.5",
"vite": "^5.4.0",
"vite-plugin-checker": "^0.7.2"
}
}
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 @@ -21,14 +21,14 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@tailwindcss/typography": "^0.5.14",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.10",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.7",
"vite": "^5.3.5"
"tailwindcss": "^3.4.10",
"vite": "^5.4.0"
}
}
4 changes: 2 additions & 2 deletions examples/react-client/videoroom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.7",
"tailwindcss": "^3.4.10",
"typescript": "^5.2.2",
"vite": "^5.3.5"
"vite": "^5.4.0"
}
}
2 changes: 1 addition & 1 deletion examples/ts-client/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"vite": "^5.3.5",
"vite": "^5.4.0",
"vite-plugin-checker": "^0.7.2"
},
"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 @@
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.10",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.7",
"vite": "^5.3.5",
"tailwindcss": "^3.4.10",
"vite": "^5.4.0",
"vite-plugin-checker": "^0.7.2"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"docs": "typedoc"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.9",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"prettier-plugin-tailwindcss": "^0.6.6",
"typedoc": "^0.26.5",
"typedoc-material-theme": "^1.1.0",
"typescript": "^5.5.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
"@playwright/test": "^1.46.0",
"@types/events": "^3.0.3",
"@types/lodash.isequal": "^4.5.8",
"@types/node": "^22.1.0",
"@types/node": "^22.2.0",
"@types/react": "^18.2.55",
"react": "^18.2.0",
"typed-emitter": "^2.1.0",
"typedoc": "^0.26.5",
"typedoc-plugin-mdn-links": "^3.2.7",
"typedoc-plugin-mdn-links": "^3.2.8",
"typescript": "^5.5.4"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/ts-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,18 @@
"devDependencies": {
"@playwright/test": "^1.46.0",
"@types/events": "^3.0.3",
"@types/node": "^22.1.0",
"@types/node": "^22.2.0",
"@types/uuid": "^10.0.0",
"@vitest/coverage-v8": "^2.0.5",
"fake-mediastreamtrack": "^1.2.0",
"husky": "^9.1.4",
"lint-staged": "^15.2.8",
"lint-staged": "^15.2.9",
"react": "^18.2.0",
"ts-proto": "^1.181.1",
"typed-emitter": "^2.1.0",
"typedoc": "^0.26.5",
"typedoc-plugin-external-resolver": "^1.0.3",
"typedoc-plugin-mdn-links": "^3.2.7",
"typedoc-plugin-mdn-links": "^3.2.8",
"typescript": "^5.5.4",
"vitest": "^2.0.5",
"zod": "^3.23.6"
Expand Down
Loading

0 comments on commit d1b94d0

Please sign in to comment.