diff --git a/examples/kendo-react-tailwind/package-lock.json b/examples/kendo-react-tailwind/package-lock.json index b9eef26f..8c1b8485 100644 --- a/examples/kendo-react-tailwind/package-lock.json +++ b/examples/kendo-react-tailwind/package-lock.json @@ -11,7 +11,7 @@ "@progress/kendo-react-buttons": "^10.2.0", "@progress/kendo-react-common": "^10.2.0", "@progress/kendo-react-layout": "^10.2.0", - "@progress/kendo-theme-default": "^10.6.0", + "@progress/kendo-theme-default": "^11.0.1", "@tailwindcss/vite": "^4.1.5", "react": "^19.0.0", "react-dom": "^19.0.0", @@ -1272,29 +1272,29 @@ "license": "Apache-2.0" }, "node_modules/@progress/kendo-theme-core": { - "version": "10.6.0", - "resolved": "https://registry.npmjs.org/@progress/kendo-theme-core/-/kendo-theme-core-10.6.0.tgz", - "integrity": "sha512-lCVZYnvW1VmoFy2HBIOQM/ywXxKebzacwoABfFW3sZuaMxhVRV1X+7+LwYbZxTdpDDNjsoNM+PiGbQ1tFmGmsg==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/@progress/kendo-theme-core/-/kendo-theme-core-11.0.1.tgz", + "integrity": "sha512-jbWq+xAYfGrt40PK6pk2XX2Fk72qAp3yqYhsDeCega3onO+fJYPxD0Lpd/Xg7WcIPfcX9A0BVBgVlVsg4dbjpg==", "license": "Apache-2.0" }, "node_modules/@progress/kendo-theme-default": { - "version": "10.6.0", - "resolved": "https://registry.npmjs.org/@progress/kendo-theme-default/-/kendo-theme-default-10.6.0.tgz", - "integrity": "sha512-Y2WJY2ao+LxES6YsRmF9Cs0f4uLVd+GYThp1A7BWXuhxA8wJDgZftmiduxnsf49r49VSYiJSKkp1sdV4mi8Lrg==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/@progress/kendo-theme-default/-/kendo-theme-default-11.0.1.tgz", + "integrity": "sha512-rn+uWGHlhJngnOWmikoc04DyCyJO7CeyjTjiI91C9pWYoxzR31Jp8p9gwM93S4whAsmtX1gJwUHQXskLTWZ6jA==", "license": "Apache-2.0", "dependencies": { "@progress/kendo-svg-icons": "^4.1.0", - "@progress/kendo-theme-core": "10.6.0", - "@progress/kendo-theme-utils": "10.6.0" + "@progress/kendo-theme-core": "11.0.1", + "@progress/kendo-theme-utils": "11.0.1" } }, "node_modules/@progress/kendo-theme-utils": { - "version": "10.6.0", - "resolved": "https://registry.npmjs.org/@progress/kendo-theme-utils/-/kendo-theme-utils-10.6.0.tgz", - "integrity": "sha512-BtNC3JGhWmRxQDJAmLQjICD8LV4hgqVyu0j/7quPTCvXtqenBcO5qkr990k9ltLM0eMmj65LpZUYtsQHcnqJqQ==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/@progress/kendo-theme-utils/-/kendo-theme-utils-11.0.1.tgz", + "integrity": "sha512-wqxDXynr3mNtPgsbFSWavIJrpen8BZtLmcfWg3GwhESRNH1ssJxTXZoX8ynssvAKWjE7uue7KyljOl/ZwHJ0pw==", "license": "Apache-2.0", "dependencies": { - "@progress/kendo-theme-core": "10.6.0" + "@progress/kendo-theme-core": "11.0.1" } }, "node_modules/@rollup/rollup-android-arm-eabi": { @@ -1773,6 +1773,60 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.4.3", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.0.2", + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.4.3", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { + "version": "1.0.2", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { + "version": "0.2.9", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.4.0", + "@emnapi/runtime": "^1.4.0", + "@tybys/wasm-util": "^0.9.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { + "version": "0.9.0", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { + "version": "2.8.0", + "inBundle": true, + "license": "0BSD", + "optional": true + }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "version": "4.1.6", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.6.tgz", diff --git a/examples/kendo-react-tailwind/package.json b/examples/kendo-react-tailwind/package.json index d44e40b1..3b51f724 100644 --- a/examples/kendo-react-tailwind/package.json +++ b/examples/kendo-react-tailwind/package.json @@ -15,7 +15,7 @@ "@progress/kendo-react-buttons": "^10.2.0", "@progress/kendo-react-common": "^10.2.0", "@progress/kendo-react-layout": "^10.2.0", - "@progress/kendo-theme-default": "^10.6.0", + "@progress/kendo-theme-default": "^11.0.1", "@tailwindcss/vite": "^4.1.5", "react": "^19.0.0", "react-dom": "^19.0.0",