Skip to content

Commit

Permalink
Upgrade all eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
cregourd committed Nov 12, 2024
1 parent 53a6182 commit 0075234
Show file tree
Hide file tree
Showing 9 changed files with 594 additions and 1,205 deletions.
2 changes: 1 addition & 1 deletion apps/docs/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
10 changes: 4 additions & 6 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,26 @@
},
"dependencies": {
"@heroicons/react": "^2.1.1",
"@premieroctet/next-admin": "7.0.0-rc.1",
"clsx": "^2.1.0",
"framer-motion": "^11.0.8",
"mini-svg-data-uri": "^1.4.4",
"next": "^13.1.1",
"next": "^15.0.3",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.2.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@types/node": "^17.0.12",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"autoprefixer": "^10.0.1",
"eslint": "7.32.0",
"eslint": "9.14.0",
"eslint-config-custom": "workspace:*",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"tailwindcss": "^3.4.14",
"tsconfig": "workspace:*",
"typescript": "^4.5.3"
"typescript": "^5.6.3"
}
}
4 changes: 2 additions & 2 deletions apps/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@prisma/client": "5.14.0",
"@tremor/react": "^3.2.2",
"next": "^15.0.2",
"next-superjson": "^1.0.1",
"next-superjson": "^1.0.7",
"next-superjson-plugin": "^0.6.3",
"react": "^18.2.0",
"react-datepicker": "^4.24.0",
Expand All @@ -41,7 +41,7 @@
"@types/react-datepicker": "^4.19.3",
"@types/react-dom": "^18.2.0",
"autoprefixer": "^10.4.14",
"eslint": "7.32.0",
"eslint": "9.14.0",
"eslint-config-custom": "workspace:*",
"postcss": "^8.4.24",
"prisma": "5.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@types/mustache": "^4.2.5",
"esbuild": "^0.24.0",
"eslint": "^7.32.0",
"eslint": "^9.14.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"tsx": "^4.19.1",
Expand Down
13 changes: 7 additions & 6 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"eslint": "^7.23.0",
"eslint-config-next": "13.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-turbo": "latest",
"eslint-plugin-react": "7.31.8"
"eslint": "^9.14.0",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "2.2.3",
"eslint-plugin-react": "7.37.2"
},
"devDependencies": {
"typescript": "^4.7.4"
"@typescript-eslint/parser": "^8.14.0",
"typescript": "^5.6.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@types/json-schema": "^7.0.15",
"eslint": "^7.32.0",
"eslint": "^9.14.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "^5.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/json-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@types/json-schema": "^7.0.15",
"eslint": "^7.32.0",
"eslint": "^9.14.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "^5.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/next-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"@types/react-dom": "^18.2.0",
"autoprefixer": "^10.4.14",
"concurrently": "^8.0.1",
"eslint": "^7.32.0",
"eslint": "^9.14.0",
"eslint-config-custom": "workspace:*",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.7.0",
Expand Down
Loading

0 comments on commit 0075234

Please sign in to comment.