From a152f3f9d8d3a5a6e1c368bb44bed32c836bbc4f Mon Sep 17 00:00:00 2001 From: verekia <522007+verekia@users.noreply.github.com> Date: Sun, 7 Apr 2024 12:25:39 +0700 Subject: [PATCH] chore: update all dependencies --- README.md | 2 - examples/react/package.json | 30 ++--- examples/svelte/package.json | 22 ++-- examples/vanilla/package.json | 16 +-- examples/vue/package.json | 18 +-- package-lock.json | 213 ++++++++++++++++++---------------- packages/core/package.json | 8 +- packages/r3f/package.json | 8 +- packages/react/package.json | 8 +- packages/svelte/package.json | 8 +- packages/vanilla/package.json | 6 +- packages/vue/package.json | 6 +- 12 files changed, 175 insertions(+), 170 deletions(-) diff --git a/README.md b/README.md index d61c391..eccf846 100644 --- a/README.md +++ b/README.md @@ -353,8 +353,6 @@ useAnimationFrame( ## Virtual joysticks -⚠️ Svelte not supported yet ⚠️ - Mana Potion includes **🗿 non-reactive** and **headless** virtual joysticks for mobile controls. Each virtual joystick is associated with a single ``. You can create your own Joystick objects with `createJoystick()` or use one of the two default ones that are already available on the joysticks store. The default ones are called `movement` and `rotation` joysticks. You can choose between 2 modes, `follow` or `origin`, and can adjust the `maxFollowDistance` or `maxOriginDistance`. Use the `onStart`, `onMove`, and `onEnd` callbacks to update your game state and optionally show a joystick on the screen. diff --git a/examples/react/package.json b/examples/react/package.json index b910424..b89dcbb 100644 --- a/examples/react/package.json +++ b/examples/react/package.json @@ -18,31 +18,31 @@ }, "dependencies": { "@manapotion/r3f": "^0.24.0", - "@react-three/fiber": "^8.15.16", + "@react-three/fiber": "^8.16.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "three": "^0.161.0" + "three": "^0.163.0" }, "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.2.1", "@react-three/eslint-plugin": "^0.1.1", - "@types/react": "^18.2.56", - "@types/react-dom": "^18.2.19", - "@types/three": "^0.161.2", - "@typescript-eslint/eslint-plugin": "^7.4.0", - "@typescript-eslint/parser": "^7.4.0", - "@vitejs/plugin-react-swc": "^3.5.0", - "autoprefixer": "^10.4.17", + "@types/react": "^18.2.74", + "@types/react-dom": "^18.2.24", + "@types/three": "^0.163.0", + "@typescript-eslint/eslint-plugin": "^7.5.0", + "@typescript-eslint/parser": "^7.5.0", + "@vitejs/plugin-react-swc": "^3.6.0", + "autoprefixer": "^10.4.19", "eslint": "^8.57.0", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-react-refresh": "^0.4.5", - "postcss": "^8.4.35", + "eslint-plugin-react-refresh": "^0.4.6", + "postcss": "^8.4.38", "prettier": "^3.2.5", - "prettier-plugin-tailwindcss": "^0.5.11", + "prettier-plugin-tailwindcss": "^0.5.13", "serve": "^14.2.1", - "tailwindcss": "^3.4.1", - "typescript": "^5.4.3", - "vite": "^5.2.0" + "tailwindcss": "^3.4.3", + "typescript": "^5.4.4", + "vite": "^5.2.8" } } diff --git a/examples/svelte/package.json b/examples/svelte/package.json index 3aec5f3..cf08547 100644 --- a/examples/svelte/package.json +++ b/examples/svelte/package.json @@ -9,7 +9,7 @@ "start": "serve dist", "preview": "vite preview", "check": "svelte-check --tsconfig ./tsconfig.json", - "lint": "eslint . --ext ts,svelte", + "lint": "npm run check && eslint . --ext ts,svelte", "typecheck": "tsc", "format": "prettier --write .", "format:check": "prettier --check .", @@ -21,22 +21,22 @@ "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.2.1", "@sveltejs/vite-plugin-svelte": "^3.0.2", - "@tsconfig/svelte": "^5.0.2", - "@typescript-eslint/eslint-plugin": "^7.4.0", - "@typescript-eslint/parser": "^7.4.0", - "autoprefixer": "^10.4.17", + "@tsconfig/svelte": "^5.0.4", + "@typescript-eslint/eslint-plugin": "^7.5.0", + "@typescript-eslint/parser": "^7.5.0", + "autoprefixer": "^10.4.19", "eslint": "^8.57.0", "eslint-plugin-svelte": "^2.35.1", - "postcss": "^8.4.35", + "postcss": "^8.4.38", "prettier": "^3.2.5", "prettier-plugin-svelte": "^3.2.2", - "prettier-plugin-tailwindcss": "^0.5.11", + "prettier-plugin-tailwindcss": "^0.5.13", "serve": "^14.2.1", "svelte": "^4.2.12", - "svelte-check": "^3.6.7", - "tailwindcss": "^3.4.1", + "svelte-check": "^3.6.9", + "tailwindcss": "^3.4.3", "tslib": "^2.6.2", - "typescript": "^5.4.3", - "vite": "^5.2.0" + "typescript": "^5.4.4", + "vite": "^5.2.8" } } diff --git a/examples/vanilla/package.json b/examples/vanilla/package.json index c12a3bf..4dae848 100644 --- a/examples/vanilla/package.json +++ b/examples/vanilla/package.json @@ -19,16 +19,16 @@ }, "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.2.1", - "@typescript-eslint/eslint-plugin": "^7.4.0", - "@typescript-eslint/parser": "^7.4.0", - "autoprefixer": "^10.4.17", + "@typescript-eslint/eslint-plugin": "^7.5.0", + "@typescript-eslint/parser": "^7.5.0", + "autoprefixer": "^10.4.19", "eslint": "^8.57.0", - "postcss": "^8.4.35", + "postcss": "^8.4.38", "prettier": "^3.2.5", - "prettier-plugin-tailwindcss": "^0.5.11", + "prettier-plugin-tailwindcss": "^0.5.13", "serve": "^14.2.1", - "tailwindcss": "^3.4.1", - "typescript": "^5.4.3", - "vite": "^5.2.0" + "tailwindcss": "^3.4.3", + "typescript": "^5.4.4", + "vite": "^5.2.8" } } diff --git a/examples/vue/package.json b/examples/vue/package.json index b6e662f..c35b801 100644 --- a/examples/vue/package.json +++ b/examples/vue/package.json @@ -20,21 +20,21 @@ }, "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.2.1", - "@typescript-eslint/eslint-plugin": "^7.4.0", - "@typescript-eslint/parser": "^7.4.0", + "@typescript-eslint/eslint-plugin": "^7.5.0", + "@typescript-eslint/parser": "^7.5.0", "@vitejs/plugin-vue": "^5.0.4", - "autoprefixer": "^10.4.17", + "autoprefixer": "^10.4.19", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier-vue": "^5.0.0", "eslint-plugin-vue": "^9.24.0", - "postcss": "^8.4.35", + "postcss": "^8.4.38", "prettier": "^3.2.5", - "prettier-plugin-tailwindcss": "^0.5.11", + "prettier-plugin-tailwindcss": "^0.5.13", "serve": "^14.2.1", - "tailwindcss": "^3.4.1", - "typescript": "^5.4.3", - "vite": "^5.2.0", - "vue-tsc": "^2.0.6" + "tailwindcss": "^3.4.3", + "typescript": "^5.4.4", + "vite": "^5.2.8", + "vue-tsc": "^2.0.10" } } diff --git a/package-lock.json b/package-lock.json index a410d13..eba8812 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,32 +27,32 @@ "license": "MIT", "dependencies": { "@manapotion/r3f": "^0.24.0", - "@react-three/fiber": "^8.15.16", + "@react-three/fiber": "^8.16.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "three": "^0.161.0" + "three": "^0.163.0" }, "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.2.1", "@react-three/eslint-plugin": "^0.1.1", - "@types/react": "^18.2.56", - "@types/react-dom": "^18.2.19", - "@types/three": "^0.161.2", - "@typescript-eslint/eslint-plugin": "^7.4.0", - "@typescript-eslint/parser": "^7.4.0", - "@vitejs/plugin-react-swc": "^3.5.0", - "autoprefixer": "^10.4.17", + "@types/react": "^18.2.74", + "@types/react-dom": "^18.2.24", + "@types/three": "^0.163.0", + "@typescript-eslint/eslint-plugin": "^7.5.0", + "@typescript-eslint/parser": "^7.5.0", + "@vitejs/plugin-react-swc": "^3.6.0", + "autoprefixer": "^10.4.19", "eslint": "^8.57.0", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-react-refresh": "^0.4.5", - "postcss": "^8.4.35", + "eslint-plugin-react-refresh": "^0.4.6", + "postcss": "^8.4.38", "prettier": "^3.2.5", - "prettier-plugin-tailwindcss": "^0.5.11", + "prettier-plugin-tailwindcss": "^0.5.13", "serve": "^14.2.1", - "tailwindcss": "^3.4.1", - "typescript": "^5.4.3", - "vite": "^5.2.0" + "tailwindcss": "^3.4.3", + "typescript": "^5.4.4", + "vite": "^5.2.8" } }, "examples/svelte": { @@ -64,23 +64,23 @@ "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.2.1", "@sveltejs/vite-plugin-svelte": "^3.0.2", - "@tsconfig/svelte": "^5.0.2", - "@typescript-eslint/eslint-plugin": "^7.4.0", - "@typescript-eslint/parser": "^7.4.0", - "autoprefixer": "^10.4.17", + "@tsconfig/svelte": "^5.0.4", + "@typescript-eslint/eslint-plugin": "^7.5.0", + "@typescript-eslint/parser": "^7.5.0", + "autoprefixer": "^10.4.19", "eslint": "^8.57.0", "eslint-plugin-svelte": "^2.35.1", - "postcss": "^8.4.35", + "postcss": "^8.4.38", "prettier": "^3.2.5", "prettier-plugin-svelte": "^3.2.2", - "prettier-plugin-tailwindcss": "^0.5.11", + "prettier-plugin-tailwindcss": "^0.5.13", "serve": "^14.2.1", "svelte": "^4.2.12", - "svelte-check": "^3.6.7", - "tailwindcss": "^3.4.1", + "svelte-check": "^3.6.9", + "tailwindcss": "^3.4.3", "tslib": "^2.6.2", - "typescript": "^5.4.3", - "vite": "^5.2.0" + "typescript": "^5.4.4", + "vite": "^5.2.8" } }, "examples/vanilla": { @@ -91,17 +91,17 @@ }, "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.2.1", - "@typescript-eslint/eslint-plugin": "^7.4.0", - "@typescript-eslint/parser": "^7.4.0", - "autoprefixer": "^10.4.17", + "@typescript-eslint/eslint-plugin": "^7.5.0", + "@typescript-eslint/parser": "^7.5.0", + "autoprefixer": "^10.4.19", "eslint": "^8.57.0", - "postcss": "^8.4.35", + "postcss": "^8.4.38", "prettier": "^3.2.5", - "prettier-plugin-tailwindcss": "^0.5.11", + "prettier-plugin-tailwindcss": "^0.5.13", "serve": "^14.2.1", - "tailwindcss": "^3.4.1", - "typescript": "^5.4.3", - "vite": "^5.2.0" + "tailwindcss": "^3.4.3", + "typescript": "^5.4.4", + "vite": "^5.2.8" } }, "examples/vue": { @@ -113,22 +113,22 @@ }, "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.2.1", - "@typescript-eslint/eslint-plugin": "^7.4.0", - "@typescript-eslint/parser": "^7.4.0", + "@typescript-eslint/eslint-plugin": "^7.5.0", + "@typescript-eslint/parser": "^7.5.0", "@vitejs/plugin-vue": "^5.0.4", - "autoprefixer": "^10.4.17", + "autoprefixer": "^10.4.19", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier-vue": "^5.0.0", "eslint-plugin-vue": "^9.24.0", - "postcss": "^8.4.35", + "postcss": "^8.4.38", "prettier": "^3.2.5", - "prettier-plugin-tailwindcss": "^0.5.11", + "prettier-plugin-tailwindcss": "^0.5.13", "serve": "^14.2.1", - "tailwindcss": "^3.4.1", - "typescript": "^5.4.3", - "vite": "^5.2.0", - "vue-tsc": "^2.0.6" + "tailwindcss": "^3.4.3", + "typescript": "^5.4.4", + "vite": "^5.2.8", + "vue-tsc": "^2.0.10" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -3322,6 +3322,12 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/@tweenjs/tween.js": { + "version": "23.1.1", + "resolved": "https://registry.npmjs.org/@tweenjs/tween.js/-/tween.js-23.1.1.tgz", + "integrity": "sha512-ZpboH7pCPPeyBWKf8c7TJswtCEQObFo3bOBYalm99NzZarATALYCo5OhbCa/n4RQyJyHfhkdx+hNrdL5ByFYDw==", + "dev": true + }, "node_modules/@types/conventional-commits-parser": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/@types/conventional-commits-parser/-/conventional-commits-parser-5.0.0.tgz", @@ -3405,9 +3411,9 @@ } }, "node_modules/@types/react-dom": { - "version": "18.2.23", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.23.tgz", - "integrity": "sha512-ZQ71wgGOTmDYpnav2knkjr3qXdAFu0vsk8Ci5w3pGAIdj7/kKAyn+VsQDhXsmzzzepAiI9leWMmubXz690AI/A==", + "version": "18.2.24", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.24.tgz", + "integrity": "sha512-cN6upcKd8zkGy4HU9F1+/s98Hrp6D4MOcippK4PoE8OZRngohHZpbJn1GsaDLz87MqvHNoT13nHvNqM9ocRHZg==", "dev": true, "dependencies": { "@types/react": "*" @@ -3434,14 +3440,15 @@ "dev": true }, "node_modules/@types/three": { - "version": "0.161.2", - "resolved": "https://registry.npmjs.org/@types/three/-/three-0.161.2.tgz", - "integrity": "sha512-DazpZ+cIfBzbW/p0zm6G8CS03HBMd748A3R1ZOXHpqaXZLv2I5zNgQUrRG//UfJ6zYFp2cUoCQaOLaz8ubH07w==", + "version": "0.163.0", + "resolved": "https://registry.npmjs.org/@types/three/-/three-0.163.0.tgz", + "integrity": "sha512-uIdDhsXRpQiBUkflBS/i1l3JX14fW6Ot9csed60nfbZNXHDTRsnV2xnTVwXcgbvTiboAR4IW+t+lTL5f1rqIqA==", "dev": true, "dependencies": { + "@tweenjs/tween.js": "~23.1.1", "@types/stats.js": "*", "@types/webxr": "*", - "fflate": "~0.6.10", + "fflate": "~0.8.2", "meshoptimizer": "~0.18.1" } }, @@ -3696,30 +3703,30 @@ } }, "node_modules/@volar/language-core": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@volar/language-core/-/language-core-2.1.6.tgz", - "integrity": "sha512-pAlMCGX/HatBSiDFMdMyqUshkbwWbLxpN/RL7HCQDOo2gYBE+uS+nanosLc1qR6pTQ/U8q00xt8bdrrAFPSC0A==", + "version": "2.2.0-alpha.5", + "resolved": "https://registry.npmjs.org/@volar/language-core/-/language-core-2.2.0-alpha.5.tgz", + "integrity": "sha512-RqERQ8HXxKC/HAGpDg7oG/Yg8n3rC3KEnYE3D7lcKIblU59JEZX73IWD/L3fdjzyeSglDWjL91iOblU8MuKEoA==", "dev": true, "dependencies": { - "@volar/source-map": "2.1.6" + "@volar/source-map": "2.2.0-alpha.5" } }, "node_modules/@volar/source-map": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@volar/source-map/-/source-map-2.1.6.tgz", - "integrity": "sha512-TeyH8pHHonRCHYI91J7fWUoxi0zWV8whZTVRlsWHSYfjm58Blalkf9LrZ+pj6OiverPTmrHRkBsG17ScQyWECw==", + "version": "2.2.0-alpha.5", + "resolved": "https://registry.npmjs.org/@volar/source-map/-/source-map-2.2.0-alpha.5.tgz", + "integrity": "sha512-Lw1LOPgt1QGaQX9HstRTlBz5x6d5mGq9ZTFMeyWVr8/5YOv3hCU0ehtMTwmCiAX/ZyNSINFI01ODePy2hwy06A==", "dev": true, "dependencies": { "muggle-string": "^0.4.0" } }, "node_modules/@volar/typescript": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@volar/typescript/-/typescript-2.1.6.tgz", - "integrity": "sha512-JgPGhORHqXuyC3r6skPmPHIZj4LoMmGlYErFTuPNBq9Nhc9VTv7ctHY7A3jMN3ngKEfRrfnUcwXHztvdSQqNfw==", + "version": "2.2.0-alpha.5", + "resolved": "https://registry.npmjs.org/@volar/typescript/-/typescript-2.2.0-alpha.5.tgz", + "integrity": "sha512-9UKZSDTcgvKMXz9TiU1kHmu3uMuH8+M7oZ6/CzBt8LvFda+ec/ZDcvBjQg2rU5EVn4d+YPYcqenkeHre3tO7Og==", "dev": true, "dependencies": { - "@volar/language-core": "2.1.6", + "@volar/language-core": "2.2.0-alpha.5", "path-browserify": "^1.0.1" } }, @@ -3770,12 +3777,12 @@ } }, "node_modules/@vue/language-core": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-2.0.7.tgz", - "integrity": "sha512-Vh1yZX3XmYjn9yYLkjU8DN6L0ceBtEcapqiyclHne8guG84IaTzqtvizZB1Yfxm3h6m7EIvjerLO5fvOZO6IIQ==", + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-2.0.10.tgz", + "integrity": "sha512-3ULtX6hSPJNdNChi6aJ4FfdJNs5EShBLxnwLFTqrk2N1385WOwGVlbHeS2R6W9s9lXZ0+mC2bv4VlFSyeNPNGA==", "dev": true, "dependencies": { - "@volar/language-core": "~2.1.3", + "@volar/language-core": "~2.2.0-alpha.5", "@vue/compiler-dom": "^3.4.0", "@vue/shared": "^3.4.0", "computeds": "^0.0.1", @@ -7914,9 +7921,9 @@ } }, "node_modules/fflate": { - "version": "0.6.10", - "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.6.10.tgz", - "integrity": "sha512-IQrh3lEPM93wVCEczc9SaAOvkmcoQn/G8Bo1e8ZPlY3X3bnAxWaBdvTdvM1hP62iZp0BXWDy4vTAy4fF0+Dlpg==", + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz", + "integrity": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==", "dev": true }, "node_modules/figures": { @@ -16527,9 +16534,9 @@ } }, "node_modules/three": { - "version": "0.161.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.161.0.tgz", - "integrity": "sha512-LC28VFtjbOyEu5b93K0bNRLw1rQlMJ85lilKsYj6dgTu+7i17W+JCCEbvrpmNHF1F3NAUqDSWq50UD7w9H2xQw==" + "version": "0.163.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.163.0.tgz", + "integrity": "sha512-HlMgCb2TF/dTLRtknBnjUTsR8FsDqBY43itYop2+Zg822I+Kd0Ua2vs8CvfBVefXkBdNDrLMoRTGCIIpfCuDew==" }, "node_modules/through": { "version": "2.3.8", @@ -17226,9 +17233,9 @@ "dev": true }, "node_modules/typescript": { - "version": "5.4.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz", - "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==", + "version": "5.4.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", + "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", "devOptional": true, "bin": { "tsc": "bin/tsc", @@ -17441,9 +17448,9 @@ } }, "node_modules/vite": { - "version": "5.2.7", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.7.tgz", - "integrity": "sha512-k14PWOKLI6pMaSzAuGtT+Cf0YmIx12z9YGon39onaJNy8DLBfBJrzg9FQEmkAM5lpHBZs9wksWAsyF/HkpEwJA==", + "version": "5.2.8", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.8.tgz", + "integrity": "sha512-OyZR+c1CE8yeHw5V5t59aXsUPPVTHMDjEZz8MgguLL/Q7NblxhZUlTu9xSPqlsUO/y+X7dlU05jdhvyycD55DA==", "dev": true, "dependencies": { "esbuild": "^0.20.1", @@ -17970,13 +17977,13 @@ } }, "node_modules/vue-tsc": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-2.0.7.tgz", - "integrity": "sha512-LYa0nInkfcDBB7y8jQ9FQ4riJTRNTdh98zK/hzt4gEpBZQmf30dPhP+odzCa+cedGz6B/guvJEd0BavZaRptjg==", + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-2.0.10.tgz", + "integrity": "sha512-XD9GuUuc40fdL6VrfbFS5PehxK6exhKGEkzCbMjT01HcJVNuJxXaPFIhMEfxn581eryX7LBygAH6YYqnXQGElA==", "dev": true, "dependencies": { - "@volar/typescript": "~2.1.3", - "@vue/language-core": "2.0.7", + "@volar/typescript": "~2.2.0-alpha.5", + "@vue/language-core": "2.0.10", "semver": "^7.5.4" }, "bin": { @@ -18504,18 +18511,18 @@ "license": "MIT", "dependencies": { "lodash.throttle": "^4.1.1", - "zustand": "^4.5.1" + "zustand": "^4.5.2" }, "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.2.1", "@types/lodash.throttle": "^4.1.9", - "@typescript-eslint/eslint-plugin": "^7.4.0", - "@typescript-eslint/parser": "^7.4.0", + "@typescript-eslint/eslint-plugin": "^7.5.0", + "@typescript-eslint/parser": "^7.5.0", "eslint": "^8.57.0", "prettier": "^3.2.5", "publint": "^0.2.7", "tsup": "^8.0.2", - "typescript": "^5.4.3" + "typescript": "^5.4.4" } }, "packages/r3f": { @@ -18528,16 +18535,16 @@ "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.2.1", "@react-three/eslint-plugin": "^0.1.1", - "@typescript-eslint/eslint-plugin": "^7.4.0", - "@typescript-eslint/parser": "^7.4.0", + "@typescript-eslint/eslint-plugin": "^7.5.0", + "@typescript-eslint/parser": "^7.5.0", "eslint": "^8.57.0", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-react-refresh": "^0.4.5", + "eslint-plugin-react-refresh": "^0.4.6", "prettier": "^3.2.5", "publint": "^0.2.7", "tsup": "^8.0.2", - "typescript": "^5.4.3" + "typescript": "^5.4.4" }, "peerDependencies": { "@react-three/fiber": ">=8.10.0", @@ -18553,16 +18560,16 @@ }, "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.2.1", - "@typescript-eslint/eslint-plugin": "^7.4.0", - "@typescript-eslint/parser": "^7.4.0", + "@typescript-eslint/eslint-plugin": "^7.5.0", + "@typescript-eslint/parser": "^7.5.0", "eslint": "^8.57.0", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-react-refresh": "^0.4.5", + "eslint-plugin-react-refresh": "^0.4.6", "prettier": "^3.2.5", "publint": "^0.2.7", "tsup": "^8.0.2", - "typescript": "^5.4.3" + "typescript": "^5.4.4" }, "peerDependencies": { "react": ">=17.0.2", @@ -18579,15 +18586,15 @@ "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.2.1", "@sveltejs/package": "^2.3.0", - "@tsconfig/svelte": "^5.0.2", - "@typescript-eslint/eslint-plugin": "^7.4.0", - "@typescript-eslint/parser": "^7.4.0", + "@tsconfig/svelte": "^5.0.4", + "@typescript-eslint/eslint-plugin": "^7.5.0", + "@typescript-eslint/parser": "^7.5.0", "eslint": "^8.57.0", "eslint-plugin-svelte": "^2.35.1", "prettier": "^3.2.5", "prettier-plugin-svelte": "^3.2.2", "publint": "^0.2.7", - "typescript": "^5.4.3" + "typescript": "^5.4.4" }, "peerDependencies": { "svelte": ">=4.2.1" @@ -18602,13 +18609,13 @@ }, "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.2.1", - "@typescript-eslint/eslint-plugin": "^7.4.0", - "@typescript-eslint/parser": "^7.4.0", + "@typescript-eslint/eslint-plugin": "^7.5.0", + "@typescript-eslint/parser": "^7.5.0", "eslint": "^8.57.0", "prettier": "^3.2.5", "publint": "^0.2.7", "tsup": "^8.0.2", - "typescript": "^5.4.3" + "typescript": "^5.4.4" } }, "packages/vue": { @@ -18620,8 +18627,8 @@ }, "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.2.1", - "@typescript-eslint/eslint-plugin": "^7.4.0", - "@typescript-eslint/parser": "^7.4.0", + "@typescript-eslint/eslint-plugin": "^7.5.0", + "@typescript-eslint/parser": "^7.5.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier-vue": "^5.0.0", @@ -18629,7 +18636,7 @@ "prettier": "^3.2.5", "publint": "^0.2.7", "tsup": "^8.0.2", - "typescript": "^5.4.3" + "typescript": "^5.4.4" }, "peerDependencies": { "vue": ">=3.3.4" diff --git a/packages/core/package.json b/packages/core/package.json index 468f4c7..bc0741f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -42,17 +42,17 @@ }, "dependencies": { "lodash.throttle": "^4.1.1", - "zustand": "^4.5.1" + "zustand": "^4.5.2" }, "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.2.1", "@types/lodash.throttle": "^4.1.9", - "@typescript-eslint/eslint-plugin": "^7.4.0", - "@typescript-eslint/parser": "^7.4.0", + "@typescript-eslint/eslint-plugin": "^7.5.0", + "@typescript-eslint/parser": "^7.5.0", "eslint": "^8.57.0", "prettier": "^3.2.5", "publint": "^0.2.7", "tsup": "^8.0.2", - "typescript": "^5.4.3" + "typescript": "^5.4.4" } } diff --git a/packages/r3f/package.json b/packages/r3f/package.json index 4008cb7..e92760e 100644 --- a/packages/r3f/package.json +++ b/packages/r3f/package.json @@ -50,15 +50,15 @@ "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.2.1", "@react-three/eslint-plugin": "^0.1.1", - "@typescript-eslint/eslint-plugin": "^7.4.0", - "@typescript-eslint/parser": "^7.4.0", + "@typescript-eslint/eslint-plugin": "^7.5.0", + "@typescript-eslint/parser": "^7.5.0", "eslint": "^8.57.0", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-react-refresh": "^0.4.5", + "eslint-plugin-react-refresh": "^0.4.6", "prettier": "^3.2.5", "publint": "^0.2.7", "tsup": "^8.0.2", - "typescript": "^5.4.3" + "typescript": "^5.4.4" } } diff --git a/packages/react/package.json b/packages/react/package.json index 06e25c2..9e22376 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -50,15 +50,15 @@ }, "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.2.1", - "@typescript-eslint/eslint-plugin": "^7.4.0", - "@typescript-eslint/parser": "^7.4.0", + "@typescript-eslint/eslint-plugin": "^7.5.0", + "@typescript-eslint/parser": "^7.5.0", "eslint": "^8.57.0", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-react-refresh": "^0.4.5", + "eslint-plugin-react-refresh": "^0.4.6", "prettier": "^3.2.5", "publint": "^0.2.7", "tsup": "^8.0.2", - "typescript": "^5.4.3" + "typescript": "^5.4.4" } } diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 84dcdad..6f17709 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -32,14 +32,14 @@ "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.2.1", "@sveltejs/package": "^2.3.0", - "@tsconfig/svelte": "^5.0.2", - "@typescript-eslint/eslint-plugin": "^7.4.0", - "@typescript-eslint/parser": "^7.4.0", + "@tsconfig/svelte": "^5.0.4", + "@typescript-eslint/eslint-plugin": "^7.5.0", + "@typescript-eslint/parser": "^7.5.0", "eslint": "^8.57.0", "eslint-plugin-svelte": "^2.35.1", "prettier": "^3.2.5", "prettier-plugin-svelte": "^3.2.2", "publint": "^0.2.7", - "typescript": "^5.4.3" + "typescript": "^5.4.4" } } diff --git a/packages/vanilla/package.json b/packages/vanilla/package.json index 7e70896..f6e93a7 100644 --- a/packages/vanilla/package.json +++ b/packages/vanilla/package.json @@ -45,12 +45,12 @@ }, "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.2.1", - "@typescript-eslint/eslint-plugin": "^7.4.0", - "@typescript-eslint/parser": "^7.4.0", + "@typescript-eslint/eslint-plugin": "^7.5.0", + "@typescript-eslint/parser": "^7.5.0", "eslint": "^8.57.0", "prettier": "^3.2.5", "publint": "^0.2.7", "tsup": "^8.0.2", - "typescript": "^5.4.3" + "typescript": "^5.4.4" } } diff --git a/packages/vue/package.json b/packages/vue/package.json index ae529ce..1a987ed 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -48,8 +48,8 @@ }, "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.2.1", - "@typescript-eslint/eslint-plugin": "^7.4.0", - "@typescript-eslint/parser": "^7.4.0", + "@typescript-eslint/eslint-plugin": "^7.5.0", + "@typescript-eslint/parser": "^7.5.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier-vue": "^5.0.0", @@ -57,6 +57,6 @@ "prettier": "^3.2.5", "publint": "^0.2.7", "tsup": "^8.0.2", - "typescript": "^5.4.3" + "typescript": "^5.4.4" } }