Skip to content

Commit

Permalink
♻️ chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yunsii committed Oct 13, 2024
1 parent 3209525 commit 608b359
Show file tree
Hide file tree
Showing 4 changed files with 1,342 additions and 1,304 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "janna-monorepo",
"type": "module",
"packageManager": "pnpm@9.8.0",
"packageManager": "pnpm@9.12.1",
"scripts": {
"build": "turbo run build --filter=@jannajs/lint",
"dev": "turbo run dev --no-cache --parallel --continue",
Expand All @@ -16,7 +16,7 @@
"packages/*"
],
"dependencies": {
"@changesets/cli": "^2.22.0"
"@changesets/cli": "^2.27.9"
},
"devDependencies": {
"@antfu/eslint-config": "catalog:",
Expand All @@ -26,17 +26,17 @@
"@eslint-react/eslint-plugin": "catalog:",
"@jannajs/lint": "workspace:*",
"@jannajs/tsconfig": "workspace:*",
"@next/eslint-plugin-next": "15.0.0-canary.111",
"@next/eslint-plugin-next": "15.0.0-canary.187",
"@prettier/plugin-xml": "catalog:",
"@types/node": "^20.14.11",
"eslint": "catalog:",
"eslint-plugin-format": "catalog:",
"eslint-plugin-react-hooks": "catalog:",
"eslint-plugin-react-refresh": "catalog:",
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint-plugin-tailwindcss": "^3.17.5",
"husky": "catalog:",
"lint-staged": "catalog:",
"turbo": "^2.0.3",
"turbo": "^2.1.3",
"typescript": "catalog:"
},
"lint-staged": {
Expand Down
16 changes: 8 additions & 8 deletions packages/lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,24 +55,24 @@
"lint-staged": "catalog:"
},
"dependencies": {
"@antfu/ni": "^0.22.1",
"@commitlint/is-ignored": "^19.2.2",
"@antfu/ni": "^0.23.0",
"@commitlint/is-ignored": "catalog:",
"commander": "^12.1.0",
"consola": "^3.2.3",
"mrm-core": "^7.1.22",
"zx": "^8.1.4"
"zx": "^8.1.9"
},
"devDependencies": {
"@jannajs/tsconfig": "workspace:*",
"@types/eslint": "^9.6.0",
"@types/eslint": "^9.6.1",
"@types/eslint__eslintrc": "^2.1.2",
"@types/node": "^20.14.2",
"rimraf": "^6.0.1",
"tsx": "^4.17.0",
"tsx": "^4.19.1",
"typescript": "catalog:",
"vite": "^5.3.4",
"vite-plugin-dts": "^4.0.2",
"vite-tsconfig-paths": "^5.0.0"
"vite": "^5.4.8",
"vite-plugin-dts": "^4.2.4",
"vite-tsconfig-paths": "^5.0.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down
Loading

0 comments on commit 608b359

Please sign in to comment.