Skip to content

Commit

Permalink
chore(deps): update dependency node to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2023
1 parent 6d4965c commit 709f76d
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 65 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
18
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@changesets/cli": "^2.25.2",
"@collapsed-internal/tsconfig": "workspace:*",
"@types/node": "^16.7.13",
"@types/node": "^18.0.0",
"buffer": "^5.5.0",
"eslint": "^7.32.0",
"eslint-config-collapsed": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@testing-library/jest-dom": "^5.16.0",
"@types/testing-library__jest-dom": "^5.14.5",
"@types/jest": "^25.1.2",
"@types/node": "^16.7.13",
"@types/node": "^18.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"ts-jest": "^29.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-collapsed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@testing-library/jest-dom": "^5.16.0",
"@testing-library/react": "^13.4.0",
"@types/jest": "^25.1.2",
"@types/node": "^16.7.13",
"@types/node": "^18.0.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/styled-components": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@testing-library/jest-dom": "^5.16.0",
"@testing-library/react": "^13.4.0",
"@types/jest": "^25.1.2",
"@types/node": "^16.7.13",
"@types/node": "^18.0.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/styled-components": "^5.0.1",
Expand Down
Loading

0 comments on commit 709f76d

Please sign in to comment.