mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Add missing dependency for React wrappers (#1242)
* add dep * remove dev dep
This commit is contained in:
19
package-lock.json
generated
19
package-lock.json
generated
@@ -16,7 +16,7 @@
|
|||||||
"@custom-elements-manifest/analyzer": "^0.10.4",
|
"@custom-elements-manifest/analyzer": "^0.10.4",
|
||||||
"@lit-labs/eleventy-plugin-lit": "^1.0.3",
|
"@lit-labs/eleventy-plugin-lit": "^1.0.3",
|
||||||
"@lit-labs/testing": "^0.2.5",
|
"@lit-labs/testing": "^0.2.5",
|
||||||
"@lit/react": "^1.0.6",
|
"@lit/react": "^1.0.8",
|
||||||
"@open-wc/testing": "^3.2.0",
|
"@open-wc/testing": "^3.2.0",
|
||||||
"@types/mocha": "^10.0.10",
|
"@types/mocha": "^10.0.10",
|
||||||
"@types/react": "^18.2.28",
|
"@types/react": "^18.2.28",
|
||||||
@@ -2029,10 +2029,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@lit/react": {
|
"node_modules/@lit/react": {
|
||||||
"version": "1.0.7",
|
"version": "1.0.8",
|
||||||
"resolved": "https://registry.npmjs.org/@lit/react/-/react-1.0.7.tgz",
|
"resolved": "https://registry.npmjs.org/@lit/react/-/react-1.0.8.tgz",
|
||||||
"integrity": "sha512-cencnwwLXQKiKxjfFzSgZRngcWJzUDZi/04E0fSaF86wZgchMdvTyu+lE36DrUfvuus3bH8+xLPrhM1cTjwpzw==",
|
"integrity": "sha512-p2+YcF+JE67SRX3mMlJ1TKCSTsgyOVdAwd/nxp3NuV1+Cb6MWALbN6nT7Ld4tpmYofcE5kcaSY1YBB9erY+6fw==",
|
||||||
"dev": true,
|
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@types/react": "17 || 18 || 19"
|
"@types/react": "17 || 18 || 19"
|
||||||
}
|
}
|
||||||
@@ -2876,8 +2875,7 @@
|
|||||||
"node_modules/@types/prop-types": {
|
"node_modules/@types/prop-types": {
|
||||||
"version": "15.7.14",
|
"version": "15.7.14",
|
||||||
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.14.tgz",
|
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.14.tgz",
|
||||||
"integrity": "sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==",
|
"integrity": "sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ=="
|
||||||
"dev": true
|
|
||||||
},
|
},
|
||||||
"node_modules/@types/qs": {
|
"node_modules/@types/qs": {
|
||||||
"version": "6.9.11",
|
"version": "6.9.11",
|
||||||
@@ -2895,7 +2893,6 @@
|
|||||||
"version": "18.3.23",
|
"version": "18.3.23",
|
||||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.23.tgz",
|
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.23.tgz",
|
||||||
"integrity": "sha512-/LDXMQh55EzZQ0uVAZmKKhfENivEvWz6E+EYzh+/MCjMhNsotd+ZHhBGIjFDTi6+fz0OhQQQLbTgdQIxxCsC0w==",
|
"integrity": "sha512-/LDXMQh55EzZQ0uVAZmKKhfENivEvWz6E+EYzh+/MCjMhNsotd+ZHhBGIjFDTi6+fz0OhQQQLbTgdQIxxCsC0w==",
|
||||||
"dev": true,
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/prop-types": "*",
|
"@types/prop-types": "*",
|
||||||
"csstype": "^3.0.2"
|
"csstype": "^3.0.2"
|
||||||
@@ -5799,8 +5796,7 @@
|
|||||||
"node_modules/csstype": {
|
"node_modules/csstype": {
|
||||||
"version": "3.1.3",
|
"version": "3.1.3",
|
||||||
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
|
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
|
||||||
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
|
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
|
||||||
"dev": true
|
|
||||||
},
|
},
|
||||||
"node_modules/custom-element-jet-brains-integration": {
|
"node_modules/custom-element-jet-brains-integration": {
|
||||||
"version": "1.7.0",
|
"version": "1.7.0",
|
||||||
@@ -13980,6 +13976,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ctrl/tinycolor": "^4.1.0",
|
"@ctrl/tinycolor": "^4.1.0",
|
||||||
"@floating-ui/dom": "^1.6.13",
|
"@floating-ui/dom": "^1.6.13",
|
||||||
|
"@lit/react": "^1.0.8",
|
||||||
"@shoelace-style/animations": "^1.2.0",
|
"@shoelace-style/animations": "^1.2.0",
|
||||||
"@shoelace-style/localize": "^3.2.1",
|
"@shoelace-style/localize": "^3.2.1",
|
||||||
"composed-offset-position": "^0.0.6",
|
"composed-offset-position": "^0.0.6",
|
||||||
@@ -13998,6 +13995,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ctrl/tinycolor": "^4.1.0",
|
"@ctrl/tinycolor": "^4.1.0",
|
||||||
"@floating-ui/dom": "^1.6.13",
|
"@floating-ui/dom": "^1.6.13",
|
||||||
|
"@lit/react": "^1.0.8",
|
||||||
"@shoelace-style/animations": "^1.2.0",
|
"@shoelace-style/animations": "^1.2.0",
|
||||||
"@shoelace-style/localize": "^3.2.1",
|
"@shoelace-style/localize": "^3.2.1",
|
||||||
"composed-offset-position": "^0.0.6",
|
"composed-offset-position": "^0.0.6",
|
||||||
@@ -14020,7 +14018,6 @@
|
|||||||
"url": "https://github.com/sponsors/ai"
|
"url": "https://github.com/sponsors/ai"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
|
||||||
"bin": {
|
"bin": {
|
||||||
"nanoid": "bin/nanoid.js"
|
"nanoid": "bin/nanoid.js"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -18,13 +18,12 @@
|
|||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.17.0"
|
"node": ">=14.17.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@11ty/eleventy": "3.0.0",
|
"@11ty/eleventy": "3.0.0",
|
||||||
"@custom-elements-manifest/analyzer": "^0.10.4",
|
"@custom-elements-manifest/analyzer": "^0.10.4",
|
||||||
"@lit-labs/eleventy-plugin-lit": "^1.0.3",
|
"@lit-labs/eleventy-plugin-lit": "^1.0.3",
|
||||||
"@lit-labs/testing": "^0.2.5",
|
"@lit-labs/testing": "^0.2.5",
|
||||||
"@lit/react": "^1.0.6",
|
"@lit/react": "^1.0.8",
|
||||||
"@open-wc/testing": "^3.2.0",
|
"@open-wc/testing": "^3.2.0",
|
||||||
"@types/mocha": "^10.0.10",
|
"@types/mocha": "^10.0.10",
|
||||||
"@types/react": "^18.2.28",
|
"@types/react": "^18.2.28",
|
||||||
@@ -87,4 +86,3 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ Components with the <wa-badge variant="warning">Experimental</wa-badge> badge sh
|
|||||||
|
|
||||||
- Fixed a bug in `<wa-details>` that caused the content to overflow the container when animating [issue:1149]
|
- Fixed a bug in `<wa-details>` that caused the content to overflow the container when animating [issue:1149]
|
||||||
- Fixed a bug in `<wa-dialog>` and `<wa-drawer>` that prevented the header from showing when the label was missing [issue:1209]
|
- Fixed a bug in `<wa-dialog>` and `<wa-drawer>` that prevented the header from showing when the label was missing [issue:1209]
|
||||||
|
- Fixed a missing dependency required for React wrappers
|
||||||
|
|
||||||
## 3.0.0-beta.3
|
## 3.0.0-beta.3
|
||||||
|
|
||||||
|
|||||||
@@ -73,6 +73,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ctrl/tinycolor": "^4.1.0",
|
"@ctrl/tinycolor": "^4.1.0",
|
||||||
"@floating-ui/dom": "^1.6.13",
|
"@floating-ui/dom": "^1.6.13",
|
||||||
|
"@lit/react": "^1.0.8",
|
||||||
"@shoelace-style/animations": "^1.2.0",
|
"@shoelace-style/animations": "^1.2.0",
|
||||||
"@shoelace-style/localize": "^3.2.1",
|
"@shoelace-style/localize": "^3.2.1",
|
||||||
"composed-offset-position": "^0.0.6",
|
"composed-offset-position": "^0.0.6",
|
||||||
|
|||||||
Reference in New Issue
Block a user