Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed Oct 31, 2024
1 parent 45c55a1 commit 8ef0c47
Show file tree
Hide file tree
Showing 2 changed files with 402 additions and 384 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@
"use-local-storage-state": "^19.4.1",
"use-sync-external-store": "^1.2.2",
"web-streams-polyfill": "^4.0.0",
"workbox-core": "^7.0.0",
"workbox-precaching": "^7.0.0",
"workbox-routing": "^7.0.0",
"workbox-strategies": "^7.1.0",
"workbox-window": "^7.0.0",
"workbox-core": "^7.3.0",
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0",
"workbox-window": "^7.3.0",
"zustand": "^5.0.0"
},
"devDependencies": {
Expand Down Expand Up @@ -115,7 +115,7 @@
"@types/gtag.js": "^0.0.20",
"@types/jest": "^29.5.14",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.8.1",
"@types/node": "^22.8.4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/roman-numerals": "^0.3.2",
Expand Down Expand Up @@ -156,17 +156,17 @@
"lightningcss": "^1.27.0",
"lint-staged": "^15.2.10",
"log-symbols": "^7.0.0",
"mocha": "^10.7.3",
"mocha": "^10.8.1",
"prettier": "^3.3.3",
"purgecss": "^6.0.0",
"replace": "^1.2.2",
"rollup": "^4.24.0",
"rollup": "^4.24.3",
"rollup-plugin-blacklist": "^1.0.1",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "1.77.6",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0",
"workbox-build": "^7.1.1"
"typescript-eslint": "^8.12.2",
"workbox-build": "^7.3.0"
},
"private": true
}
Loading

0 comments on commit 8ef0c47

Please sign in to comment.