Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
feat: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ckt1031 committed Oct 21, 2023
1 parent b31c2fa commit 805773d
Show file tree
Hide file tree
Showing 4 changed files with 280 additions and 279 deletions.
22 changes: 11 additions & 11 deletions apps/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
"test": "vitest run"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"deepmerge": "4.3.1",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-autofix": "1.1.0",
"eslint-plugin-deprecation": "2.0.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-regexp": "1.15.0",
"eslint-plugin-regexp": "2.1.0",
"eslint-plugin-security": "1.7.1",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-sonarjs": "0.21.0",
Expand All @@ -44,15 +44,15 @@
},
"devDependencies": {
"@ckt1031/tsconfig": "*",
"@rollup/plugin-commonjs": "25.0.5",
"@rollup/plugin-node-resolve": "15.2.2",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-typescript": "11.1.5",
"@types/deepmerge": "2.2.0",
"@types/eslint": "8.44.3",
"@types/node": "20.8.3",
"@types/rollup-plugin-auto-external": "2.0.3",
"eslint": "8.51.0",
"rollup": "4.0.2",
"@types/eslint": "8.44.6",
"@types/node": "20.8.7",
"@types/rollup-plugin-auto-external": "2.0.4",
"eslint": "8.52.0",
"rollup": "4.1.4",
"rollup-plugin-auto-external": "2.0.0",
"tsec": "0.2.8",
"typescript": "5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"prettier-plugin-package-perfection": "1.1.0",
"prettier-plugin-prisma": "5.0.0",
"prettier-plugin-sort-json": "3.1.0",
"prettier-plugin-tailwindcss": "0.5.5",
"prettier-plugin-tailwindcss": "0.5.6",
"vitest": "0.34.6"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"@ckt1031/prettier-config": "workspace:*",
"@ckt1031/tsconfig": "workspace:*",
"@esbuild-kit/esm-loader": "2.6.5",
"@types/node": "20.8.3",
"@types/node": "20.8.7",
"husky": "8.0.3",
"is-ci": "3.0.1",
"prettier": "3.0.3",
"turbo": "1.10.15"
"turbo": "1.10.16"
},
"packageManager": "[email protected]",
"prettier": "@ckt1031/prettier-config"
Expand Down
Loading

0 comments on commit 805773d

Please sign in to comment.