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 23, 2024
1 parent a1540a1 commit 34850db
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 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.2.2",
"prettier": "^3.2.4",
"turbo": "^1.11.3"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"main": "index.js",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.11.3",
Expand Down
8 changes: 4 additions & 4 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.2.0",
"@vitest/coverage-v8": "^1.2.1",
"eslint": "^8.56.0",
"eslint-config-custom": "workspace:*",
"happy-dom": "^13.1.4",
"happy-dom": "^13.2.1",
"tsconfig": "workspace:*",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vitest": "^1.2.0"
"vite": "^5.0.12",
"vitest": "^1.2.1"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 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.2.0",
"@vitest/coverage-v8": "^1.2.1",
"eslint": "^8.56.0",
"eslint-config-custom": "workspace:*",
"fast-check": "^3.15.0",
"happy-dom": "^13.1.4",
"happy-dom": "^13.2.1",
"tsconfig": "workspace:*",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vitest": "^1.2.0"
"vite": "^5.0.12",
"vitest": "^1.2.1"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/vite-plugin-inspect-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@types/babel__core": "^7.20.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.56.0",
"eslint-config-custom": "workspace:*",
Expand All @@ -62,8 +62,8 @@
"tsconfig": "workspace:*",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-plugin-inspect": "^0.8.1"
"vite": "^5.0.12",
"vite-plugin-inspect": "^0.8.2"
},
"peerDependencies": {
"react": "*",
Expand Down

0 comments on commit 34850db

Please sign in to comment.