Skip to content

Commit

Permalink
Merge pull request #238 from l0drex/beta
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
l0drex authored Feb 11, 2024
2 parents b71e2ea + 8b8e388 commit 368ebba
Show file tree
Hide file tree
Showing 4 changed files with 3,119 additions and 2,382 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ updates:
labels:
- "update"
target-branch: "beta"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
labels:
- "update"

4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8.6.10
version: latest
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: latest
cache: 'pnpm'
- name: Install and Build
run: |
Expand Down
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,40 +21,40 @@
"repository": "https://github.com/l0drex/family-tree",
"private": true,
"dependencies": {
"@babel/core": "^7.22.9",
"@babel/plugin-syntax-flow": "^7.22.5",
"@babel/plugin-transform-react-jsx": "^7.22.5",
"@babel/core": "^7.23.9",
"@babel/plugin-syntax-flow": "^7.23.3",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@react-spring/web": "^9.7.3",
"@testing-library/dom": "^9.3.1",
"@visx/axis": "^3.3.0",
"@visx/geo": "^3.3.0",
"@visx/grid": "^3.3.0",
"@testing-library/dom": "^9.3.4",
"@visx/axis": "^3.8.0",
"@visx/geo": "^3.5.0",
"@visx/grid": "^3.5.0",
"@visx/group": "^3.3.0",
"@visx/network": "^3.3.0",
"@visx/react-spring": "^3.3.0",
"@visx/scale": "^3.3.0",
"@visx/shape": "^3.3.0",
"@visx/stats": "^3.3.0",
"@visx/visx": "^3.3.0",
"@visx/react-spring": "^3.8.0",
"@visx/scale": "^3.5.0",
"@visx/shape": "^3.5.0",
"@visx/stats": "^3.5.0",
"@visx/visx": "^3.8.0",
"@visx/wordcloud": "^3.3.0",
"@visx/xychart": "^3.3.0",
"@visx/xychart": "^3.8.0",
"d3": "7.6.1",
"dexie": "^3.2.4",
"dexie-react-hooks": "^1.1.6",
"dexie": "^3.2.5",
"dexie-react-hooks": "^1.1.7",
"gedcomx-date": "^0.3.2",
"gedcomx-js": "^2.8.0",
"leaflet": "^1.9.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1",
"react-localization": "^1.0.19",
"react-router-dom": "^6.14.2",
"react-router-dom": "^6.22.0",
"react-scripts": "5.0.1",
"sanitize-html": "^2.11.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"util": "^0.12.5",
"web-vitals": "^3.4.0",
"web-vitals": "^3.5.2",
"webcola": "^3.4.0"
},
"scripts": {
Expand All @@ -77,17 +77,17 @@
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@faker-js/faker": "^8.0.2",
"@faker-js/faker": "^8.4.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/d3": "^7.4.0",
"@types/jest": "^29.5.3",
"@types/leaflet": "^1.9.3",
"@types/node": "^20.4.4",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/sanitize-html": "^2.9.0",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/d3": "^7.4.3",
"@types/jest": "^29.5.12",
"@types/leaflet": "^1.9.8",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/sanitize-html": "^2.11.0",
"fake-indexeddb": "^4.0.2"
}
}
Loading

0 comments on commit 368ebba

Please sign in to comment.