Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 10, 2025
1 parent 708f232 commit 390dde6
Show file tree
Hide file tree
Showing 6 changed files with 455 additions and 1,573 deletions.
2 changes: 1 addition & 1 deletion apps/discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@sentry/esbuild-plugin": "^3.1.2",
"better-sqlite3": "11.8.1",
"dotenv": "^16.4.7",
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"miniflare": "^3.20250129.0",
"rimraf": "^6.0.1",
"slash-up": "^1.4.2",
Expand Down
18 changes: 9 additions & 9 deletions apps/web-new/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@
},
"dependencies": {
"@dougley/d1-prisma": "workspace:^",
"@mantine/code-highlight": "^7.16.2",
"@mantine/core": "^7.16.2",
"@mantine/dropzone": "^7.16.2",
"@mantine/hooks": "^7.16.2",
"@mantine/modals": "^7.16.2",
"@mantine/notifications": "^7.16.2",
"@mantine/nprogress": "^7.16.2",
"@mantine/code-highlight": "^7.16.3",
"@mantine/core": "^7.16.3",
"@mantine/dropzone": "^7.16.3",
"@mantine/hooks": "^7.16.3",
"@mantine/modals": "^7.16.3",
"@mantine/notifications": "^7.16.3",
"@mantine/nprogress": "^7.16.3",
"@prisma/adapter-d1": "^6.3.1",
"@prisma/client": "^6.3.1",
"@react-router/cloudflare": "^7.1.5",
"@react-router/fs-routes": "^7.1.5",
"@sentry/cloudflare": "^8.54.0",
"@sentry/react": "^8.54.0",
"@sentry/vite-plugin": "^3.1.2",
"@tabler/icons-react": "^3.29.0",
"@tabler/icons-react": "^3.30.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"discord-bitflag": "^1.0.2",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@typescript-eslint/parser": "^8.23.0",
"autoprefixer": "^10.4.20",
"discord-api-types": "^0.37.119",
"eslint": "^9.19.0",
"eslint": "^9.20.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dougley/frugal",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"version": "0.0.0",
"license": "MIT",
"devDependencies": {
Expand All @@ -9,11 +9,11 @@
"@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"eslint": "^9.19.0",
"eslint": "^9.20.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-jest": "^28.11.0",
"jest": "^29.7.0",
"prettier": "3.4.2",
"prettier": "3.5.0",
"prettier-plugin-organize-imports": "^4.1.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/giveaway-state-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@discord-interactions/api": "^0.3.21",
"@dougley/d1-database": "workspace:^",
"@dougley/d1-prisma": "workspace:^",
"@trpc/server": "11.0.0-rc.553",
"@trpc/server": "11.0.0-rc.755",
"kysely": "catalog:",
"kysely-d1": "catalog:",
"trpc-durable-objects": "^1.3.4",
Expand Down
Loading

0 comments on commit 390dde6

Please sign in to comment.