@launchdarkly/toolbar 0.10.0 → 0.10.1
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.
- package/package.json +6 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@launchdarkly/toolbar",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.1",
|
|
4
4
|
"description": "A React component that provides a developer-friendly toolbar for interacting with LaunchDarkly during development",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"launchdarkly",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"test:e2e:local:ui": "TEST_ENV=local playwright test --ui --config=./e2e/playwright.config.ts",
|
|
59
59
|
"test:e2e:local": "TEST_ENV=local playwright test --config=./e2e/playwright.config.ts",
|
|
60
60
|
"test": "vitest run",
|
|
61
|
-
"upgrade-launchpad": "pnpm up \"@launchpad-ui/*\" react-aria \"@react-aria/*\" \"@react-types/*\" \"@react-stately/*\" react-aria-components react react-dom @types/react @types/react-dom --latest -r"
|
|
61
|
+
"upgrade-launchpad": "pnpm up \"@launchpad-ui/*\" \"@internationalized/*\" react-aria \"@react-aria/*\" \"@react-types/*\" \"@react-stately/*\" react-stately react-aria-components react react-dom @types/react @types/react-dom --latest -r"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@playwright/test": "^1.53.1",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"access": "public"
|
|
100
100
|
},
|
|
101
101
|
"dependencies": {
|
|
102
|
-
"@launchpad-ui/components": "0.16.
|
|
102
|
+
"@launchpad-ui/components": "0.16.6",
|
|
103
103
|
"@launchpad-ui/tokens": "0.15.0",
|
|
104
104
|
"@react-aria/focus": "3.21.1",
|
|
105
105
|
"@react-aria/interactions": "3.25.5",
|
|
@@ -110,8 +110,9 @@
|
|
|
110
110
|
"@vanilla-extract/css": "^1.17.4",
|
|
111
111
|
"@vanilla-extract/webpack-plugin": "^2.3.22",
|
|
112
112
|
"motion": "^12.19.2",
|
|
113
|
-
"react-aria": "3.
|
|
114
|
-
"react-aria-components": "1.
|
|
113
|
+
"react-aria": "3.43.1",
|
|
114
|
+
"react-aria-components": "1.12.1",
|
|
115
|
+
"react-hook-form": "7.59.0",
|
|
115
116
|
"react-router": "7.5.2"
|
|
116
117
|
},
|
|
117
118
|
"packageManager": "pnpm@10.14.0"
|