Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump @types/node from 18.15.11 to 20.8.2 #279

Closed
wants to merge 1 commit into from
Closed
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 app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "18.15.11",
"@types/node": "20.8.2",
"@types/react": "^18.2.24",
"@types/seedrandom": "^3.0.5",
"@vitejs/plugin-react": "^4.0.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@testing-library/user-event": "^14.4.3",
"@tophat/eslint-config": "^8.0.1",
"@tophat/eslint-import-resolver-require": "^0.1.4",
"@types/node": "^18.14.6",
"@types/node": "^20.8.2",
"@types/react": "18.2.24",
"@types/react-dom": "^18.2.7",
"@types/testing-library__jest-dom": "^5.14.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build-tokens": "ts-node config/build.ts && echo Building types... && tsc lib/index.ts --declaration && echo Done!"
},
"devDependencies": {
"@types/node": "^20.3.2",
"@types/node": "^20.8.2",
"style-dictionary": "^3.8.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/formula-one/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "18.15.11",
"@types/node": "20.8.2",
"@types/react": "^18.2.24",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.50.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ __metadata:
"@testing-library/jest-dom": ^5.17.0
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.4.3
"@types/node": 18.15.11
"@types/node": 20.8.2
"@types/react": ^18.2.24
"@types/seedrandom": ^3.0.5
"@vitejs/plugin-react": ^4.0.4
Expand Down Expand Up @@ -2885,17 +2885,17 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^20.3.2":
"@types/node@npm:*":
version: 20.3.2
resolution: "@types/node@npm:20.3.2"
checksum: 5929ce2b9b12b1e2a2304a0921a953c72a81f5753ad39ac43b99ce6312fbb2b4fb5bc6b60d64a2550704e3223cd5de1299467d36085ac69888899db978f2653a
languageName: node
linkType: hard

"@types/node@npm:18.15.11, @types/node@npm:^18.14.6":
version: 18.15.11
resolution: "@types/node@npm:18.15.11"
checksum: 977b4ad04708897ff0eb049ecf82246d210939c82461922d20f7d2dcfd81bbc661582ba3af28869210f7e8b1934529dcd46bff7d448551400f9d48b9d3bddec3
"@types/node@npm:20.8.2, @types/node@npm:^20.8.2":
version: 20.8.2
resolution: "@types/node@npm:20.8.2"
checksum: 3da73e25d821bfcdb7de98589027e08bb4848e55408671c4a83ec0341e124b5313a0b20e1e4b4eff1168ea17a86f622ad73fcb04b761abd77496b9a27cbd5de5
languageName: node
linkType: hard

Expand Down Expand Up @@ -3495,7 +3495,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@zombordle/design-tokens@workspace:packages/design-tokens"
dependencies:
"@types/node": ^20.3.2
"@types/node": ^20.8.2
style-dictionary: ^3.8.0
ts-node: ^10.9.1
typescript: ^5.2.2
Expand Down Expand Up @@ -5747,7 +5747,7 @@ __metadata:
"@testing-library/jest-dom": ^5.17.0
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.4.3
"@types/node": 18.15.11
"@types/node": 20.8.2
"@types/react": ^18.2.24
"@vitejs/plugin-react": ^4.0.4
eslint: ^8.50.0
Expand Down Expand Up @@ -10705,7 +10705,7 @@ __metadata:
"@testing-library/user-event": ^14.4.3
"@tophat/eslint-config": ^8.0.1
"@tophat/eslint-import-resolver-require": ^0.1.4
"@types/node": ^18.14.6
"@types/node": ^20.8.2
"@types/react": 18.2.24
"@types/react-dom": ^18.2.7
"@types/testing-library__jest-dom": ^5.14.9
Expand Down