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 Oct 22, 2023
1 parent a5df791 commit 06bb204
Show file tree
Hide file tree
Showing 7 changed files with 264 additions and 259 deletions.
2 changes: 1 addition & 1 deletion apps/discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"miniflare": "^3.20231016.0",
"rimraf": "^5.0.5",
"slash-up": "^1.3.0",
"wrangler": "^3.13.2"
"wrangler": "^3.14.0"
},
"dependencies": {
"@dougley/d1-database": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions apps/stripe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"@dougley/d1-database": "workspace:^",
"@dougley/tsconfig": "workspace:^",
"@dougley/types": "workspace:^",
"hono": "^3.8.1",
"hono": "^3.8.3",
"kysely": "^0.26.3",
"kysely-d1": "^0.3.0",
"stripe": "^13.11.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20231016.0",
"wrangler": "^3.13.2"
"wrangler": "^3.14.0"
}
}
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,19 @@
"@remix-run/dev": "^2.1.0",
"@remix-run/eslint-config": "^2.1.0",
"@tailwindcss/typography": "^0.5.10",
"@types/react": "^18.2.29",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"autoprefixer": "^10.4.16",
"concurrently": "^8.2.2",
"cssnano": "^6.0.1",
"discord-api-types": "^0.37.60",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"nodemon": "^3.0.1",
"postcss": "^8.4.31",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"wrangler": "^3.13.2"
"wrangler": "^3.14.0"
},
"engines": {
"node": ">=16.13"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"@types/jest": "^29.5.6",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-jest": "^27.4.3",
"jest": "^29.7.0",
"prettier": "3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"turbo": "^1.10.15",
"turbo": "^1.10.16",
"typescript": "^5.2.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/d1-database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@dougley/tsconfig": "workspace:^",
"@dougley/types": "workspace:^",
"discord-api-types": "^0.37.60",
"wrangler": "^3.13.2"
"wrangler": "^3.14.0"
}
}
2 changes: 1 addition & 1 deletion packages/sentry-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@dougley/tsconfig": "workspace:^",
"@dougley/types": "workspace:^",
"@sentry/types": "^7.74.1",
"@types/react": "^18.2.29"
"@types/react": "^18.2.31"
},
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.3.0",
Expand Down
Loading

0 comments on commit 06bb204

Please sign in to comment.