Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 9291326 commit f91590e
Show file tree
Hide file tree
Showing 4 changed files with 248 additions and 90 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"@types/d3-ease": "^3.0.2",
"@types/eslint": "^8.56.12",
"@types/html-escaper": "^3.0.2",
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/textdiff-create": "^1.0.2",
"@types/textdiff-patch": "^1.0.2",
"@types/turndown": "^5.0.5",
"@types/yamljs": "^0.2.34",
"@typescript-eslint/parser": "^8.18.0",
"@typescript-eslint/parser": "^8.18.1",
"@vitejs/plugin-react-swc": "^3.7.2",
"@vitest/ui": "^2.1.8",
"eslint": "^8.57.1",
Expand All @@ -70,7 +70,7 @@
"rollup-plugin-visualizer": "^5.12.0",
"tsx": "^4.19.2",
"typescript": "5.7.2",
"vite": "^6.0.3",
"vite": "^6.0.5",
"vite-plugin-svgr": "^4.3.0",
"vitest": "^2.1.8"
},
Expand Down Expand Up @@ -118,11 +118,11 @@
},
"engines": {
"node": "22.12.0",
"pnpm": "9.15.0"
"pnpm": "9.15.1"
},
"volta": {
"node": "22.12.0",
"pnpm": "9.15.0"
"pnpm": "9.15.1"
},
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
"packageManager": "pnpm@9.15.1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf"
}
2 changes: 1 addition & 1 deletion packages/investigator-fvtt-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {},
"volta": {
"pnpm": "9.15.0",
"pnpm": "9.15.1",
"node": "22.12.0"
}
}
6 changes: 3 additions & 3 deletions packages/minirouter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"devDependencies": {
"@emotion/react": "^11.14.0",
"@testing-library/jest-dom": "^6.6.3",
"@types/react": "^19.0.1",
"framer-motion": "^11.14.4",
"@types/react": "^19.0.2",
"framer-motion": "^11.15.0",
"react": "^19.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"vite": "^6.0.3",
"vite": "^6.0.5",
"vitest": "^2.1.8"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit f91590e

Please sign in to comment.