Skip to content

Commit

Permalink
fix(package.json): fix mismatched dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Oct 1, 2023
1 parent 02b78b5 commit d93cb69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react-swc": "^3.3.2",
"cross-env": "^7.0.3",
"eslint": "^8.45.0",
"eslint": "^8.49.0",
"eslint-config-custom": "workspace:^",
"glob": "^10.3.7",
"jest": "^29.3.1",
Expand All @@ -52,7 +52,7 @@
"sanitize.css": "^13.0.0",
"the-new-css-reset": "^1.11.0",
"tsconfig-config": "workspace:^",
"typescript": "^5.0.2",
"typescript": "^5.2.2",
"vite": "^4.4.5",
"vite-plugin-dts": "^3.5.4",
"vite-plugin-lib-inject-css": "^1.3.0"
Expand Down

0 comments on commit d93cb69

Please sign in to comment.