Skip to content

Commit

Permalink
Upgrade all dependencies to latest
Browse files Browse the repository at this point in the history
Except for ESLint, since v9 is backwards-incompatible with installed
ESLint plugins.
  • Loading branch information
caleb531 committed May 3, 2024
1 parent ca985a9 commit 2573e7d
Show file tree
Hide file tree
Showing 2 changed files with 1,054 additions and 871 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,25 @@
},
"homepage": "https://gitlab.com/caleb531/flip-book#README",
"dependencies": {
"@fontsource/roboto-slab": "^5.0.17",
"@fontsource/roboto-slab": "^5.0.20",
"fastclick": "^1.0.6",
"gif.js.optimized": "^1.0.1",
"mithril": "^2.2.2",
"underscore": "^1.13.6",
"vite-plugin-pwa": "^0.17.0",
"workbox-window": "^7.0.0"
"vite-plugin-pwa": "^0.20.0",
"workbox-window": "^7.1.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.4",
"@types/node": "^20.9.1",
"@vitest/coverage-v8": "^1.0.1",
"@testing-library/jest-dom": "^6.4.5",
"@types/node": "^20.12.8",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^8.54.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jest": "^28.4.0",
"idb-keyval": "^6.2.1",
"jsdom": "^22.1.0",
"sass": "^1.69.5",
"vite": "^5.0.5",
"vitest": "^1.0.4",
"workbox-build": "^7.0.0"
"jsdom": "^24.0.0",
"sass": "^1.76.0",
"vite": "^5.2.11",
"vitest": "^1.6.0",
"workbox-build": "^7.1.0"
}
}
Loading

0 comments on commit 2573e7d

Please sign in to comment.