shaders 2.3.68 → 2.3.69

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +25 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shaders",
3
- "version": "2.3.68",
3
+ "version": "2.3.69",
4
4
  "description": "Shader magic for modern frontends",
5
5
  "author": "Shader Effects Inc.",
6
6
  "homepage": "https://shaders.com/",
@@ -704,6 +704,30 @@
704
704
  "dev": "tsx scripts/build.ts --watch",
705
705
  "typecheck": "tsc --noEmit"
706
706
  },
707
+ "peerDependencies": {
708
+ "vue": "^3.0.0",
709
+ "react": "^18.0.0 || ^19.0.0",
710
+ "react-dom": "^18.0.0 || ^19.0.0",
711
+ "svelte": "^5",
712
+ "solid-js": "^1.8.0"
713
+ },
714
+ "peerDependenciesMeta": {
715
+ "vue": {
716
+ "optional": true
717
+ },
718
+ "react": {
719
+ "optional": true
720
+ },
721
+ "react-dom": {
722
+ "optional": true
723
+ },
724
+ "svelte": {
725
+ "optional": true
726
+ },
727
+ "solid-js": {
728
+ "optional": true
729
+ }
730
+ },
707
731
  "dependencies": {
708
732
  "three": "^0.183.0"
709
733
  },