Skip to content

Commit

Permalink
chore(root): upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lf-channel committed Jun 4, 2024
1 parent d604a5a commit 989fef2
Show file tree
Hide file tree
Showing 3 changed files with 3,959 additions and 3,101 deletions.
47 changes: 26 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"type": "module",
"packageManager": "pnpm@8.12.1",
"packageManager": "pnpm@9.1.4",
"description": "Web monorepo starter template",
"repository": {
"type": "git",
Expand All @@ -20,38 +20,43 @@
"path": "commitiquette"
}
},
"resolutions": {
"@nx/js": "19.1.0",
"@nx/vite": "19.1.0",
"nx": "19.1.0"
},
"dependencies": {
"@biomejs/biome": "1.4.0",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@daotl/biome-config": "0.0.4",
"@daotl/eslint-config": "^2.1.0",
"@manypkg/cli": "npm:@daotl/manypkg-cli@^0.21.1",
"@nx-tools/container-metadata": "^5.1.0",
"@nx-tools/nx-container": "^5.1.0",
"@nx/js": "17.1.3",
"@nx/vite": "17.1.3",
"@swc-node/register": "~1.6.8",
"@swc/core": "~1.3.101",
"@nx-tools/container-metadata": "^6.0.1",
"@nx-tools/nx-container": "^6.0.1",
"@nx/js": "19.1.1",
"@nx/vite": "19.1.1",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.24",
"@traf/nx": "npm:@daotl/[email protected]",
"@tsconfig/esm": "^1.0.5",
"@tsconfig/node20": "^20.1.2",
"@tsconfig/strictest": "^2.0.2",
"@tsconfig/node20": "^20.1.4",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^20.10.5",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/ui": "^1.0.4",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"commitiquette": "^1.2.1",
"commitizen": "^4.3.0",
"commitlint-config-pnpm-workspace": "^0.2.2",
"commitlint-plugin-scope-enhanced": "^0.1.0",
"eslint": "^8.56.0",
"eslint-plugin-format": "^0.1.0",
"lefthook": "^1.5.5",
"nx": "17.1.3",
"remeda": "^1.31.0",
"eslint": "^9.4.0",
"eslint-plugin-format": "^0.1.1",
"lefthook": "^1.6.15",
"nx": "19.1.1",
"remeda": "^2.0.3",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vitest": "^1.0.4",
"zx": "^7.2.3"
"vite": "^5.2.12",
"vitest": "^1.6.0",
"zx": "^8.1.2"
}
}
Loading

0 comments on commit 989fef2

Please sign in to comment.