Skip to content

Commit

Permalink
Update dependencies (#123)
Browse files Browse the repository at this point in the history
* chore: update dependencies

* feat: update deploy actions
  • Loading branch information
cjlawson02 committed Sep 9, 2024
1 parent e49f954 commit a195dca
Show file tree
Hide file tree
Showing 11 changed files with 4,392 additions and 4,080 deletions.
19 changes: 4 additions & 15 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,16 @@ jobs:
OUTSIDE_CONTRIB: ${{ secrets.CF_API_TOKEN == '' }}
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4

# Set node/npm/yarn versions using volta
- uses: volta-cli/action@v4
- uses: actions/setup-node@v4
with:
package-json-path: "${{ github.workspace }}/package.json"

- name: Use the package manager cache if available
uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-
node-version: 20
cache: "npm"

- name: Install dependencies
run: npm ci

- name: Install Top Level Dependencies
run: npm ci

- name: Lint packages
run: npm run lint

Expand Down
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build:local",
"test"
],
"accessToken": "MmQ1ODQwODQtZTg3Ni00OWY4LTg4MGYtNTczMjFiMTMyZDVkfHJlYWQ=="
"accessToken": "MmQ1ODQwODQtZTg3Ni00OWY4LTg4MGYtNTczMjFiMTMyZDVkfHJlYWQ="
}
}
},
Expand Down
8,321 changes: 4,323 additions & 3,998 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@types/isomorphic-fetch": "^0.0.39",
"lerna": "^8.1.2",
"nx-cloud": "^18.0.0"
"lerna": "^8.1.8",
"nx-cloud": "^19.1.0"
}
}
20 changes: 10 additions & 10 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@
"author": "Addison Tustin <[email protected]>",
"license": "GPL-3.0",
"devDependencies": {
"@cloudflare/workers-types": "^4.20231218.0",
"@cloudflare/workers-types": "^4.20240903.0",
"@polyratings/eslint-config": "^0.0.1",
"@types/node": "^20.10.6",
"cloudflare-worker-mock": "^1.2.0",
"esbuild": "^0.19.11",
"esbuild": "^0.23.1",
"esbuild-visualizer": "^0.6.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"toml": "^3.0.0",
"type-fest": "^4.2.0",
"typescript": "^5.3.3",
"wrangler": "^3.22.1"
"type-fest": "^4.26.1",
"typescript": "^5.5.4",
"wrangler": "^3.75.0"
},
"dependencies": {
"@trpc/server": "10.45.0",
"@tsndr/cloudflare-worker-jwt": "^2.3.2",
"toucan-js": "^3.3.1",
"zod": "^3.22.4"
"@trpc/server": "10.45.2",
"@tsndr/cloudflare-worker-jwt": "^2.5.3",
"toucan-js": "^4.0.0",
"zod": "^3.23.8"
}
}
20 changes: 10 additions & 10 deletions packages/cron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
"fix": "eslint . --fix"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20231218.0",
"@cloudflare/workers-types": "^4.20240903.0",
"@polyratings/eslint-config": "^0.0.1",
"@types/node-fetch": "^2.6.10",
"dotenv": "^16.3.1",
"esbuild": "^0.19.11",
"@types/node-fetch": "^2.6.11",
"dotenv": "^16.4.5",
"esbuild": "^0.23.1",
"esbuild-visualizer": "^0.6.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"node-fetch": "^3.3.2",
"typescript": "^5.3.3",
"wrangler": "^3.22.1"
"typescript": "^5.5.4",
"wrangler": "^3.75.0"
},
"dependencies": {
"@polyratings/backend": "^0.1.0",
"@trpc/client": "10.45.0",
"@trpc/server": "10.45.0",
"toucan-js": "^3.3.1"
"@trpc/client": "10.45.2",
"@trpc/server": "10.45.2",
"toucan-js": "^4.0.0"
}
}
12 changes: 6 additions & 6 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"fix": "eslint . --fix"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.35.2",
"prettier": "^2.8.8"
}
}
68 changes: 34 additions & 34 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,62 +12,62 @@
"fix": "eslint . --fix"
},
"dependencies": {
"@heroicons/react": "^2.1.1",
"@hookform/resolvers": "^3.3.3",
"@heroicons/react": "^2.1.5",
"@hookform/resolvers": "^3.9.0",
"@polyratings/backend": "^0.1.0",
"@sentry/browser": "^7.91.0",
"@sentry/browser": "^8.28.0",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-persist-client": "^4.36.1",
"@tanstack/react-virtual": "^3.0.1",
"@trpc/client": "10.45.0",
"@trpc/react-query": "10.45.0",
"@trpc/server": "10.45.0",
"downshift": "^8.3.1",
"@tanstack/react-virtual": "^3.10.7",
"@trpc/client": "10.45.2",
"@trpc/react-query": "10.45.2",
"@trpc/server": "10.45.2",
"downshift": "^9.0.8",
"idb-keyval": "^6.2.1",
"jwt-decode": "^4.0.0",
"rc-slider": "^10.5.0",
"react": "^18.2.0",
"rc-slider": "^11.1.5",
"react": "^18.3.1",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-animate-height": "^3.2.3",
"react-data-table-component": "^7.5.4",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.2",
"react-intersection-observer": "^9.5.3",
"react-data-table-component": "^7.6.2",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-intersection-observer": "^9.13.1",
"react-modal": "^3.16.1",
"react-router-dom": "^6.21.1",
"react-router-dom": "^6.26.1",
"react-router-hash-link": "^2.4.3",
"react-spinners": "^0.13.8",
"react-spinners": "^0.14.1",
"react-star-ratings": "^2.3.0",
"react-toastify": "^9.1.3",
"react-toastify": "^10.0.5",
"tailwind-scrollbar-hide": "^1.1.7",
"type-fest": "^4.2.0",
"zod": "^3.22.4"
"type-fest": "^4.26.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20231218.0",
"@cloudflare/workers-types": "^4.20240903.0",
"@polyratings/eslint-config": "^0.0.1",
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/react": "^14.1.2",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react": "^18.3.5",
"@types/react-anchor-link-smooth-scroll": "^1.0.5",
"@types/react-dom": "^18.2.18",
"@types/react-dom": "^18.3.0",
"@types/react-modal": "^3.16.3",
"@types/react-router-dom": "^5.3.3",
"@types/react-router-hash-link": "^2.4.9",
"@types/react-star-ratings": "^2.3.3",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"fake-indexeddb": "^5.0.1",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"fake-indexeddb": "^6.0.0",
"isomorphic-fetch": "^3.0.0",
"jsdom": "^22.1.0",
"jsdom": "^25.0.0",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3",
"vite": "^4.5.1",
"vite-tsconfig-paths": "^4.2.3",
"vitest": "^0.34.6"
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vite": "^5.4.3",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5"
}
}
3 changes: 1 addition & 2 deletions packages/frontend/src/hooks/useTailwindBreakpoints.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { renderHook, RenderHookResult } from "@testing-library/react";
import { act } from "react-dom/test-utils";
import { act, renderHook, RenderHookResult } from "@testing-library/react";
import { waitFor } from "@testing-library/dom";
import { describe, test, beforeEach, expect } from "vitest";
import { setWindowSize } from "@/test-utils";
Expand Down
3 changes: 1 addition & 2 deletions packages/frontend/src/hooks/useWindowSize.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { renderHook, RenderHookResult } from "@testing-library/react";
import { act } from "react-dom/test-utils";
import { act, renderHook, RenderHookResult } from "@testing-library/react";
import { waitFor } from "@testing-library/dom";
import { describe, test, beforeEach, expect } from "vitest";
import { setWindowSize } from "@/test-utils";
Expand Down
File renamed without changes.

0 comments on commit a195dca

Please sign in to comment.