From 4531e2ff3756297fe8d5f6ed99b1691dd2809edb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 17:10:57 +0000 Subject: [PATCH] build(deps-dev): bump globals in /lib/examples/2-static-layers Bumps [globals](https://github.com/sindresorhus/globals) from 15.15.0 to 16.5.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v15.15.0...v16.5.0) --- updated-dependencies: - dependency-name: globals dependency-version: 16.5.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../2-static-layers/package-lock.json | 41 +++++++++++++++---- lib/examples/2-static-layers/package.json | 2 +- 2 files changed, 33 insertions(+), 10 deletions(-) diff --git a/lib/examples/2-static-layers/package-lock.json b/lib/examples/2-static-layers/package-lock.json index 4e219936..71889cac 100644 --- a/lib/examples/2-static-layers/package-lock.json +++ b/lib/examples/2-static-layers/package-lock.json @@ -21,38 +21,57 @@ "eslint": "^9.17.0", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.16", - "globals": "^15.14.0", + "globals": "^16.5.0", "typescript": "~5.6.2", "typescript-eslint": "^8.18.2", "vite": "^6.0.5" } }, "../..": { - "version": "3.0.86", + "name": "utopia-ui", + "version": "3.0.111", "license": "GPL-3.0-only", "dependencies": { "@heroicons/react": "^2.0.17", + "@maplibre/maplibre-gl-leaflet": "^0.1.3", "@tanstack/react-query": "^5.17.8", + "@tiptap/core": "^3.6.5", + "@tiptap/extension-bubble-menu": "^3.6.5", + "@tiptap/extension-color": "^3.6.5", + "@tiptap/extension-image": "^3.6.5", + "@tiptap/extension-link": "^3.6.5", + "@tiptap/extension-placeholder": "^3.6.5", + "@tiptap/extension-youtube": "^3.6.5", + "@tiptap/pm": "^3.6.5", + "@tiptap/react": "^3.6.5", + "@tiptap/starter-kit": "^3.6.5", "axios": "^1.6.5", + "browser-image-compression": "^2.0.2", + "classnames": "^2.5.1", "date-fns": "^3.3.1", "leaflet": "^1.9.4", "leaflet.locatecontrol": "^0.79.0", + "maplibre-gl": "^5.9.0", "radash": "^12.1.0", "react-colorful": "^5.6.1", + "react-dropzone": "^14.3.8", + "react-icons": "^5.5.0", "react-image-crop": "^10.1.8", "react-inlinesvg": "^4.2.0", "react-leaflet": "^4.2.1", "react-leaflet-cluster": "^2.1.0", "react-markdown": "^9.0.1", "react-photo-album": "^3.0.2", - "react-router-dom": "^6.16.0", + "react-qr-code": "^2.0.16", "react-toastify": "^9.1.3", "remark-breaks": "^4.0.0", + "tiptap-markdown": "^0.9.0", "yet-another-react-lightbox": "^3.21.7" }, "devDependencies": { "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1", "@rollup/plugin-alias": "^5.1.1", + "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-typescript": "^12.1.2", "@tailwindcss/postcss": "^4.0.14", @@ -68,7 +87,7 @@ "@vitejs/plugin-react": "^4.3.4", "@vitest/coverage-v8": "^3.0.5", "cypress": "^14.0.3", - "daisyui": "^5.0.6", + "daisyui": "^5.2.3", "eslint": "^8.24.0", "eslint-config-prettier": "^9.1.0", "eslint-config-standard": "^17.1.0", @@ -84,7 +103,7 @@ "eslint-plugin-react-refresh": "^0.4.18", "eslint-plugin-security": "^3.0.1", "eslint-plugin-yml": "^1.14.0", - "happy-dom": "^16.8.1", + "happy-dom": "^20.0.0", "postcss": "^8.4.21", "prettier": "^3.3.3", "react": "^18.3.1", @@ -102,9 +121,13 @@ "vite-plugin-svgr": "^4.3.0", "vitest": "^3.0.5" }, + "engines": { + "node": ">=22.20.0" + }, "peerDependencies": { "react": "^18.2.0", - "react-dom": "^18.2.0" + "react-dom": "^18.2.0", + "react-router-dom": "^6.23.0" } }, "node_modules/@ampproject/remapping": { @@ -2431,9 +2454,9 @@ } }, "node_modules/globals": { - "version": "15.15.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", - "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==", + "version": "16.5.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", + "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", "dev": true, "license": "MIT", "engines": { diff --git a/lib/examples/2-static-layers/package.json b/lib/examples/2-static-layers/package.json index 5fef43c5..8b124f47 100644 --- a/lib/examples/2-static-layers/package.json +++ b/lib/examples/2-static-layers/package.json @@ -23,7 +23,7 @@ "eslint": "^9.17.0", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.16", - "globals": "^15.14.0", + "globals": "^16.5.0", "typescript": "~5.6.2", "typescript-eslint": "^8.18.2", "vite": "^6.0.5"