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 f2fad05
Show file tree
Hide file tree
Showing 6 changed files with 534 additions and 1,652 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
24 changes: 12 additions & 12 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 All @@ -52,11 +52,11 @@
"@sentry/types": "^8.54.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.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 All @@ -70,7 +70,7 @@
"rehype-pretty-code": "^0.14.0",
"remark-directive": "^3.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-gfm": "^4.0.1",
"remark-mdx-frontmatter": "^5.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "@dougley/frugal",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"version": "0.0.0",
"license": "MIT",
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.12",
"@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"eslint": "^9.19.0",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.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",
"turbo": "^2.4.0",
"turbo": "^2.4.1",
"typescript": "^5.7.3"
},
"scripts": {
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 f2fad05

Please sign in to comment.