Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

build(deps-dev): bump @types/react from 18.2.78 to 18.2.79 #1160

Merged
merged 1 commit into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/customer-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/google-libphonenumber": "^7.4.30",
"@types/negotiator": "^0.6.3",
"@types/node": "^20.12.7",
"@types/react": "^18.2.78",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"autoprefixer": "^10.4.19",
"dotenv-cli": "^7.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@cs/tsconfig": "*",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.2",
"@types/react": "^18.2.78",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"eslint": "^8.57.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/workshop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@storybook/react": "^8.0.8",
"@storybook/react-vite": "^8.0.8",
"@storybook/test": "^8.0.8",
"@types/react": "^18.2.78",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1642,7 +1642,7 @@ __metadata:
"@types/google-libphonenumber": "npm:^7.4.30"
"@types/negotiator": "npm:^0.6.3"
"@types/node": "npm:^20.12.7"
"@types/react": "npm:^18.2.78"
"@types/react": "npm:^18.2.79"
"@types/react-dom": "npm:^18.2.25"
autoprefixer: "npm:^10.4.19"
dotenv-cli: "npm:^7.4.1"
Expand Down Expand Up @@ -1781,7 +1781,7 @@ __metadata:
"@radix-ui/react-tooltip": "npm:^1.0.7"
"@testing-library/jest-dom": "npm:^6.4.2"
"@testing-library/react": "npm:^15.0.2"
"@types/react": "npm:^18.2.78"
"@types/react": "npm:^18.2.79"
"@types/react-dom": "npm:^18.2.25"
cmdk: "npm:^1.0.0"
copy-to-clipboard: "npm:^3.3.3"
Expand Down Expand Up @@ -5447,13 +5447,13 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:^18.2.78":
version: 18.2.78
resolution: "@types/react@npm:18.2.78"
"@types/react@npm:^18.2.79":
version: 18.2.79
resolution: "@types/react@npm:18.2.79"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10c0/5eb8e1dd98c29aeddf40b90f466d1a9ce83b113d42a096633d632b834e7ae9821f24ba7999928de9d98cca37764532a7ea35355a8103a377d8baa750f1841b5c
checksum: 10c0/c8a8a005d8830a48cc1ef93c3510c4935a2a03e5557dbecaa8f1038450cbfcb18eb206fa7fba7077d54b8da21faeb25577e897a333392770a7797f625b62c78a
languageName: node
linkType: hard

Expand Down Expand Up @@ -14855,7 +14855,7 @@ __metadata:
"@storybook/react": "npm:^8.0.8"
"@storybook/react-vite": "npm:^8.0.8"
"@storybook/test": "npm:^8.0.8"
"@types/react": "npm:^18.2.78"
"@types/react": "npm:^18.2.79"
"@types/react-dom": "npm:^18.2.25"
"@typescript-eslint/eslint-plugin": "npm:^7.6.0"
"@typescript-eslint/parser": "npm:^7.6.0"
Expand Down
Loading