Skip to content

Commit

Permalink
chore: update all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuallyunknown committed Jun 6, 2024
1 parent 3956c02 commit 23450fb
Show file tree
Hide file tree
Showing 7 changed files with 1,852 additions and 2,110 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,20 @@
"release": "tsx --trace-uncaught --trace-warnings --env-file=.env tools/release/src/release.ts"
},
"devDependencies": {
"@nx/js": "18.3.2",
"@nx/js": "19.2.0",
"chalk": "^5.3.0",
"chokidar": "^3.6.0",
"execa": "^8.0.1",
"nx": "18.3.2",
"prettier": "^3.2.5",
"tsx": "^4.7.2",
"execa": "^9.2.0",
"nx": "19.2.0",
"prettier": "^3.3.1",
"tsx": "^4.12.0",
"typescript": "^5.4.5"
},
"pnpm": {
"updateConfig": {
"ignoreDependencies": [
"ajv"
"ajv",
"eslint-plugin-react-hooks"
]
}
}
Expand Down
4 changes: 2 additions & 2 deletions packages/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"dependencies": {
"autoprefixer": "^10.4.19",
"esbuild": "^0.20.2",
"esbuild": "^0.21.4",
"fast-glob": "^3.3.2",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"tailwindcss": "^3.4.3"
"tailwindcss": "^3.4.4"
}
}
26 changes: 13 additions & 13 deletions packages/eslint-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,29 @@
},
"dependencies": {
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lint": "^6.5.0",
"@codemirror/lint": "^6.8.0",
"@lezer/highlight": "^1.2.0",
"@trpc/client": "^10.45.2",
"@uiw/codemirror-extensions-langs": "^4.21.21",
"@uiw/codemirror-theme-github": "^4.21.21",
"@uiw/codemirror-themes": "^4.21.21",
"@uiw/react-codemirror": "^4.21.21",
"@uiw/codemirror-extensions-langs": "^4.22.1",
"@uiw/codemirror-theme-github": "^4.22.1",
"@uiw/codemirror-themes": "^4.22.1",
"@uiw/react-codemirror": "^4.22.1",
"@virtuallyunknown/eslint-server": "0.1.1",
"clsx": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"clsx": "^2.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"superjson": "^2.2.1",
"zod": "^3.22.4",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/parser": "^7.7.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/parser": "^7.12.0",
"@virtuallyunknown/esbuild": "0.1.1",
"@virtuallyunknown/eslint-config": "0.1.1",
"@virtuallyunknown/tsconfig": "0.1.1",
"eslint-plugin-tailwindcss": "^3.15.1",
"eslint-plugin-tailwindcss": "^3.17.3",
"typescript": "^5.4.5"
}
}
14 changes: 7 additions & 7 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
".": "./src/index.js"
},
"dependencies": {
"@stylistic/eslint-plugin": "^1.7.2",
"eslint": "^9.1.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "5.1.0-canary-cb151849e1-20240424",
"eslint-plugin-unicorn": "^52.0.0",
"globals": "^15.0.0",
"typescript-eslint": "^7.7.0"
"@stylistic/eslint-plugin": "^2.1.0",
"eslint": "^9.4.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "5.1.0-rc-99da76f23a-20240606",
"eslint-plugin-unicorn": "^53.0.0",
"globals": "^15.4.0",
"typescript-eslint": "^7.12.0"
}
}
16 changes: 8 additions & 8 deletions packages/eslint-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@
}
},
"dependencies": {
"@stylistic/eslint-plugin": "^1.7.2",
"@stylistic/eslint-plugin": "^2.1.0",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"ajv": "6.12.6",
"eslint": "^9.0.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-unicorn": "^52.0.0",
"eslint": "^9.4.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "5.1.0-rc-99da76f23a-20240606",
"eslint-plugin-unicorn": "^53.0.0",
"express": "^4.19.2",
"json-schema": "^0.4.0",
"microdiff": "^1.4.0",
"superjson": "^2.2.1",
"zod": "^3.22.4"
"zod": "^3.23.8"
},
"devDependencies": {
"@types/eslint": "^8.56.9",
Expand Down
Loading

0 comments on commit 23450fb

Please sign in to comment.