Skip to content

Commit

Permalink
Upgrade all dependencies 💞
Browse files Browse the repository at this point in the history
  • Loading branch information
willnguyen1312 committed Jan 15, 2024
1 parent 378322f commit 2768e4b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"eslint-config-custom": "workspace:*",
"esno": "^4.0.0",
"export-size": "^0.7.0",
"prettier": "^3.1.1",
"prettier": "^3.2.2",
"turbo": "^1.11.3"
}
}
6 changes: 3 additions & 3 deletions packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
"test:ui": "vitest --ui"
},
"devDependencies": {
"@vitest/coverage-v8": "^1.1.3",
"@vitest/coverage-v8": "^1.2.0",
"eslint": "^8.56.0",
"eslint-config-custom": "workspace:*",
"happy-dom": "^12.10.3",
"happy-dom": "^13.1.4",
"tsconfig": "workspace:*",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vitest": "^1.1.3"
"vitest": "^1.2.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
},
"devDependencies": {
"@faker-js/faker": "^8.3.1",
"@vitest/coverage-v8": "^1.1.3",
"@vitest/coverage-v8": "^1.2.0",
"eslint": "^8.56.0",
"eslint-config-custom": "workspace:*",
"fast-check": "^3.15.0",
"happy-dom": "^12.10.3",
"happy-dom": "^13.1.4",
"tsconfig": "workspace:*",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vitest": "^1.1.3"
"vitest": "^1.2.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-inspect-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@types/babel__core": "^7.20.5",
"@types/react": "^18.2.47",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
Expand Down

0 comments on commit 2768e4b

Please sign in to comment.