Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin committed Jan 21, 2025
1 parent 06ebf5c commit 007f239
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/astro-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"watch": "tsc -p ./tsconfig.build.json --watch"
},
"devDependencies": {
"@types/react": "~19.0.7",
"@types/react": "~18.3.11",
"astro": "^5.1.8"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-typespec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"!dist/test/**"
],
"peerDependencies": {
"eslint": "^9.15.0"
"eslint": "^9.18.0"
},
"devDependencies": {
"@types/node": "~22.10.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/html-program-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/node": "~22.10.7",
"@types/react": "~19.0.7",
"@types/react": "~18.3.11",
"@types/react-dom": "~19.0.3",
"@typespec/compiler": "workspace:~",
"@typespec/react-components": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@playwright/test": "^1.49.1",
"@types/debounce": "~1.2.4",
"@types/node": "~22.10.7",
"@types/react": "~19.0.7",
"@types/react": "~18.3.11",
"@types/react-dom": "~19.0.3",
"@types/swagger-ui": "~3.52.4",
"@vitejs/plugin-react": "~4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"@storybook/types": "^8.5.0",
"@types/debounce": "~1.2.4",
"@types/node": "~22.10.7",
"@types/react": "~19.0.7",
"@types/react": "~18.3.11",
"@types/react-dom": "~19.0.3",
"@types/swagger-ui-dist": "~3.30.5",
"@typespec/bundler": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/node": "~22.10.7",
"@types/react": "~19.0.7",
"@types/react": "~18.3.11",
"@types/react-dom": "~19.0.3",
"@vitejs/plugin-react": "~4.3.4",
"@vitest/coverage-v8": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/spec-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"react-markdown": "^9.0.3"
},
"devDependencies": {
"@types/react": "~19.0.7",
"@types/react": "~18.3.11",
"@types/react-dom": "~19.0.3",
"@vitejs/plugin-react": "~4.3.4",
"rimraf": "~6.0.1",
Expand Down

0 comments on commit 007f239

Please sign in to comment.