Skip to content

Commit

Permalink
chore: dep management (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
RockiRider authored Nov 29, 2024
1 parent b945f09 commit 24a1306
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 70 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: "npm" # Using npm as pnpm is compatible with npm registry
directories:
- "/" # Root package.json
- "/apps/*" # All workspaces in the apps directory
- "/packages/*" # All workspaces in the packages directory
schedule:
interval: "weekly"
open-pull-requests-limit: 5
commit-message:
include: scope
prefix: "chore(deps)"
prefix-development: "chore(dev-deps)"
ignore:
- dependency-name: "typescript"
3 changes: 1 addition & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"@types/node": "latest",
"@types/react": "latest",
"eslint": "^8.0.0",
"eslint-config-next": "latest",
"typescript": "latest"
"eslint-config-next": "latest"
}
}
1 change: 0 additions & 1 deletion apps/emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.2.2",
"vite": "5.3.1",
"vite-plugin-csp-guard": "workspace:^"
}
Expand Down
1 change: 0 additions & 1 deletion apps/less/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"less": "^4.2.0",
"typescript": "^5.2.2",
"vite": "5.3.1",
"vite-plugin-csp-guard": "workspace:^"
}
Expand Down
3 changes: 1 addition & 2 deletions apps/mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"vite": "5.3.1",
"vite-plugin-csp-guard": "workspace:^",
"@repo/typescript-config": "workspace:^",
"@repo/eslint-config": "workspace:^",
"typescript": "^5.2.2"
"@repo/eslint-config": "workspace:^"
}
}
1 change: 0 additions & 1 deletion apps/preact-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
},
"devDependencies": {
"@preact/preset-vite": "^2.8.3",
"typescript": "^5.2.2",
"vite": "^5.3.4",
"vite-plugin-csp-guard": "workspace:^"
}
Expand Down
1 change: 0 additions & 1 deletion apps/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.2.2",
"vite": "5.3.1",
"vite-plugin-csp-guard": "workspace:^"
}
Expand Down
1 change: 0 additions & 1 deletion apps/remix-spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.1.6",
"vite": "^5.1.0",
"vite-tsconfig-paths": "^4.2.1",
"vite-plugin-csp-guard": "workspace:^"
Expand Down
1 change: 0 additions & 1 deletion apps/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.1.6",
"vite": "^5.1.0",
"vite-tsconfig-paths": "^4.2.1",
"vite-plugin-csp-guard": "workspace:^"
Expand Down
1 change: 0 additions & 1 deletion apps/scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"sass": "^1.77.8",
"typescript": "^5.2.2",
"vite": "5.3.1",
"vite-plugin-csp-guard": "workspace:^",
"@repo/typescript-config": "workspace:^"
Expand Down
1 change: 0 additions & 1 deletion apps/solid-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"solid-js": "^1.8.18"
},
"devDependencies": {
"typescript": "^5.2.2",
"vite": "^5.3.4",
"vite-plugin-solid": "^2.10.2",
"vite-plugin-csp-guard": "workspace:^"
Expand Down
1 change: 0 additions & 1 deletion apps/stylus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"stylus": "^0.63.0",
"typescript": "^5.2.2",
"vite": "5.3.1",
"vite-plugin-csp-guard": "workspace:^"
}
Expand Down
1 change: 0 additions & 1 deletion apps/svelte-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"tslib": "^2.6.3",
"typescript": "^5.2.2",
"vite": "^5.3.4",
"vite-plugin-csp-guard": "workspace:^"
}
Expand Down
1 change: 0 additions & 1 deletion apps/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"eslint-plugin-react-refresh": "^0.4.7",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4",
"typescript": "^5.2.2",
"vite": "5.3.1",
"vite-plugin-csp-guard": "workspace:^"
}
Expand Down
4 changes: 2 additions & 2 deletions apps/tailwind/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { defineConfig } from "vite";
import { defineConfig, PluginOption } from "vite";
import react from "@vitejs/plugin-react";
import csp from "vite-plugin-csp-guard";

// https://vitejs.dev/config/
export default defineConfig({
plugins: [
react(),
react() as PluginOption,
csp({
dev: {
run: true,
Expand Down
1 change: 0 additions & 1 deletion apps/vue-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"typescript": "^5.2.2",
"vite": "^5.3.4",
"vue-tsc": "^2.0.24",
"vite-plugin-csp-guard": "workspace:^"
Expand Down
3 changes: 1 addition & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"@vercel/style-guide": "^5.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.11.3",
"eslint-plugin-only-warn": "^1.1.0",
"typescript": "^5.3.3"
"eslint-plugin-only-warn": "^1.1.0"
}
}
1 change: 0 additions & 1 deletion packages/vite-plugin-csp-guard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"acorn-jsx": "^5.3.2",
"estree-walker": "^3.0.3",
"rollup": "^4.18.0",
"typescript": "^5.5.2",
"vite": "5.3.1",
"vitest": "^1.6.0"
},
Expand Down
50 changes: 1 addition & 49 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 24a1306

Please sign in to comment.