Skip to content

Commit

Permalink
Update dependencies versions for typescript-eslint and @types/react
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Apr 15, 2024
1 parent a249f7f commit bc5910c
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 111 deletions.
2 changes: 1 addition & 1 deletion apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@docusaurus/module-type-aliases": "^3.2.1",
"@docusaurus/tsconfig": "^3.2.1",
"@svgr/webpack": "^8.1.0",
"@types/react": "^18.2.76",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"@types/uuid": "^9.0.8",
"raw-loader": "^4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prettier-plugin-organize-imports": "^3.2.4",
"turbo": "^1.13.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.6.0"
"typescript-eslint": "^7.7.0"
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/preset-env": "^7.24.4",
"@babel/preset-typescript": "^7.24.1",
"@swc/core": "^1.4.13",
"@swc/core": "^1.4.14",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
Expand Down
Loading

0 comments on commit bc5910c

Please sign in to comment.