Skip to content

Commit

Permalink
dependency updates and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzjacobs committed Jan 16, 2024
1 parent f2e5e64 commit 2852696
Show file tree
Hide file tree
Showing 8 changed files with 20,712 additions and 19,719 deletions.
22 changes: 11 additions & 11 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,27 @@
"test:types": "tsc"
},
"dependencies": {
"@remix-run/css-bundle": "^2.4.1",
"@remix-run/node": "^2.4.1",
"@remix-run/react": "^2.4.1",
"@remix-run/serve": "^2.4.1",
"@remix-run/css-bundle": "^2.5.0",
"@remix-run/node": "^2.5.0",
"@remix-run/react": "^2.5.0",
"@remix-run/serve": "^2.5.0",
"@tailwindcss/typography": "^0.5.10",
"clsx": "^2.1.0",
"isbot": "^3.8.0",
"isbot": "^4.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-highlight": "^7.0.0",
"uberschrift": "*"
},
"devDependencies": {
"@remix-run/dev": "^2.4.1",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"eslint": "^8.38.0",
"@remix-run/dev": "^2.5.0",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"eslint": "^8.56.0",
"npm-run-all": "^4.1.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.1.6"
"typescript": "^5.3.3"
},
"engines": {
"node": ">=20"
Expand Down
4 changes: 2 additions & 2 deletions apps/nextjs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"@types/react-dom": "^18",
"@uberschrift/eslint-config": "*",
"@uberschrift/tsconfig": "*",
"autoprefixer": "^10.0.1",
"autoprefixer": "^10.4.16",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}
12 changes: 5 additions & 7 deletions apps/vite-chakra-ui-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,14 @@
"uberschrift": "*"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@uberschrift/eslint-config": "*",
"@uberschrift/tsconfig": "*",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.2.2",
"vite": "^5.0.8"
"typescript": "^5.3.3",
"vite": "^5.0.11"
}
}
12 changes: 5 additions & 7 deletions apps/vite-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,16 @@
"uberschrift": "*"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@uberschrift/eslint-config": "*",
"@uberschrift/tsconfig": "*",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.33",
"typescript": "^5.2.2",
"vite": "^5.0.8"
"typescript": "^5.3.3",
"vite": "^5.0.11"
}
}
12 changes: 5 additions & 7 deletions apps/vite-mui-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,14 @@
"uberschrift": "*"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@uberschrift/eslint-config": "*",
"@uberschrift/tsconfig": "*",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.2.2",
"vite": "^5.0.8"
"typescript": "^5.3.3",
"vite": "^5.0.11"
}
}
Loading

0 comments on commit 2852696

Please sign in to comment.