From 0df2eb22a8016bd6885dd277ed543a18e6ec1920 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 08:10:58 +0000 Subject: [PATCH] chore(deps): pin dependencies --- package-lock.json | 74 ++++++++++++++++++++++++++++++++++++++++++----- package.json | 16 +++++----- 2 files changed, 74 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index b59e8b5..fa9996e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,19 +46,19 @@ "@storybook/addon-themes": "^10.0.6", "@storybook/react-vite": "^10.0.6", "@tailwindcss/cli": "^4.1.17", - "@types/luxon": "^3.4.2", - "@types/react": "^19", - "@types/react-dom": "^19", + "@types/luxon": "3.7.1", + "@types/react": "19.2.14", + "@types/react-dom": "19.2.3", "@vitejs/plugin-react": "^5.0.0", - "eslint": "^9.15.0", - "eslint-plugin-react-hooks": "^7.0.1", - "eslint-plugin-react-refresh": "^0.4.14", - "eslint-plugin-storybook": "^10.0.6", + "eslint": "9.39.4", + "eslint-plugin-react-hooks": "7.0.1", + "eslint-plugin-react-refresh": "0.4.26", + "eslint-plugin-storybook": "10.3.4", "globals": "^17.0.0", "postcss": "^8.5.6", "postcss-cli": "^11.0.1", "postcss-prefixwrap": "^1.57.0", - "prettier": "^3.4.2", + "prettier": "3.8.1", "storybook": "^10.0.6", "tailwindcss": "^4.1.17", "tailwindcss-animate": "^1.0.7", @@ -3790,6 +3790,64 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.8.1", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.1.0", + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.8.1", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { + "version": "1.1.0", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { + "version": "1.1.1", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.7.1", + "@emnapi/runtime": "^1.7.1", + "@tybys/wasm-util": "^0.10.1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Brooooooklyn" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { + "version": "0.10.1", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { + "version": "2.8.1", + "inBundle": true, + "license": "0BSD", + "optional": true + }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "version": "4.2.2", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.2.tgz", diff --git a/package.json b/package.json index d1981b5..8e1cef4 100644 --- a/package.json +++ b/package.json @@ -72,19 +72,19 @@ "@storybook/addon-themes": "^10.0.6", "@storybook/react-vite": "^10.0.6", "@tailwindcss/cli": "^4.1.17", - "@types/luxon": "^3.4.2", - "@types/react": "^19", - "@types/react-dom": "^19", + "@types/luxon": "3.7.1", + "@types/react": "19.2.14", + "@types/react-dom": "19.2.3", "@vitejs/plugin-react": "^5.0.0", - "eslint": "^9.15.0", - "eslint-plugin-react-hooks": "^7.0.1", - "eslint-plugin-react-refresh": "^0.4.14", - "eslint-plugin-storybook": "^10.0.6", + "eslint": "9.39.4", + "eslint-plugin-react-hooks": "7.0.1", + "eslint-plugin-react-refresh": "0.4.26", + "eslint-plugin-storybook": "10.3.4", "globals": "^17.0.0", "postcss": "^8.5.6", "postcss-cli": "^11.0.1", "postcss-prefixwrap": "^1.57.0", - "prettier": "^3.4.2", + "prettier": "3.8.1", "storybook": "^10.0.6", "tailwindcss": "^4.1.17", "tailwindcss-animate": "^1.0.7",