Skip to content

Commit

Permalink
fix: bump libs
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Jan 2, 2025
1 parent 915de57 commit fbfe97f
Show file tree
Hide file tree
Showing 5 changed files with 752 additions and 859 deletions.
2 changes: 1 addition & 1 deletion .github/actions/deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: "pnpm"

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
contents: read
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.48.2
image: mcr.microsoft.com/playwright:v1.49.1
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
contents: read
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.48.2
image: mcr.microsoft.com/playwright:v1.49.1
steps:
- uses: actions/checkout@v4
with:
Expand Down
43 changes: 24 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,53 +10,58 @@
"dependencies": {
"big.js": "6.2.2",
"bootstrap": "5.3.3",
"framer-motion": "11.3.31",
"framer-motion": "11.15.0",
"immer": "10.1.1",
"localforage": "1.10.0",
"papaparse": "5.4.1",
"react": "18.2.0",
"react-bootstrap": "2.10.6",
"react-bootstrap-typeahead": "6.3.2",
"react-bootstrap": "2.10.7",
"react-bootstrap-typeahead": "6.3.4",
"react-currency-input-field": "3.9.0",
"react-dom": "18.2.0",
"react-hotkeys-hook": "4.5.0",
"react-icons": "5.3.0",
"react-router": "7.0.1",
"recharts": "2.12.7",
"react-hotkeys-hook": "4.6.1",
"react-icons": "5.4.0",
"react-router": "7.1.1",
"recharts": "2.15.0",
"use-immer": "0.11.0",
"use-undo": "1.1.1",
"usehooks-ts": "3.1.0"
},
"devDependencies": {
"@axe-core/playwright": "4.10.0",
"@axe-core/playwright": "4.10.1",
"@biomejs/biome": "1.9.4",
"@faker-js/faker": "9.1.0",
"@playwright/test": "1.48.2",
"@faker-js/faker": "9.3.0",
"@playwright/test": "1.49.1",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.1",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/big.js": "6.2.2",
"@types/jest": "29.5.14",
"@types/node": "20.14.8",
"@types/node": "22.10.3",
"@types/papaparse": "5.3.15",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@types/react-table": "7.7.20",
"@vitejs/plugin-react-swc": "3.7.1",
"@vitest/coverage-v8": "2.0.5",
"@vitest/ui": "2.0.5",
"@vitejs/plugin-react-swc": "3.7.2",
"@vitest/coverage-v8": "2.1.8",
"@vitest/ui": "2.1.8",
"autoprefixer": "10.4.20",
"console-fail-test": "0.5.0",
"jsdom": "25.0.1",
"typescript": "5.7.2",
"vite": "5.4.7",
"vite-plugin-pwa": "0.20.1",
"vite": "6.0.6",
"vite-plugin-pwa": "0.21.1",
"vite-plugin-sri3": "1.0.5",
"vitest": "2.0.5",
"vitest": "2.1.8",
"workbox-window": "7.3.0"
},
"name": "guitos",
"pnpm": {
"overrides": {
"vite@^5": "^6"
}
},
"private": true,
"scripts": {
"build": "vite build",
Expand Down
Loading

0 comments on commit fbfe97f

Please sign in to comment.