From 4ba60a18dabcd675bf0144ca50eb22854542d6fc Mon Sep 17 00:00:00 2001 From: Damien Date: Mon, 18 Nov 2024 20:39:43 +0100 Subject: [PATCH] deps --- package.json | 14 +++++++------- packages/core/package.json | 12 ++++++------ packages/docs/package.json | 10 +++++----- packages/tooling/eslint.json | 1 + packages/tooling/package.json | 20 ++++++++++---------- 5 files changed, 29 insertions(+), 28 deletions(-) diff --git a/package.json b/package.json index 2d5ce7b9..48bd67a3 100644 --- a/package.json +++ b/package.json @@ -38,16 +38,16 @@ "devDependencies": { "@rollup/plugin-node-resolve": "15.3.0", "@rollup/plugin-typescript": "12.1.1", - "css-tree": "3.0.0", - "lerna": "8.1.8", - "postcss": "8.4.47", + "css-tree": "3.0.1", + "lerna": "8.1.9", + "postcss": "8.4.49", "react-docgen-typescript": "2.2.2", - "rollup": "4.24.0", - "rollup-plugin-copy-glob": "0.3.2", + "rollup": "4.27.3", + "rollup-plugin-copy-glob": "0.4.1", "rollup-plugin-postcss": "4.0.2", "rollup-plugin-preserve-shebang": "1.0.1", - "tslib": "2.8.0", + "tslib": "2.8.1", "typescript": "5.6.3", - "vitest": "2.1.3" + "vitest": "2.1.5" } } \ No newline at end of file diff --git a/packages/core/package.json b/packages/core/package.json index 153d5e08..7693803a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -15,15 +15,15 @@ "build": "rollup -cm --bundleConfigAsCjs" }, "dependencies": { - "@types/lodash": "4.17.11", - "@types/react": "18.3.11", + "@types/lodash": "4.17.13", + "@types/react": "18.3.12", "@types/uuid": "10.0.0", - "i18next": "23.16.0", + "i18next": "23.16.5", "lodash": "4.17.21", "mobx": "6.13.5", "mobx-utils": "6.1.0", - "tslib": "2.8.0", - "uuid": "10.0.0", + "tslib": "2.8.1", + "uuid": "11.0.3", "yester": "0.10.0" } -} +} \ No newline at end of file diff --git a/packages/docs/package.json b/packages/docs/package.json index 41eea55b..95b5f927 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -22,10 +22,10 @@ }, "devDependencies": { "@focus4/tooling": "11.21.0", - "@storybook/addon-essentials": "8.3.6", - "@storybook/blocks": "8.3.6", - "@storybook/react-vite": "8.3.6", - "storybook": "8.3.6", + "@storybook/addon-essentials": "8.4.4", + "@storybook/blocks": "8.4.4", + "@storybook/react-vite": "8.4.4", + "storybook": "8.4.4", "storybook-dark-mode": "4.0.2" } -} +} \ No newline at end of file diff --git a/packages/tooling/eslint.json b/packages/tooling/eslint.json index f57a01e7..c61d41c8 100644 --- a/packages/tooling/eslint.json +++ b/packages/tooling/eslint.json @@ -209,6 +209,7 @@ "@typescript-eslint/no-unsafe-call": "off", "@typescript-eslint/no-unsafe-member-access": "off", "@typescript-eslint/no-unsafe-return": "off", + "@typescript-eslint/no-unsafe-type-assertion": "off", "@typescript-eslint/no-unused-vars": "off", "@typescript-eslint/no-use-before-define": "off", "@typescript-eslint/prefer-destructuring": [ diff --git a/packages/tooling/package.json b/packages/tooling/package.json index 507787f9..e072dfd6 100644 --- a/packages/tooling/package.json +++ b/packages/tooling/package.json @@ -21,23 +21,23 @@ "@types/postcss-modules-extract-imports": "3.0.5", "@types/postcss-modules-local-by-default": "4.0.2", "@types/postcss-modules-scope": "3.0.4", - "@typescript-eslint/eslint-plugin": "8.10.0", - "@typescript-eslint/parser": "8.10.0", - "@vitejs/plugin-react": "4.3.2", + "@typescript-eslint/eslint-plugin": "8.15.0", + "@typescript-eslint/parser": "8.15.0", + "@vitejs/plugin-react": "4.3.3", "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.31.0", "eslint-plugin-only-warn": "1.1.0", - "eslint-plugin-react": "7.37.1", + "eslint-plugin-react": "7.37.2", "glob": "11.0.0", "lodash": "4.17.21", - "postcss": "8.4.47", + "postcss": "8.4.49", "postcss-modules-extract-imports": "3.1.0", - "postcss-modules-local-by-default": "4.0.5", - "postcss-modules-scope": "3.2.0", - "postcss-nesting": "13.0.0", + "postcss-modules-local-by-default": "4.1.0", + "postcss-modules-scope": "3.2.1", + "postcss-nesting": "13.0.1", "typescript": "5.6.3", - "vite": "5.4.9", + "vite": "5.4.11", "vite-plugin-checker": "0.8.0" } -} +} \ No newline at end of file