Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed Feb 6, 2025
1 parent e0dbfd8 commit 149f8d4
Show file tree
Hide file tree
Showing 3 changed files with 323 additions and 323 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
with:
version: 9
version: 10
- uses: actions/setup-node@v3
with:
node-version: '22.x'
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@dumbmatter/idb": "^8.0.0",
"@juggle/resize-observer": "^3.4.0",
"@mattiasbuelens/web-streams-adapter": "^0.1.0",
"@tanstack/react-virtual": "^3.11.3",
"@tanstack/react-virtual": "^3.12.0",
"@uiw/color-convert": "^2.3.4",
"@uiw/react-color-editable-input": "^2.3.4",
"@uiw/react-color-editable-input-rgba": "^2.3.4",
Expand All @@ -65,7 +65,7 @@
"facesjs": "^4.2.2",
"fast-deep-equal": "^3.1.3",
"flag-icons": "^7.3.2",
"framer-motion": "^12.0.6",
"framer-motion": "^12.4.0",
"html2canvas": "^1.4.1",
"just-clone": "^6.2.0",
"match-sorter": "^8.0.0",
Expand Down Expand Up @@ -110,7 +110,7 @@
"@rollup/plugin-terser": "0.4.4",
"@types/babel__core": "^7.20.5",
"@types/d3-dsv": "^3.0.7",
"@types/d3-scale": "^4.0.8",
"@types/d3-scale": "^4.0.9",
"@types/gtag.js": "^0.0.20",
"@types/html-minifier-terser": "^7.0.2",
"@types/karma-browserstack-launcher": "^1.6.5",
Expand All @@ -120,7 +120,7 @@
"@types/karma-rollup-preprocessor": "^7.0.3",
"@types/lodash-es": "^4.17.12",
"@types/mocha": "^10.0.10",
"@types/node": "^22.13.0",
"@types/node": "^22.13.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/roman-numerals": "^0.3.2",
Expand Down Expand Up @@ -155,18 +155,18 @@
"mocha": "^11.1.0",
"prettier": "^3.4.2",
"purgecss": "^7.0.2",
"rollup": "^4.34.0",
"rollup": "^4.34.4",
"rollup-plugin-blacklist": "^1.0.1",
"rollup-plugin-visualizer": "^5.14.0",
"sass": "1.77.6",
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0",
"vitest": "^3.0.4",
"typescript-eslint": "^8.23.0",
"vitest": "^3.0.5",
"workbox-build": "^7.3.0"
},
"engines": {
"node": "^22.0.0",
"pnpm": "^9.0.0"
"pnpm": "^10.0.0"
},
"private": true
}
Loading

0 comments on commit 149f8d4

Please sign in to comment.