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 Feb 11, 2025
1 parent e4eeae2 commit 6bd6547
Show file tree
Hide file tree
Showing 5 changed files with 384 additions and 102 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.13.1
22.14.0
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"@types/textdiff-patch": "^1.0.2",
"@types/turndown": "^5.0.5",
"@types/yamljs": "^0.2.34",
"@typescript-eslint/parser": "^8.22.0",
"@vitejs/plugin-react-swc": "^3.7.2",
"@vitest/ui": "^3.0.4",
"@typescript-eslint/parser": "^8.24.0",
"@vitejs/plugin-react-swc": "^3.8.0",
"@vitest/ui": "^3.0.5",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.0.1",
"eslint-config-standard": "^17.1.0",
Expand All @@ -68,11 +68,11 @@
"happy-dom": "^16.8.1",
"jest-diff": "^29.7.0",
"less": "^4.2.2",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"rollup-plugin-visualizer": "^5.13.1",
"tsx": "^4.19.2",
"typescript": "5.7.3",
"vite": "^6.0.11",
"vite": "^6.1.0",
"vite-plugin-svgr": "^4.3.0",
"vitest": "^2.1.8"
},
Expand All @@ -84,14 +84,14 @@
"@lumphammer/minirouter": "workspace:^",
"@lumphammer/shared-fvtt-bits": "workspace:^",
"@monaco-editor/react": "^4.6.0",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-switch": "^1.1.3",
"case": "^1.6.3",
"d3-ease": "^3.0.1",
"focusable-selectors": "^0.8.4",
"html-escaper": "^3.0.3",
"immer": "^10.1.1",
"json5": "^2.2.3",
"marked": "^15.0.6",
"marked": "^15.0.7",
"nanoid": "^5.0.9",
"react": "^19.0.0",
"react-dom": "^19.0.0",
Expand All @@ -101,7 +101,7 @@
"turndown": "^7.2.0",
"xss": "^1.0.15",
"yamljs": "^0.3.0",
"zod": "^3.24.1",
"zod": "^3.24.2",
"zod-validation-error": "^3.4.0"
},
"pnpm": {
Expand All @@ -121,11 +121,11 @@
}
},
"engines": {
"node": "22.13.1",
"node": "22.14.0",
"pnpm": "9.15.5"
},
"volta": {
"node": "22.13.1",
"node": "22.14.0",
"pnpm": "9.15.5"
},
"packageManager": "pnpm@9.15.5+sha512.845196026aab1cc3f098a0474b64dfbab2afe7a1b4e91dd86895d8e4aa32a7a6d03049e2d0ad770bbe4de023a7122fb68c1a1d6e0d033c7076085f9d5d4800d4"
Expand Down
4 changes: 2 additions & 2 deletions packages/investigator-fvtt-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"@lumphammer/shared-fvtt-bits": "workspace:*",
"@tsconfig/recommended": "^1.0.8",
"fvtt-types": "github:League-of-Foundry-Developers/foundry-vtt-types#documents-v2-temp",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"typescript": "^5.7.3"
},
"volta": {
"pnpm": "9.15.5",
"node": "22.13.1"
"node": "22.14.0"
}
}
4 changes: 2 additions & 2 deletions packages/minirouter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"@emotion/react": "^11.14.0",
"@testing-library/jest-dom": "^6.6.3",
"@types/react": "^19.0.8",
"framer-motion": "^12.0.6",
"framer-motion": "^12.4.2",
"react": "^19.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"vite": "^6.0.11",
"vite": "^6.1.0",
"vitest": "^2.1.8"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 6bd6547

Please sign in to comment.