* add streamlit template

* rename MyComponent to SandDance

* add streamlit to monorepo

* add sanddance ref

* ignore python eggs

* add package-lock

* add dev setup

* initial sanddance working version

* pass dataframe

* mandatory dataframe

* cleanup

* sync w backend

* delete package-lock for now, restore after main

* use types

* handle theme

* delete package-lock

* add event output

* add copyright header

* add copyright header

* Revert "delete package-lock for now, restore after main"

This reverts commit a728a67212.

* delete bootstrap css

* sync package-lock

* remove test

* better descriptions
This commit is contained in:
Dan Marshall 2023-10-11 17:57:38 -07:00 коммит произвёл GitHub
Родитель fbd09ebb2a
Коммит a1e465b39e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
41 изменённых файлов: 36699 добавлений и 1543 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -85,3 +85,4 @@ __pycache__
python/jupyter-widget/lib
python/jupyter-widget/docs
python/jupyter-widget/sanddance/nbextension
streamlit_sanddance.egg-info

24
extensions/azdata-sanddance/package-lock.json сгенерированный
Просмотреть файл

@ -33,9 +33,9 @@
}
},
"node_modules/@types/azdata": {
"version": "1.44.0",
"resolved": "https://registry.npmjs.org/@types/azdata/-/azdata-1.44.0.tgz",
"integrity": "sha512-AbZnAUybkG+Vqk96PNMcv8ypzN9zqsk1k85v2Gyl5xwUrLkEgGmHnrnK6p70PM3OFaABCYU+t/4fMnnK1JY1YA==",
"version": "1.46.1",
"resolved": "https://registry.npmjs.org/@types/azdata/-/azdata-1.46.1.tgz",
"integrity": "sha512-FrtiJZxQNQahBPFy8/BFyghKj03gC93lEgxyTPPQCMDRxzL1VC1VysGZWg7MKFmabgd8CN3kidqFCKiPSG/ywA==",
"dev": true,
"dependencies": {
"@types/vscode": "*"
@ -55,9 +55,9 @@
}
},
"node_modules/@types/vscode": {
"version": "1.79.1",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.79.1.tgz",
"integrity": "sha512-Ikwc4YbHABzqthrWfeAvItaAIfX9mdjMWxqNgTpGjhgOu0TMRq9LzyZ2yBK0JhYqoSjEubEPawf6zJgnl6Egtw==",
"version": "1.83.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.83.0.tgz",
"integrity": "sha512-3mUtHqLAVz9hegut9au4xehuBrzRE3UJiQMpoEHkNl6XHliihO7eATx2BMHs0odsmmrwjJrlixx/Pte6M3ygDQ==",
"dev": true
},
"node_modules/agent-base": {
@ -535,9 +535,9 @@
"dev": true
},
"@types/azdata": {
"version": "1.44.0",
"resolved": "https://registry.npmjs.org/@types/azdata/-/azdata-1.44.0.tgz",
"integrity": "sha512-AbZnAUybkG+Vqk96PNMcv8ypzN9zqsk1k85v2Gyl5xwUrLkEgGmHnrnK6p70PM3OFaABCYU+t/4fMnnK1JY1YA==",
"version": "1.46.1",
"resolved": "https://registry.npmjs.org/@types/azdata/-/azdata-1.46.1.tgz",
"integrity": "sha512-FrtiJZxQNQahBPFy8/BFyghKj03gC93lEgxyTPPQCMDRxzL1VC1VysGZWg7MKFmabgd8CN3kidqFCKiPSG/ywA==",
"dev": true,
"requires": {
"@types/vscode": "*"
@ -557,9 +557,9 @@
}
},
"@types/vscode": {
"version": "1.79.1",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.79.1.tgz",
"integrity": "sha512-Ikwc4YbHABzqthrWfeAvItaAIfX9mdjMWxqNgTpGjhgOu0TMRq9LzyZ2yBK0JhYqoSjEubEPawf6zJgnl6Egtw==",
"version": "1.83.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.83.0.tgz",
"integrity": "sha512-3mUtHqLAVz9hegut9au4xehuBrzRE3UJiQMpoEHkNl6XHliihO7eATx2BMHs0odsmmrwjJrlixx/Pte6M3ygDQ==",
"dev": true
},
"agent-base": {

12
extensions/common-backend/package-lock.json сгенерированный
Просмотреть файл

@ -13,17 +13,17 @@
}
},
"node_modules/@types/vscode": {
"version": "1.79.1",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.79.1.tgz",
"integrity": "sha512-Ikwc4YbHABzqthrWfeAvItaAIfX9mdjMWxqNgTpGjhgOu0TMRq9LzyZ2yBK0JhYqoSjEubEPawf6zJgnl6Egtw==",
"version": "1.83.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.83.0.tgz",
"integrity": "sha512-3mUtHqLAVz9hegut9au4xehuBrzRE3UJiQMpoEHkNl6XHliihO7eATx2BMHs0odsmmrwjJrlixx/Pte6M3ygDQ==",
"dev": true
}
},
"dependencies": {
"@types/vscode": {
"version": "1.79.1",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.79.1.tgz",
"integrity": "sha512-Ikwc4YbHABzqthrWfeAvItaAIfX9mdjMWxqNgTpGjhgOu0TMRq9LzyZ2yBK0JhYqoSjEubEPawf6zJgnl6Egtw==",
"version": "1.83.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.83.0.tgz",
"integrity": "sha512-3mUtHqLAVz9hegut9au4xehuBrzRE3UJiQMpoEHkNl6XHliihO7eATx2BMHs0odsmmrwjJrlixx/Pte6M3ygDQ==",
"dev": true
}
}

312
extensions/common-frontend/package-lock.json сгенерированный
Просмотреть файл

@ -20,9 +20,9 @@
}
},
"node_modules/@fluentui/date-time-utilities": {
"version": "8.5.12",
"resolved": "https://registry.npmjs.org/@fluentui/date-time-utilities/-/date-time-utilities-8.5.12.tgz",
"integrity": "sha512-N4Dt7MDJiEASF73hz1kWkNfGLdGa+joi+f1b5Pi57PI4SBpZ89OGumT+Z/iyuYwcTdz5aVeq03wTJkLdJQo2Gg==",
"version": "8.5.13",
"resolved": "https://registry.npmjs.org/@fluentui/date-time-utilities/-/date-time-utilities-8.5.13.tgz",
"integrity": "sha512-X3clbPKh0URkDj21QoARw6SNec7dWg7Gt7SkTlkVYFzmZUdC4ZIrYk3n36xKe3U1wcGp26EVmKjhAhB262ugpw==",
"dependencies": {
"@fluentui/set-version": "^8.2.11",
"tslib": "^2.1.0"
@ -38,25 +38,25 @@
}
},
"node_modules/@fluentui/font-icons-mdl2": {
"version": "8.5.21",
"resolved": "https://registry.npmjs.org/@fluentui/font-icons-mdl2/-/font-icons-mdl2-8.5.21.tgz",
"integrity": "sha512-B4w1jx/gNxDI/AbVwZtmcvb/5lG8HngWVwsDDtP2ZM4HEFZduY1XrQMak5mP1O9lTEpQKD+kv+uK70ocsfpUig==",
"version": "8.5.25",
"resolved": "https://registry.npmjs.org/@fluentui/font-icons-mdl2/-/font-icons-mdl2-8.5.25.tgz",
"integrity": "sha512-L14GBWeRmeVSO1hjollOye+Xl4ULR9yvltTJNkwoNFfrks0nf+HTAOje5QU5+bPCzjR0mCmp/VCArsTtDwL0Zw==",
"dependencies": {
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
}
},
"node_modules/@fluentui/foundation-legacy": {
"version": "8.2.41",
"resolved": "https://registry.npmjs.org/@fluentui/foundation-legacy/-/foundation-legacy-8.2.41.tgz",
"integrity": "sha512-HgLWOjNwC0FkV9kN283E8AzGmswFJbu7AKQ+cyefPnOUdH3iopD2oW7Lqz7QBzIPgMV/8FHE+nCa2ZEbhvFPGg==",
"version": "8.2.45",
"resolved": "https://registry.npmjs.org/@fluentui/foundation-legacy/-/foundation-legacy-8.2.45.tgz",
"integrity": "sha512-KVgWNEFIwEUEyoX2x1GBvczPPsi9/st+b2BhcwGR1W7+za7mKe+bYS5nkM2jA7BHV+E9V0rVPNw+jJil9jjT8Q==",
"dependencies": {
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
},
"peerDependencies": {
@ -82,22 +82,22 @@
}
},
"node_modules/@fluentui/react": {
"version": "8.110.3",
"resolved": "https://registry.npmjs.org/@fluentui/react/-/react-8.110.3.tgz",
"integrity": "sha512-VXlsLP9ZhwbyRczt/MIjiBONXRc6YxLMDwxMy/YVeLawY/8PC+YRiiKmVwzTq5RVGrOdyWsNBxonbb3GQz0t0w==",
"version": "8.112.2",
"resolved": "https://registry.npmjs.org/@fluentui/react/-/react-8.112.2.tgz",
"integrity": "sha512-NdE2LIsWuhC1jTHAch8+eY3fplivwYfVeP3wKsNCm0aEf6JgbuyQB+ZN1CN7eqCNeSd9TPYaXn1gwfuBxef1mA==",
"dependencies": {
"@fluentui/date-time-utilities": "^8.5.12",
"@fluentui/font-icons-mdl2": "^8.5.21",
"@fluentui/foundation-legacy": "^8.2.41",
"@fluentui/date-time-utilities": "^8.5.13",
"@fluentui/font-icons-mdl2": "^8.5.25",
"@fluentui/foundation-legacy": "^8.2.45",
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/react-focus": "^8.8.28",
"@fluentui/react-hooks": "^8.6.27",
"@fluentui/react-portal-compat-context": "^9.0.6",
"@fluentui/react-focus": "^8.8.32",
"@fluentui/react-hooks": "^8.6.30",
"@fluentui/react-portal-compat-context": "^9.0.9",
"@fluentui/react-window-provider": "^2.2.15",
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/theme": "^2.6.32",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/theme": "^2.6.36",
"@fluentui/utilities": "^8.13.19",
"@microsoft/load-themed-styles": "^1.10.26",
"tslib": "^2.1.0"
},
@ -109,15 +109,15 @@
}
},
"node_modules/@fluentui/react-focus": {
"version": "8.8.28",
"resolved": "https://registry.npmjs.org/@fluentui/react-focus/-/react-focus-8.8.28.tgz",
"integrity": "sha512-gdBASqKW41tWnrNj3B3WQqYGXqnPOGZvQz9AILCY4g1oWv2QoQV1xRhVmzu6V/vJzUZDqOVyD/RseumGmIh8Yg==",
"version": "8.8.32",
"resolved": "https://registry.npmjs.org/@fluentui/react-focus/-/react-focus-8.8.32.tgz",
"integrity": "sha512-ALYMkDRG8qKCRuf5f3w5suWLFBT/65e4vC2EXKhYTcb/AGAH4wGMdWC+b4ek12D4u6L6tOegTMqC64fLp/RT3Q==",
"dependencies": {
"@fluentui/keyboard-key": "^0.4.11",
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
},
"peerDependencies": {
@ -126,13 +126,13 @@
}
},
"node_modules/@fluentui/react-hooks": {
"version": "8.6.27",
"resolved": "https://registry.npmjs.org/@fluentui/react-hooks/-/react-hooks-8.6.27.tgz",
"integrity": "sha512-4Thtr8LgM3/aGExWrIFtTfPX1sHirPTD9DxEkD2/GOPniN/dFBKYp0q1eyMkRu2/KXV6HUVyQL9hK+yfD9sIQQ==",
"version": "8.6.30",
"resolved": "https://registry.npmjs.org/@fluentui/react-hooks/-/react-hooks-8.6.30.tgz",
"integrity": "sha512-+EhJY2+C7wbWP+36zM4llc1KGY4/XWu36BnDumoKLJdcrnGilJHHQJ3pXhvJPf2f2mc7LoasCtQDmCQ5Tfzi3A==",
"dependencies": {
"@fluentui/react-window-provider": "^2.2.15",
"@fluentui/set-version": "^8.2.11",
"@fluentui/utilities": "^8.13.16",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
},
"peerDependencies": {
@ -141,15 +141,15 @@
}
},
"node_modules/@fluentui/react-portal-compat-context": {
"version": "9.0.6",
"resolved": "https://registry.npmjs.org/@fluentui/react-portal-compat-context/-/react-portal-compat-context-9.0.6.tgz",
"integrity": "sha512-HUt0/YXKRB4chtzlGbZ+7y7FHFyqaI0CeMFAe/QBXVOiOwA01QOr2j4Uky+30vupspIt6mjodLanuw1jMybmqQ==",
"version": "9.0.9",
"resolved": "https://registry.npmjs.org/@fluentui/react-portal-compat-context/-/react-portal-compat-context-9.0.9.tgz",
"integrity": "sha512-Qt4zBJjBf3QihWqDNfZ4D9ha0QdcUvw4zIErp6IkT4uFIkV2VSgEjIKXm0h2iDEZZQtzbGlFG+9hPPhH13HaPQ==",
"dependencies": {
"@swc/helpers": "^0.4.14"
"@swc/helpers": "^0.5.1"
},
"peerDependencies": {
"@types/react": ">=16.8.0 <19.0.0",
"react": ">=16.8.0 <19.0.0"
"@types/react": ">=16.14.0 <19.0.0",
"react": ">=16.14.0 <19.0.0"
}
},
"node_modules/@fluentui/react-window-provider": {
@ -174,26 +174,26 @@
}
},
"node_modules/@fluentui/style-utilities": {
"version": "8.9.14",
"resolved": "https://registry.npmjs.org/@fluentui/style-utilities/-/style-utilities-8.9.14.tgz",
"integrity": "sha512-On48B9biXgV6PgimFdSwRuYLzue9PjwqxT31UP3w5uvwANL+Hqile5AbkR5g9RartoJiDIk1bHAP7QQkqI1jEg==",
"version": "8.9.18",
"resolved": "https://registry.npmjs.org/@fluentui/style-utilities/-/style-utilities-8.9.18.tgz",
"integrity": "sha512-bWRcN8q2JDLZJOxJ3ov+2MLP+XqK3tHMGyLWjDAkUYUzgsM3ppA0HAroo/MLkn8vrFcoUYCuL/jtv7IXR6SZBw==",
"dependencies": {
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/theme": "^2.6.32",
"@fluentui/utilities": "^8.13.16",
"@fluentui/theme": "^2.6.36",
"@fluentui/utilities": "^8.13.19",
"@microsoft/load-themed-styles": "^1.10.26",
"tslib": "^2.1.0"
}
},
"node_modules/@fluentui/theme": {
"version": "2.6.32",
"resolved": "https://registry.npmjs.org/@fluentui/theme/-/theme-2.6.32.tgz",
"integrity": "sha512-UkDsCdQQTQb7Ib+tux2Octz3opTvnRDknXoVnC6yluQVd6ugM8eWDUphOgB7Vnsf1Ou7EhPKdIN6OHXHXuoIyA==",
"version": "2.6.36",
"resolved": "https://registry.npmjs.org/@fluentui/theme/-/theme-2.6.36.tgz",
"integrity": "sha512-rSP+LNmOJ9woiZzicdgtKFHt8Tyq7Jqu4KpczW0zXOYR9orgwFecpiUwRpZs1zD6lb3pAUNw4oYrM1tc7FH5AA==",
"dependencies": {
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/utilities": "^8.13.16",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
},
"peerDependencies": {
@ -202,9 +202,9 @@
}
},
"node_modules/@fluentui/utilities": {
"version": "8.13.16",
"resolved": "https://registry.npmjs.org/@fluentui/utilities/-/utilities-8.13.16.tgz",
"integrity": "sha512-NAz7892Fjf4SNj7QCXuL/WGaZHc5GfCkT2trRFAhduSDXTib1dFANmS/yH2u9dH+27WAtu9pD9p9KbEhrWK4MQ==",
"version": "8.13.19",
"resolved": "https://registry.npmjs.org/@fluentui/utilities/-/utilities-8.13.19.tgz",
"integrity": "sha512-v0WNV6NNQKi9nLttvc6btzxX3XOVRA817fZ7zBqsV6JWQGRfyrBwhskh6TUIgANJjPejz5nk05U6rvSWNUM+FQ==",
"dependencies": {
"@fluentui/dom-utilities": "^2.2.11",
"@fluentui/merge-styles": "^8.5.12",
@ -222,17 +222,17 @@
"integrity": "sha512-W+IzEBw8a6LOOfRJM02dTT7BDZijxm+Z7lhtOAz1+y9vQm1Kdz9jlAO+qCEKsfxtUOmKilW8DIRqFw2aUgKeGg=="
},
"node_modules/@swc/helpers": {
"version": "0.4.14",
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.4.14.tgz",
"integrity": "sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==",
"version": "0.5.3",
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.3.tgz",
"integrity": "sha512-FaruWX6KdudYloq1AHD/4nU+UsMTdNE8CKyrseXWEcgjDAbvkwJg2QGPAnfIJLIWsjZOSPLOAykK6fuYp4vp4A==",
"dependencies": {
"tslib": "^2.4.0"
}
},
"node_modules/@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA=="
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz",
"integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA=="
},
"node_modules/@types/geojson": {
"version": "7946.0.4",
@ -240,14 +240,14 @@
"integrity": "sha512-MHmwBtCb7OCv1DSivz2UNJXPGU/1btAWRKlqJ2saEhVJkpkvqHMMaOpKg0v4sAbDWSQekHGvPVMM8nQ+Jen03Q=="
},
"node_modules/@types/prop-types": {
"version": "15.7.5",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
"integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w=="
"version": "15.7.8",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.8.tgz",
"integrity": "sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ=="
},
"node_modules/@types/react": {
"version": "17.0.62",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.62.tgz",
"integrity": "sha512-eANCyz9DG8p/Vdhr0ZKST8JV12PhH2ACCDYlFw6DIO+D+ca+uP4jtEDEpVqXZrh/uZdXQGwk7whJa3ah5DtyLw==",
"version": "17.0.68",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.68.tgz",
"integrity": "sha512-y8heXejd/Gi43S28GOqIFmr6BzhLa3anMlPojRu4rHh3MtRrrpB+BtLEcqP3XPO1urXByzBdkOLU7sodYWnpkA==",
"dependencies": {
"@types/prop-types": "*",
"@types/scheduler": "*",
@ -255,17 +255,17 @@
}
},
"node_modules/@types/react-dom": {
"version": "17.0.20",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.20.tgz",
"integrity": "sha512-4pzIjSxDueZZ90F52mU3aPoogkHIoSIDG+oQ+wQK7Cy2B9S+MvOqY0uEA/qawKz381qrEDkvpwyt8Bm31I8sbA==",
"version": "17.0.21",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.21.tgz",
"integrity": "sha512-3rQEFUNUUz2MYiRwJJj6UekcW7rFLOtmK7ajQP7qJpjNdggInl3I/xM4I3Hq1yYPdCGVMgax1gZsB7BBTtayXg==",
"dependencies": {
"@types/react": "^17"
}
},
"node_modules/@types/scheduler": {
"version": "0.16.3",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz",
"integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ=="
"version": "0.16.4",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.4.tgz",
"integrity": "sha512-2L9ifAGl7wmXwP4v3pN4p2FLhD0O1qsJpvKmNin5VA8+UvNVb447UDaAEV6UdrkA+m/Xs58U1RFps44x6TFsVQ=="
},
"node_modules/commander": {
"version": "7.2.0",
@ -529,9 +529,9 @@
}
},
"node_modules/node-fetch": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
"integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
"dependencies": {
"whatwg-url": "^5.0.0"
},
@ -628,9 +628,9 @@
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
},
"node_modules/tslib": {
"version": "2.5.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
},
"node_modules/vega": {
"version": "5.25.0",
@ -924,9 +924,9 @@
}
},
"node_modules/vega-typings": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.1.tgz",
"integrity": "sha512-WNw6tDxwMsynQ9osJb3RZi3g8GZruxVgXfe8N7nbqvNOgDQkUuVjqTZiwGg5kqjmLqx09lRRlskgp/ov7lEGeg==",
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.2.tgz",
"integrity": "sha512-fW02GElYoqweCCaPqH6iH44UZnzXiX9kbm1qyecjU3k5s0vtufLI7Yuz/a/uL37mEAqTMQplBBAlk0T9e2e1Dw==",
"dependencies": {
"@types/geojson": "7946.0.4",
"vega-event-selector": "^3.0.1",
@ -1003,9 +1003,9 @@
},
"dependencies": {
"@fluentui/date-time-utilities": {
"version": "8.5.12",
"resolved": "https://registry.npmjs.org/@fluentui/date-time-utilities/-/date-time-utilities-8.5.12.tgz",
"integrity": "sha512-N4Dt7MDJiEASF73hz1kWkNfGLdGa+joi+f1b5Pi57PI4SBpZ89OGumT+Z/iyuYwcTdz5aVeq03wTJkLdJQo2Gg==",
"version": "8.5.13",
"resolved": "https://registry.npmjs.org/@fluentui/date-time-utilities/-/date-time-utilities-8.5.13.tgz",
"integrity": "sha512-X3clbPKh0URkDj21QoARw6SNec7dWg7Gt7SkTlkVYFzmZUdC4ZIrYk3n36xKe3U1wcGp26EVmKjhAhB262ugpw==",
"requires": {
"@fluentui/set-version": "^8.2.11",
"tslib": "^2.1.0"
@ -1021,25 +1021,25 @@
}
},
"@fluentui/font-icons-mdl2": {
"version": "8.5.21",
"resolved": "https://registry.npmjs.org/@fluentui/font-icons-mdl2/-/font-icons-mdl2-8.5.21.tgz",
"integrity": "sha512-B4w1jx/gNxDI/AbVwZtmcvb/5lG8HngWVwsDDtP2ZM4HEFZduY1XrQMak5mP1O9lTEpQKD+kv+uK70ocsfpUig==",
"version": "8.5.25",
"resolved": "https://registry.npmjs.org/@fluentui/font-icons-mdl2/-/font-icons-mdl2-8.5.25.tgz",
"integrity": "sha512-L14GBWeRmeVSO1hjollOye+Xl4ULR9yvltTJNkwoNFfrks0nf+HTAOje5QU5+bPCzjR0mCmp/VCArsTtDwL0Zw==",
"requires": {
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
}
},
"@fluentui/foundation-legacy": {
"version": "8.2.41",
"resolved": "https://registry.npmjs.org/@fluentui/foundation-legacy/-/foundation-legacy-8.2.41.tgz",
"integrity": "sha512-HgLWOjNwC0FkV9kN283E8AzGmswFJbu7AKQ+cyefPnOUdH3iopD2oW7Lqz7QBzIPgMV/8FHE+nCa2ZEbhvFPGg==",
"version": "8.2.45",
"resolved": "https://registry.npmjs.org/@fluentui/foundation-legacy/-/foundation-legacy-8.2.45.tgz",
"integrity": "sha512-KVgWNEFIwEUEyoX2x1GBvczPPsi9/st+b2BhcwGR1W7+za7mKe+bYS5nkM2jA7BHV+E9V0rVPNw+jJil9jjT8Q==",
"requires": {
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
}
},
@ -1061,56 +1061,56 @@
}
},
"@fluentui/react": {
"version": "8.110.3",
"resolved": "https://registry.npmjs.org/@fluentui/react/-/react-8.110.3.tgz",
"integrity": "sha512-VXlsLP9ZhwbyRczt/MIjiBONXRc6YxLMDwxMy/YVeLawY/8PC+YRiiKmVwzTq5RVGrOdyWsNBxonbb3GQz0t0w==",
"version": "8.112.2",
"resolved": "https://registry.npmjs.org/@fluentui/react/-/react-8.112.2.tgz",
"integrity": "sha512-NdE2LIsWuhC1jTHAch8+eY3fplivwYfVeP3wKsNCm0aEf6JgbuyQB+ZN1CN7eqCNeSd9TPYaXn1gwfuBxef1mA==",
"requires": {
"@fluentui/date-time-utilities": "^8.5.12",
"@fluentui/font-icons-mdl2": "^8.5.21",
"@fluentui/foundation-legacy": "^8.2.41",
"@fluentui/date-time-utilities": "^8.5.13",
"@fluentui/font-icons-mdl2": "^8.5.25",
"@fluentui/foundation-legacy": "^8.2.45",
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/react-focus": "^8.8.28",
"@fluentui/react-hooks": "^8.6.27",
"@fluentui/react-portal-compat-context": "^9.0.6",
"@fluentui/react-focus": "^8.8.32",
"@fluentui/react-hooks": "^8.6.30",
"@fluentui/react-portal-compat-context": "^9.0.9",
"@fluentui/react-window-provider": "^2.2.15",
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/theme": "^2.6.32",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/theme": "^2.6.36",
"@fluentui/utilities": "^8.13.19",
"@microsoft/load-themed-styles": "^1.10.26",
"tslib": "^2.1.0"
}
},
"@fluentui/react-focus": {
"version": "8.8.28",
"resolved": "https://registry.npmjs.org/@fluentui/react-focus/-/react-focus-8.8.28.tgz",
"integrity": "sha512-gdBASqKW41tWnrNj3B3WQqYGXqnPOGZvQz9AILCY4g1oWv2QoQV1xRhVmzu6V/vJzUZDqOVyD/RseumGmIh8Yg==",
"version": "8.8.32",
"resolved": "https://registry.npmjs.org/@fluentui/react-focus/-/react-focus-8.8.32.tgz",
"integrity": "sha512-ALYMkDRG8qKCRuf5f3w5suWLFBT/65e4vC2EXKhYTcb/AGAH4wGMdWC+b4ek12D4u6L6tOegTMqC64fLp/RT3Q==",
"requires": {
"@fluentui/keyboard-key": "^0.4.11",
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
}
},
"@fluentui/react-hooks": {
"version": "8.6.27",
"resolved": "https://registry.npmjs.org/@fluentui/react-hooks/-/react-hooks-8.6.27.tgz",
"integrity": "sha512-4Thtr8LgM3/aGExWrIFtTfPX1sHirPTD9DxEkD2/GOPniN/dFBKYp0q1eyMkRu2/KXV6HUVyQL9hK+yfD9sIQQ==",
"version": "8.6.30",
"resolved": "https://registry.npmjs.org/@fluentui/react-hooks/-/react-hooks-8.6.30.tgz",
"integrity": "sha512-+EhJY2+C7wbWP+36zM4llc1KGY4/XWu36BnDumoKLJdcrnGilJHHQJ3pXhvJPf2f2mc7LoasCtQDmCQ5Tfzi3A==",
"requires": {
"@fluentui/react-window-provider": "^2.2.15",
"@fluentui/set-version": "^8.2.11",
"@fluentui/utilities": "^8.13.16",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
}
},
"@fluentui/react-portal-compat-context": {
"version": "9.0.6",
"resolved": "https://registry.npmjs.org/@fluentui/react-portal-compat-context/-/react-portal-compat-context-9.0.6.tgz",
"integrity": "sha512-HUt0/YXKRB4chtzlGbZ+7y7FHFyqaI0CeMFAe/QBXVOiOwA01QOr2j4Uky+30vupspIt6mjodLanuw1jMybmqQ==",
"version": "9.0.9",
"resolved": "https://registry.npmjs.org/@fluentui/react-portal-compat-context/-/react-portal-compat-context-9.0.9.tgz",
"integrity": "sha512-Qt4zBJjBf3QihWqDNfZ4D9ha0QdcUvw4zIErp6IkT4uFIkV2VSgEjIKXm0h2iDEZZQtzbGlFG+9hPPhH13HaPQ==",
"requires": {
"@swc/helpers": "^0.4.14"
"@swc/helpers": "^0.5.1"
}
},
"@fluentui/react-window-provider": {
@ -1131,33 +1131,33 @@
}
},
"@fluentui/style-utilities": {
"version": "8.9.14",
"resolved": "https://registry.npmjs.org/@fluentui/style-utilities/-/style-utilities-8.9.14.tgz",
"integrity": "sha512-On48B9biXgV6PgimFdSwRuYLzue9PjwqxT31UP3w5uvwANL+Hqile5AbkR5g9RartoJiDIk1bHAP7QQkqI1jEg==",
"version": "8.9.18",
"resolved": "https://registry.npmjs.org/@fluentui/style-utilities/-/style-utilities-8.9.18.tgz",
"integrity": "sha512-bWRcN8q2JDLZJOxJ3ov+2MLP+XqK3tHMGyLWjDAkUYUzgsM3ppA0HAroo/MLkn8vrFcoUYCuL/jtv7IXR6SZBw==",
"requires": {
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/theme": "^2.6.32",
"@fluentui/utilities": "^8.13.16",
"@fluentui/theme": "^2.6.36",
"@fluentui/utilities": "^8.13.19",
"@microsoft/load-themed-styles": "^1.10.26",
"tslib": "^2.1.0"
}
},
"@fluentui/theme": {
"version": "2.6.32",
"resolved": "https://registry.npmjs.org/@fluentui/theme/-/theme-2.6.32.tgz",
"integrity": "sha512-UkDsCdQQTQb7Ib+tux2Octz3opTvnRDknXoVnC6yluQVd6ugM8eWDUphOgB7Vnsf1Ou7EhPKdIN6OHXHXuoIyA==",
"version": "2.6.36",
"resolved": "https://registry.npmjs.org/@fluentui/theme/-/theme-2.6.36.tgz",
"integrity": "sha512-rSP+LNmOJ9woiZzicdgtKFHt8Tyq7Jqu4KpczW0zXOYR9orgwFecpiUwRpZs1zD6lb3pAUNw4oYrM1tc7FH5AA==",
"requires": {
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/utilities": "^8.13.16",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
}
},
"@fluentui/utilities": {
"version": "8.13.16",
"resolved": "https://registry.npmjs.org/@fluentui/utilities/-/utilities-8.13.16.tgz",
"integrity": "sha512-NAz7892Fjf4SNj7QCXuL/WGaZHc5GfCkT2trRFAhduSDXTib1dFANmS/yH2u9dH+27WAtu9pD9p9KbEhrWK4MQ==",
"version": "8.13.19",
"resolved": "https://registry.npmjs.org/@fluentui/utilities/-/utilities-8.13.19.tgz",
"integrity": "sha512-v0WNV6NNQKi9nLttvc6btzxX3XOVRA817fZ7zBqsV6JWQGRfyrBwhskh6TUIgANJjPejz5nk05U6rvSWNUM+FQ==",
"requires": {
"@fluentui/dom-utilities": "^2.2.11",
"@fluentui/merge-styles": "^8.5.12",
@ -1171,17 +1171,17 @@
"integrity": "sha512-W+IzEBw8a6LOOfRJM02dTT7BDZijxm+Z7lhtOAz1+y9vQm1Kdz9jlAO+qCEKsfxtUOmKilW8DIRqFw2aUgKeGg=="
},
"@swc/helpers": {
"version": "0.4.14",
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.4.14.tgz",
"integrity": "sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==",
"version": "0.5.3",
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.3.tgz",
"integrity": "sha512-FaruWX6KdudYloq1AHD/4nU+UsMTdNE8CKyrseXWEcgjDAbvkwJg2QGPAnfIJLIWsjZOSPLOAykK6fuYp4vp4A==",
"requires": {
"tslib": "^2.4.0"
}
},
"@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA=="
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz",
"integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA=="
},
"@types/geojson": {
"version": "7946.0.4",
@ -1189,14 +1189,14 @@
"integrity": "sha512-MHmwBtCb7OCv1DSivz2UNJXPGU/1btAWRKlqJ2saEhVJkpkvqHMMaOpKg0v4sAbDWSQekHGvPVMM8nQ+Jen03Q=="
},
"@types/prop-types": {
"version": "15.7.5",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
"integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w=="
"version": "15.7.8",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.8.tgz",
"integrity": "sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ=="
},
"@types/react": {
"version": "17.0.62",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.62.tgz",
"integrity": "sha512-eANCyz9DG8p/Vdhr0ZKST8JV12PhH2ACCDYlFw6DIO+D+ca+uP4jtEDEpVqXZrh/uZdXQGwk7whJa3ah5DtyLw==",
"version": "17.0.68",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.68.tgz",
"integrity": "sha512-y8heXejd/Gi43S28GOqIFmr6BzhLa3anMlPojRu4rHh3MtRrrpB+BtLEcqP3XPO1urXByzBdkOLU7sodYWnpkA==",
"requires": {
"@types/prop-types": "*",
"@types/scheduler": "*",
@ -1204,17 +1204,17 @@
}
},
"@types/react-dom": {
"version": "17.0.20",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.20.tgz",
"integrity": "sha512-4pzIjSxDueZZ90F52mU3aPoogkHIoSIDG+oQ+wQK7Cy2B9S+MvOqY0uEA/qawKz381qrEDkvpwyt8Bm31I8sbA==",
"version": "17.0.21",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.21.tgz",
"integrity": "sha512-3rQEFUNUUz2MYiRwJJj6UekcW7rFLOtmK7ajQP7qJpjNdggInl3I/xM4I3Hq1yYPdCGVMgax1gZsB7BBTtayXg==",
"requires": {
"@types/react": "^17"
}
},
"@types/scheduler": {
"version": "0.16.3",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz",
"integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ=="
"version": "0.16.4",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.4.tgz",
"integrity": "sha512-2L9ifAGl7wmXwP4v3pN4p2FLhD0O1qsJpvKmNin5VA8+UvNVb447UDaAEV6UdrkA+m/Xs58U1RFps44x6TFsVQ=="
},
"commander": {
"version": "7.2.0",
@ -1394,9 +1394,9 @@
}
},
"node-fetch": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
"integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
"requires": {
"whatwg-url": "^5.0.0"
}
@ -1470,9 +1470,9 @@
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
},
"tslib": {
"version": "2.5.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
},
"vega": {
"version": "5.25.0",
@ -1765,9 +1765,9 @@
}
},
"vega-typings": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.1.tgz",
"integrity": "sha512-WNw6tDxwMsynQ9osJb3RZi3g8GZruxVgXfe8N7nbqvNOgDQkUuVjqTZiwGg5kqjmLqx09lRRlskgp/ov7lEGeg==",
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.2.tgz",
"integrity": "sha512-fW02GElYoqweCCaPqH6iH44UZnzXiX9kbm1qyecjU3k5s0vtufLI7Yuz/a/uL37mEAqTMQplBBAlk0T9e2e1Dw==",
"requires": {
"@types/geojson": "7946.0.4",
"vega-event-selector": "^3.0.1",

12
extensions/vscode-sanddance/package-lock.json сгенерированный
Просмотреть файл

@ -33,9 +33,9 @@
"dev": true
},
"node_modules/@types/vscode": {
"version": "1.79.1",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.79.1.tgz",
"integrity": "sha512-Ikwc4YbHABzqthrWfeAvItaAIfX9mdjMWxqNgTpGjhgOu0TMRq9LzyZ2yBK0JhYqoSjEubEPawf6zJgnl6Egtw==",
"version": "1.83.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.83.0.tgz",
"integrity": "sha512-3mUtHqLAVz9hegut9au4xehuBrzRE3UJiQMpoEHkNl6XHliihO7eATx2BMHs0odsmmrwjJrlixx/Pte6M3ygDQ==",
"dev": true
},
"node_modules/agent-base": {
@ -460,9 +460,9 @@
"dev": true
},
"@types/vscode": {
"version": "1.79.1",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.79.1.tgz",
"integrity": "sha512-Ikwc4YbHABzqthrWfeAvItaAIfX9mdjMWxqNgTpGjhgOu0TMRq9LzyZ2yBK0JhYqoSjEubEPawf6zJgnl6Egtw==",
"version": "1.83.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.83.0.tgz",
"integrity": "sha512-3mUtHqLAVz9hegut9au4xehuBrzRE3UJiQMpoEHkNl6XHliihO7eATx2BMHs0odsmmrwjJrlixx/Pte6M3ygDQ==",
"dev": true
},
"agent-base": {

Просмотреть файл

@ -2,7 +2,8 @@
"lerna": "2.8.0",
"packages": [
"extensions/*",
"packages/*"
"packages/*",
"streamlit/sanddance/frontend"
],
"version": "independent"
}

36
packages/chart-recommender/package-lock.json сгенерированный
Просмотреть файл

@ -13,9 +13,9 @@
}
},
"node_modules/@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz",
"integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA==",
"dev": true
},
"node_modules/@types/geojson": {
@ -287,9 +287,9 @@
}
},
"node_modules/node-fetch": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
"integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
"dev": true,
"dependencies": {
"whatwg-url": "^5.0.0"
@ -667,9 +667,9 @@
}
},
"node_modules/vega-typings": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.1.tgz",
"integrity": "sha512-WNw6tDxwMsynQ9osJb3RZi3g8GZruxVgXfe8N7nbqvNOgDQkUuVjqTZiwGg5kqjmLqx09lRRlskgp/ov7lEGeg==",
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.2.tgz",
"integrity": "sha512-fW02GElYoqweCCaPqH6iH44UZnzXiX9kbm1qyecjU3k5s0vtufLI7Yuz/a/uL37mEAqTMQplBBAlk0T9e2e1Dw==",
"dev": true,
"dependencies": {
"@types/geojson": "7946.0.4",
@ -754,9 +754,9 @@
},
"dependencies": {
"@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz",
"integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA==",
"dev": true
},
"@types/geojson": {
@ -947,9 +947,9 @@
"dev": true
},
"node-fetch": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
"integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
"dev": true,
"requires": {
"whatwg-url": "^5.0.0"
@ -1312,9 +1312,9 @@
}
},
"vega-typings": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.1.tgz",
"integrity": "sha512-WNw6tDxwMsynQ9osJb3RZi3g8GZruxVgXfe8N7nbqvNOgDQkUuVjqTZiwGg5kqjmLqx09lRRlskgp/ov7lEGeg==",
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.2.tgz",
"integrity": "sha512-fW02GElYoqweCCaPqH6iH44UZnzXiX9kbm1qyecjU3k5s0vtufLI7Yuz/a/uL37mEAqTMQplBBAlk0T9e2e1Dw==",
"dev": true,
"requires": {
"@types/geojson": "7946.0.4",

24
packages/chart-types/package-lock.json сгенерированный
Просмотреть файл

@ -13,9 +13,9 @@
}
},
"node_modules/@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA=="
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz",
"integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA=="
},
"node_modules/@types/geojson": {
"version": "7946.0.4",
@ -37,9 +37,9 @@
}
},
"node_modules/vega-typings": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.1.tgz",
"integrity": "sha512-WNw6tDxwMsynQ9osJb3RZi3g8GZruxVgXfe8N7nbqvNOgDQkUuVjqTZiwGg5kqjmLqx09lRRlskgp/ov7lEGeg==",
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.2.tgz",
"integrity": "sha512-fW02GElYoqweCCaPqH6iH44UZnzXiX9kbm1qyecjU3k5s0vtufLI7Yuz/a/uL37mEAqTMQplBBAlk0T9e2e1Dw==",
"dependencies": {
"@types/geojson": "7946.0.4",
"vega-event-selector": "^3.0.1",
@ -55,9 +55,9 @@
},
"dependencies": {
"@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA=="
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz",
"integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA=="
},
"@types/geojson": {
"version": "7946.0.4",
@ -79,9 +79,9 @@
}
},
"vega-typings": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.1.tgz",
"integrity": "sha512-WNw6tDxwMsynQ9osJb3RZi3g8GZruxVgXfe8N7nbqvNOgDQkUuVjqTZiwGg5kqjmLqx09lRRlskgp/ov7lEGeg==",
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.2.tgz",
"integrity": "sha512-fW02GElYoqweCCaPqH6iH44UZnzXiX9kbm1qyecjU3k5s0vtufLI7Yuz/a/uL37mEAqTMQplBBAlk0T9e2e1Dw==",
"requires": {
"@types/geojson": "7946.0.4",
"vega-event-selector": "^3.0.1",

24
packages/data-inference/package-lock.json сгенерированный
Просмотреть файл

@ -14,9 +14,9 @@
}
},
"node_modules/@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA=="
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz",
"integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA=="
},
"node_modules/@types/geojson": {
"version": "7946.0.4",
@ -46,9 +46,9 @@
}
},
"node_modules/vega-typings": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.1.tgz",
"integrity": "sha512-WNw6tDxwMsynQ9osJb3RZi3g8GZruxVgXfe8N7nbqvNOgDQkUuVjqTZiwGg5kqjmLqx09lRRlskgp/ov7lEGeg==",
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.2.tgz",
"integrity": "sha512-fW02GElYoqweCCaPqH6iH44UZnzXiX9kbm1qyecjU3k5s0vtufLI7Yuz/a/uL37mEAqTMQplBBAlk0T9e2e1Dw==",
"dependencies": {
"@types/geojson": "7946.0.4",
"vega-event-selector": "^3.0.1",
@ -64,9 +64,9 @@
},
"dependencies": {
"@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA=="
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz",
"integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA=="
},
"@types/geojson": {
"version": "7946.0.4",
@ -93,9 +93,9 @@
}
},
"vega-typings": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.1.tgz",
"integrity": "sha512-WNw6tDxwMsynQ9osJb3RZi3g8GZruxVgXfe8N7nbqvNOgDQkUuVjqTZiwGg5kqjmLqx09lRRlskgp/ov7lEGeg==",
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.2.tgz",
"integrity": "sha512-fW02GElYoqweCCaPqH6iH44UZnzXiX9kbm1qyecjU3k5s0vtufLI7Yuz/a/uL37mEAqTMQplBBAlk0T9e2e1Dw==",
"requires": {
"@types/geojson": "7946.0.4",
"vega-event-selector": "^3.0.1",

276
packages/fluentui-react-cdn-typings/package-lock.json сгенерированный
Просмотреть файл

@ -16,9 +16,9 @@
}
},
"node_modules/@fluentui/date-time-utilities": {
"version": "8.5.12",
"resolved": "https://registry.npmjs.org/@fluentui/date-time-utilities/-/date-time-utilities-8.5.12.tgz",
"integrity": "sha512-N4Dt7MDJiEASF73hz1kWkNfGLdGa+joi+f1b5Pi57PI4SBpZ89OGumT+Z/iyuYwcTdz5aVeq03wTJkLdJQo2Gg==",
"version": "8.5.13",
"resolved": "https://registry.npmjs.org/@fluentui/date-time-utilities/-/date-time-utilities-8.5.13.tgz",
"integrity": "sha512-X3clbPKh0URkDj21QoARw6SNec7dWg7Gt7SkTlkVYFzmZUdC4ZIrYk3n36xKe3U1wcGp26EVmKjhAhB262ugpw==",
"dependencies": {
"@fluentui/set-version": "^8.2.11",
"tslib": "^2.1.0"
@ -34,25 +34,25 @@
}
},
"node_modules/@fluentui/font-icons-mdl2": {
"version": "8.5.21",
"resolved": "https://registry.npmjs.org/@fluentui/font-icons-mdl2/-/font-icons-mdl2-8.5.21.tgz",
"integrity": "sha512-B4w1jx/gNxDI/AbVwZtmcvb/5lG8HngWVwsDDtP2ZM4HEFZduY1XrQMak5mP1O9lTEpQKD+kv+uK70ocsfpUig==",
"version": "8.5.25",
"resolved": "https://registry.npmjs.org/@fluentui/font-icons-mdl2/-/font-icons-mdl2-8.5.25.tgz",
"integrity": "sha512-L14GBWeRmeVSO1hjollOye+Xl4ULR9yvltTJNkwoNFfrks0nf+HTAOje5QU5+bPCzjR0mCmp/VCArsTtDwL0Zw==",
"dependencies": {
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
}
},
"node_modules/@fluentui/foundation-legacy": {
"version": "8.2.41",
"resolved": "https://registry.npmjs.org/@fluentui/foundation-legacy/-/foundation-legacy-8.2.41.tgz",
"integrity": "sha512-HgLWOjNwC0FkV9kN283E8AzGmswFJbu7AKQ+cyefPnOUdH3iopD2oW7Lqz7QBzIPgMV/8FHE+nCa2ZEbhvFPGg==",
"version": "8.2.45",
"resolved": "https://registry.npmjs.org/@fluentui/foundation-legacy/-/foundation-legacy-8.2.45.tgz",
"integrity": "sha512-KVgWNEFIwEUEyoX2x1GBvczPPsi9/st+b2BhcwGR1W7+za7mKe+bYS5nkM2jA7BHV+E9V0rVPNw+jJil9jjT8Q==",
"dependencies": {
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
},
"peerDependencies": {
@ -78,22 +78,22 @@
}
},
"node_modules/@fluentui/react": {
"version": "8.110.3",
"resolved": "https://registry.npmjs.org/@fluentui/react/-/react-8.110.3.tgz",
"integrity": "sha512-VXlsLP9ZhwbyRczt/MIjiBONXRc6YxLMDwxMy/YVeLawY/8PC+YRiiKmVwzTq5RVGrOdyWsNBxonbb3GQz0t0w==",
"version": "8.112.2",
"resolved": "https://registry.npmjs.org/@fluentui/react/-/react-8.112.2.tgz",
"integrity": "sha512-NdE2LIsWuhC1jTHAch8+eY3fplivwYfVeP3wKsNCm0aEf6JgbuyQB+ZN1CN7eqCNeSd9TPYaXn1gwfuBxef1mA==",
"dependencies": {
"@fluentui/date-time-utilities": "^8.5.12",
"@fluentui/font-icons-mdl2": "^8.5.21",
"@fluentui/foundation-legacy": "^8.2.41",
"@fluentui/date-time-utilities": "^8.5.13",
"@fluentui/font-icons-mdl2": "^8.5.25",
"@fluentui/foundation-legacy": "^8.2.45",
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/react-focus": "^8.8.28",
"@fluentui/react-hooks": "^8.6.27",
"@fluentui/react-portal-compat-context": "^9.0.6",
"@fluentui/react-focus": "^8.8.32",
"@fluentui/react-hooks": "^8.6.30",
"@fluentui/react-portal-compat-context": "^9.0.9",
"@fluentui/react-window-provider": "^2.2.15",
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/theme": "^2.6.32",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/theme": "^2.6.36",
"@fluentui/utilities": "^8.13.19",
"@microsoft/load-themed-styles": "^1.10.26",
"tslib": "^2.1.0"
},
@ -105,15 +105,15 @@
}
},
"node_modules/@fluentui/react-focus": {
"version": "8.8.28",
"resolved": "https://registry.npmjs.org/@fluentui/react-focus/-/react-focus-8.8.28.tgz",
"integrity": "sha512-gdBASqKW41tWnrNj3B3WQqYGXqnPOGZvQz9AILCY4g1oWv2QoQV1xRhVmzu6V/vJzUZDqOVyD/RseumGmIh8Yg==",
"version": "8.8.32",
"resolved": "https://registry.npmjs.org/@fluentui/react-focus/-/react-focus-8.8.32.tgz",
"integrity": "sha512-ALYMkDRG8qKCRuf5f3w5suWLFBT/65e4vC2EXKhYTcb/AGAH4wGMdWC+b4ek12D4u6L6tOegTMqC64fLp/RT3Q==",
"dependencies": {
"@fluentui/keyboard-key": "^0.4.11",
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
},
"peerDependencies": {
@ -122,13 +122,13 @@
}
},
"node_modules/@fluentui/react-hooks": {
"version": "8.6.27",
"resolved": "https://registry.npmjs.org/@fluentui/react-hooks/-/react-hooks-8.6.27.tgz",
"integrity": "sha512-4Thtr8LgM3/aGExWrIFtTfPX1sHirPTD9DxEkD2/GOPniN/dFBKYp0q1eyMkRu2/KXV6HUVyQL9hK+yfD9sIQQ==",
"version": "8.6.30",
"resolved": "https://registry.npmjs.org/@fluentui/react-hooks/-/react-hooks-8.6.30.tgz",
"integrity": "sha512-+EhJY2+C7wbWP+36zM4llc1KGY4/XWu36BnDumoKLJdcrnGilJHHQJ3pXhvJPf2f2mc7LoasCtQDmCQ5Tfzi3A==",
"dependencies": {
"@fluentui/react-window-provider": "^2.2.15",
"@fluentui/set-version": "^8.2.11",
"@fluentui/utilities": "^8.13.16",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
},
"peerDependencies": {
@ -137,15 +137,15 @@
}
},
"node_modules/@fluentui/react-portal-compat-context": {
"version": "9.0.6",
"resolved": "https://registry.npmjs.org/@fluentui/react-portal-compat-context/-/react-portal-compat-context-9.0.6.tgz",
"integrity": "sha512-HUt0/YXKRB4chtzlGbZ+7y7FHFyqaI0CeMFAe/QBXVOiOwA01QOr2j4Uky+30vupspIt6mjodLanuw1jMybmqQ==",
"version": "9.0.9",
"resolved": "https://registry.npmjs.org/@fluentui/react-portal-compat-context/-/react-portal-compat-context-9.0.9.tgz",
"integrity": "sha512-Qt4zBJjBf3QihWqDNfZ4D9ha0QdcUvw4zIErp6IkT4uFIkV2VSgEjIKXm0h2iDEZZQtzbGlFG+9hPPhH13HaPQ==",
"dependencies": {
"@swc/helpers": "^0.4.14"
"@swc/helpers": "^0.5.1"
},
"peerDependencies": {
"@types/react": ">=16.8.0 <19.0.0",
"react": ">=16.8.0 <19.0.0"
"@types/react": ">=16.14.0 <19.0.0",
"react": ">=16.14.0 <19.0.0"
}
},
"node_modules/@fluentui/react-window-provider": {
@ -170,26 +170,26 @@
}
},
"node_modules/@fluentui/style-utilities": {
"version": "8.9.14",
"resolved": "https://registry.npmjs.org/@fluentui/style-utilities/-/style-utilities-8.9.14.tgz",
"integrity": "sha512-On48B9biXgV6PgimFdSwRuYLzue9PjwqxT31UP3w5uvwANL+Hqile5AbkR5g9RartoJiDIk1bHAP7QQkqI1jEg==",
"version": "8.9.18",
"resolved": "https://registry.npmjs.org/@fluentui/style-utilities/-/style-utilities-8.9.18.tgz",
"integrity": "sha512-bWRcN8q2JDLZJOxJ3ov+2MLP+XqK3tHMGyLWjDAkUYUzgsM3ppA0HAroo/MLkn8vrFcoUYCuL/jtv7IXR6SZBw==",
"dependencies": {
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/theme": "^2.6.32",
"@fluentui/utilities": "^8.13.16",
"@fluentui/theme": "^2.6.36",
"@fluentui/utilities": "^8.13.19",
"@microsoft/load-themed-styles": "^1.10.26",
"tslib": "^2.1.0"
}
},
"node_modules/@fluentui/theme": {
"version": "2.6.32",
"resolved": "https://registry.npmjs.org/@fluentui/theme/-/theme-2.6.32.tgz",
"integrity": "sha512-UkDsCdQQTQb7Ib+tux2Octz3opTvnRDknXoVnC6yluQVd6ugM8eWDUphOgB7Vnsf1Ou7EhPKdIN6OHXHXuoIyA==",
"version": "2.6.36",
"resolved": "https://registry.npmjs.org/@fluentui/theme/-/theme-2.6.36.tgz",
"integrity": "sha512-rSP+LNmOJ9woiZzicdgtKFHt8Tyq7Jqu4KpczW0zXOYR9orgwFecpiUwRpZs1zD6lb3pAUNw4oYrM1tc7FH5AA==",
"dependencies": {
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/utilities": "^8.13.16",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
},
"peerDependencies": {
@ -198,9 +198,9 @@
}
},
"node_modules/@fluentui/utilities": {
"version": "8.13.16",
"resolved": "https://registry.npmjs.org/@fluentui/utilities/-/utilities-8.13.16.tgz",
"integrity": "sha512-NAz7892Fjf4SNj7QCXuL/WGaZHc5GfCkT2trRFAhduSDXTib1dFANmS/yH2u9dH+27WAtu9pD9p9KbEhrWK4MQ==",
"version": "8.13.19",
"resolved": "https://registry.npmjs.org/@fluentui/utilities/-/utilities-8.13.19.tgz",
"integrity": "sha512-v0WNV6NNQKi9nLttvc6btzxX3XOVRA817fZ7zBqsV6JWQGRfyrBwhskh6TUIgANJjPejz5nk05U6rvSWNUM+FQ==",
"dependencies": {
"@fluentui/dom-utilities": "^2.2.11",
"@fluentui/merge-styles": "^8.5.12",
@ -218,23 +218,23 @@
"integrity": "sha512-W+IzEBw8a6LOOfRJM02dTT7BDZijxm+Z7lhtOAz1+y9vQm1Kdz9jlAO+qCEKsfxtUOmKilW8DIRqFw2aUgKeGg=="
},
"node_modules/@swc/helpers": {
"version": "0.4.14",
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.4.14.tgz",
"integrity": "sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==",
"version": "0.5.3",
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.3.tgz",
"integrity": "sha512-FaruWX6KdudYloq1AHD/4nU+UsMTdNE8CKyrseXWEcgjDAbvkwJg2QGPAnfIJLIWsjZOSPLOAykK6fuYp4vp4A==",
"dependencies": {
"tslib": "^2.4.0"
}
},
"node_modules/@types/prop-types": {
"version": "15.7.5",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
"integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==",
"version": "15.7.8",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.8.tgz",
"integrity": "sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ==",
"peer": true
},
"node_modules/@types/react": {
"version": "17.0.62",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.62.tgz",
"integrity": "sha512-eANCyz9DG8p/Vdhr0ZKST8JV12PhH2ACCDYlFw6DIO+D+ca+uP4jtEDEpVqXZrh/uZdXQGwk7whJa3ah5DtyLw==",
"version": "17.0.68",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.68.tgz",
"integrity": "sha512-y8heXejd/Gi43S28GOqIFmr6BzhLa3anMlPojRu4rHh3MtRrrpB+BtLEcqP3XPO1urXByzBdkOLU7sodYWnpkA==",
"peer": true,
"dependencies": {
"@types/prop-types": "*",
@ -243,18 +243,18 @@
}
},
"node_modules/@types/react-dom": {
"version": "18.2.5",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.5.tgz",
"integrity": "sha512-sRQsOS/sCLnpQhR4DSKGTtWFE3FZjpQa86KPVbhUqdYMRZ9FEFcfAytKhR/vUG2rH1oFbOOej6cuD7MFSobDRQ==",
"version": "18.2.13",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.13.tgz",
"integrity": "sha512-eJIUv7rPP+EC45uNYp/ThhSpE16k22VJUknt5OLoH9tbXoi8bMhwLf5xRuWMywamNbWzhrSmU7IBJfPup1+3fw==",
"peer": true,
"dependencies": {
"@types/react": "*"
}
},
"node_modules/@types/scheduler": {
"version": "0.16.3",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz",
"integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==",
"version": "0.16.4",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.4.tgz",
"integrity": "sha512-2L9ifAGl7wmXwP4v3pN4p2FLhD0O1qsJpvKmNin5VA8+UvNVb447UDaAEV6UdrkA+m/Xs58U1RFps44x6TFsVQ==",
"peer": true
},
"node_modules/csstype": {
@ -316,16 +316,16 @@
}
},
"node_modules/tslib": {
"version": "2.5.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
}
},
"dependencies": {
"@fluentui/date-time-utilities": {
"version": "8.5.12",
"resolved": "https://registry.npmjs.org/@fluentui/date-time-utilities/-/date-time-utilities-8.5.12.tgz",
"integrity": "sha512-N4Dt7MDJiEASF73hz1kWkNfGLdGa+joi+f1b5Pi57PI4SBpZ89OGumT+Z/iyuYwcTdz5aVeq03wTJkLdJQo2Gg==",
"version": "8.5.13",
"resolved": "https://registry.npmjs.org/@fluentui/date-time-utilities/-/date-time-utilities-8.5.13.tgz",
"integrity": "sha512-X3clbPKh0URkDj21QoARw6SNec7dWg7Gt7SkTlkVYFzmZUdC4ZIrYk3n36xKe3U1wcGp26EVmKjhAhB262ugpw==",
"requires": {
"@fluentui/set-version": "^8.2.11",
"tslib": "^2.1.0"
@ -341,25 +341,25 @@
}
},
"@fluentui/font-icons-mdl2": {
"version": "8.5.21",
"resolved": "https://registry.npmjs.org/@fluentui/font-icons-mdl2/-/font-icons-mdl2-8.5.21.tgz",
"integrity": "sha512-B4w1jx/gNxDI/AbVwZtmcvb/5lG8HngWVwsDDtP2ZM4HEFZduY1XrQMak5mP1O9lTEpQKD+kv+uK70ocsfpUig==",
"version": "8.5.25",
"resolved": "https://registry.npmjs.org/@fluentui/font-icons-mdl2/-/font-icons-mdl2-8.5.25.tgz",
"integrity": "sha512-L14GBWeRmeVSO1hjollOye+Xl4ULR9yvltTJNkwoNFfrks0nf+HTAOje5QU5+bPCzjR0mCmp/VCArsTtDwL0Zw==",
"requires": {
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
}
},
"@fluentui/foundation-legacy": {
"version": "8.2.41",
"resolved": "https://registry.npmjs.org/@fluentui/foundation-legacy/-/foundation-legacy-8.2.41.tgz",
"integrity": "sha512-HgLWOjNwC0FkV9kN283E8AzGmswFJbu7AKQ+cyefPnOUdH3iopD2oW7Lqz7QBzIPgMV/8FHE+nCa2ZEbhvFPGg==",
"version": "8.2.45",
"resolved": "https://registry.npmjs.org/@fluentui/foundation-legacy/-/foundation-legacy-8.2.45.tgz",
"integrity": "sha512-KVgWNEFIwEUEyoX2x1GBvczPPsi9/st+b2BhcwGR1W7+za7mKe+bYS5nkM2jA7BHV+E9V0rVPNw+jJil9jjT8Q==",
"requires": {
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
}
},
@ -381,56 +381,56 @@
}
},
"@fluentui/react": {
"version": "8.110.3",
"resolved": "https://registry.npmjs.org/@fluentui/react/-/react-8.110.3.tgz",
"integrity": "sha512-VXlsLP9ZhwbyRczt/MIjiBONXRc6YxLMDwxMy/YVeLawY/8PC+YRiiKmVwzTq5RVGrOdyWsNBxonbb3GQz0t0w==",
"version": "8.112.2",
"resolved": "https://registry.npmjs.org/@fluentui/react/-/react-8.112.2.tgz",
"integrity": "sha512-NdE2LIsWuhC1jTHAch8+eY3fplivwYfVeP3wKsNCm0aEf6JgbuyQB+ZN1CN7eqCNeSd9TPYaXn1gwfuBxef1mA==",
"requires": {
"@fluentui/date-time-utilities": "^8.5.12",
"@fluentui/font-icons-mdl2": "^8.5.21",
"@fluentui/foundation-legacy": "^8.2.41",
"@fluentui/date-time-utilities": "^8.5.13",
"@fluentui/font-icons-mdl2": "^8.5.25",
"@fluentui/foundation-legacy": "^8.2.45",
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/react-focus": "^8.8.28",
"@fluentui/react-hooks": "^8.6.27",
"@fluentui/react-portal-compat-context": "^9.0.6",
"@fluentui/react-focus": "^8.8.32",
"@fluentui/react-hooks": "^8.6.30",
"@fluentui/react-portal-compat-context": "^9.0.9",
"@fluentui/react-window-provider": "^2.2.15",
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/theme": "^2.6.32",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/theme": "^2.6.36",
"@fluentui/utilities": "^8.13.19",
"@microsoft/load-themed-styles": "^1.10.26",
"tslib": "^2.1.0"
}
},
"@fluentui/react-focus": {
"version": "8.8.28",
"resolved": "https://registry.npmjs.org/@fluentui/react-focus/-/react-focus-8.8.28.tgz",
"integrity": "sha512-gdBASqKW41tWnrNj3B3WQqYGXqnPOGZvQz9AILCY4g1oWv2QoQV1xRhVmzu6V/vJzUZDqOVyD/RseumGmIh8Yg==",
"version": "8.8.32",
"resolved": "https://registry.npmjs.org/@fluentui/react-focus/-/react-focus-8.8.32.tgz",
"integrity": "sha512-ALYMkDRG8qKCRuf5f3w5suWLFBT/65e4vC2EXKhYTcb/AGAH4wGMdWC+b4ek12D4u6L6tOegTMqC64fLp/RT3Q==",
"requires": {
"@fluentui/keyboard-key": "^0.4.11",
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
}
},
"@fluentui/react-hooks": {
"version": "8.6.27",
"resolved": "https://registry.npmjs.org/@fluentui/react-hooks/-/react-hooks-8.6.27.tgz",
"integrity": "sha512-4Thtr8LgM3/aGExWrIFtTfPX1sHirPTD9DxEkD2/GOPniN/dFBKYp0q1eyMkRu2/KXV6HUVyQL9hK+yfD9sIQQ==",
"version": "8.6.30",
"resolved": "https://registry.npmjs.org/@fluentui/react-hooks/-/react-hooks-8.6.30.tgz",
"integrity": "sha512-+EhJY2+C7wbWP+36zM4llc1KGY4/XWu36BnDumoKLJdcrnGilJHHQJ3pXhvJPf2f2mc7LoasCtQDmCQ5Tfzi3A==",
"requires": {
"@fluentui/react-window-provider": "^2.2.15",
"@fluentui/set-version": "^8.2.11",
"@fluentui/utilities": "^8.13.16",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
}
},
"@fluentui/react-portal-compat-context": {
"version": "9.0.6",
"resolved": "https://registry.npmjs.org/@fluentui/react-portal-compat-context/-/react-portal-compat-context-9.0.6.tgz",
"integrity": "sha512-HUt0/YXKRB4chtzlGbZ+7y7FHFyqaI0CeMFAe/QBXVOiOwA01QOr2j4Uky+30vupspIt6mjodLanuw1jMybmqQ==",
"version": "9.0.9",
"resolved": "https://registry.npmjs.org/@fluentui/react-portal-compat-context/-/react-portal-compat-context-9.0.9.tgz",
"integrity": "sha512-Qt4zBJjBf3QihWqDNfZ4D9ha0QdcUvw4zIErp6IkT4uFIkV2VSgEjIKXm0h2iDEZZQtzbGlFG+9hPPhH13HaPQ==",
"requires": {
"@swc/helpers": "^0.4.14"
"@swc/helpers": "^0.5.1"
}
},
"@fluentui/react-window-provider": {
@ -451,33 +451,33 @@
}
},
"@fluentui/style-utilities": {
"version": "8.9.14",
"resolved": "https://registry.npmjs.org/@fluentui/style-utilities/-/style-utilities-8.9.14.tgz",
"integrity": "sha512-On48B9biXgV6PgimFdSwRuYLzue9PjwqxT31UP3w5uvwANL+Hqile5AbkR5g9RartoJiDIk1bHAP7QQkqI1jEg==",
"version": "8.9.18",
"resolved": "https://registry.npmjs.org/@fluentui/style-utilities/-/style-utilities-8.9.18.tgz",
"integrity": "sha512-bWRcN8q2JDLZJOxJ3ov+2MLP+XqK3tHMGyLWjDAkUYUzgsM3ppA0HAroo/MLkn8vrFcoUYCuL/jtv7IXR6SZBw==",
"requires": {
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/theme": "^2.6.32",
"@fluentui/utilities": "^8.13.16",
"@fluentui/theme": "^2.6.36",
"@fluentui/utilities": "^8.13.19",
"@microsoft/load-themed-styles": "^1.10.26",
"tslib": "^2.1.0"
}
},
"@fluentui/theme": {
"version": "2.6.32",
"resolved": "https://registry.npmjs.org/@fluentui/theme/-/theme-2.6.32.tgz",
"integrity": "sha512-UkDsCdQQTQb7Ib+tux2Octz3opTvnRDknXoVnC6yluQVd6ugM8eWDUphOgB7Vnsf1Ou7EhPKdIN6OHXHXuoIyA==",
"version": "2.6.36",
"resolved": "https://registry.npmjs.org/@fluentui/theme/-/theme-2.6.36.tgz",
"integrity": "sha512-rSP+LNmOJ9woiZzicdgtKFHt8Tyq7Jqu4KpczW0zXOYR9orgwFecpiUwRpZs1zD6lb3pAUNw4oYrM1tc7FH5AA==",
"requires": {
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/utilities": "^8.13.16",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
}
},
"@fluentui/utilities": {
"version": "8.13.16",
"resolved": "https://registry.npmjs.org/@fluentui/utilities/-/utilities-8.13.16.tgz",
"integrity": "sha512-NAz7892Fjf4SNj7QCXuL/WGaZHc5GfCkT2trRFAhduSDXTib1dFANmS/yH2u9dH+27WAtu9pD9p9KbEhrWK4MQ==",
"version": "8.13.19",
"resolved": "https://registry.npmjs.org/@fluentui/utilities/-/utilities-8.13.19.tgz",
"integrity": "sha512-v0WNV6NNQKi9nLttvc6btzxX3XOVRA817fZ7zBqsV6JWQGRfyrBwhskh6TUIgANJjPejz5nk05U6rvSWNUM+FQ==",
"requires": {
"@fluentui/dom-utilities": "^2.2.11",
"@fluentui/merge-styles": "^8.5.12",
@ -491,23 +491,23 @@
"integrity": "sha512-W+IzEBw8a6LOOfRJM02dTT7BDZijxm+Z7lhtOAz1+y9vQm1Kdz9jlAO+qCEKsfxtUOmKilW8DIRqFw2aUgKeGg=="
},
"@swc/helpers": {
"version": "0.4.14",
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.4.14.tgz",
"integrity": "sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==",
"version": "0.5.3",
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.3.tgz",
"integrity": "sha512-FaruWX6KdudYloq1AHD/4nU+UsMTdNE8CKyrseXWEcgjDAbvkwJg2QGPAnfIJLIWsjZOSPLOAykK6fuYp4vp4A==",
"requires": {
"tslib": "^2.4.0"
}
},
"@types/prop-types": {
"version": "15.7.5",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
"integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==",
"version": "15.7.8",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.8.tgz",
"integrity": "sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ==",
"peer": true
},
"@types/react": {
"version": "17.0.62",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.62.tgz",
"integrity": "sha512-eANCyz9DG8p/Vdhr0ZKST8JV12PhH2ACCDYlFw6DIO+D+ca+uP4jtEDEpVqXZrh/uZdXQGwk7whJa3ah5DtyLw==",
"version": "17.0.68",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.68.tgz",
"integrity": "sha512-y8heXejd/Gi43S28GOqIFmr6BzhLa3anMlPojRu4rHh3MtRrrpB+BtLEcqP3XPO1urXByzBdkOLU7sodYWnpkA==",
"peer": true,
"requires": {
"@types/prop-types": "*",
@ -516,18 +516,18 @@
}
},
"@types/react-dom": {
"version": "18.2.5",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.5.tgz",
"integrity": "sha512-sRQsOS/sCLnpQhR4DSKGTtWFE3FZjpQa86KPVbhUqdYMRZ9FEFcfAytKhR/vUG2rH1oFbOOej6cuD7MFSobDRQ==",
"version": "18.2.13",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.13.tgz",
"integrity": "sha512-eJIUv7rPP+EC45uNYp/ThhSpE16k22VJUknt5OLoH9tbXoi8bMhwLf5xRuWMywamNbWzhrSmU7IBJfPup1+3fw==",
"peer": true,
"requires": {
"@types/react": "*"
}
},
"@types/scheduler": {
"version": "0.16.3",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz",
"integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==",
"version": "0.16.4",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.4.tgz",
"integrity": "sha512-2L9ifAGl7wmXwP4v3pN4p2FLhD0O1qsJpvKmNin5VA8+UvNVb447UDaAEV6UdrkA+m/Xs58U1RFps44x6TFsVQ==",
"peer": true
},
"csstype": {
@ -580,9 +580,9 @@
}
},
"tslib": {
"version": "2.5.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
}
}
}

1471
packages/powerbi/package-lock.json сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

312
packages/sanddance-app/package-lock.json сгенерированный
Просмотреть файл

@ -18,9 +18,9 @@
}
},
"node_modules/@fluentui/date-time-utilities": {
"version": "8.5.12",
"resolved": "https://registry.npmjs.org/@fluentui/date-time-utilities/-/date-time-utilities-8.5.12.tgz",
"integrity": "sha512-N4Dt7MDJiEASF73hz1kWkNfGLdGa+joi+f1b5Pi57PI4SBpZ89OGumT+Z/iyuYwcTdz5aVeq03wTJkLdJQo2Gg==",
"version": "8.5.13",
"resolved": "https://registry.npmjs.org/@fluentui/date-time-utilities/-/date-time-utilities-8.5.13.tgz",
"integrity": "sha512-X3clbPKh0URkDj21QoARw6SNec7dWg7Gt7SkTlkVYFzmZUdC4ZIrYk3n36xKe3U1wcGp26EVmKjhAhB262ugpw==",
"dependencies": {
"@fluentui/set-version": "^8.2.11",
"tslib": "^2.1.0"
@ -36,25 +36,25 @@
}
},
"node_modules/@fluentui/font-icons-mdl2": {
"version": "8.5.21",
"resolved": "https://registry.npmjs.org/@fluentui/font-icons-mdl2/-/font-icons-mdl2-8.5.21.tgz",
"integrity": "sha512-B4w1jx/gNxDI/AbVwZtmcvb/5lG8HngWVwsDDtP2ZM4HEFZduY1XrQMak5mP1O9lTEpQKD+kv+uK70ocsfpUig==",
"version": "8.5.25",
"resolved": "https://registry.npmjs.org/@fluentui/font-icons-mdl2/-/font-icons-mdl2-8.5.25.tgz",
"integrity": "sha512-L14GBWeRmeVSO1hjollOye+Xl4ULR9yvltTJNkwoNFfrks0nf+HTAOje5QU5+bPCzjR0mCmp/VCArsTtDwL0Zw==",
"dependencies": {
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
}
},
"node_modules/@fluentui/foundation-legacy": {
"version": "8.2.41",
"resolved": "https://registry.npmjs.org/@fluentui/foundation-legacy/-/foundation-legacy-8.2.41.tgz",
"integrity": "sha512-HgLWOjNwC0FkV9kN283E8AzGmswFJbu7AKQ+cyefPnOUdH3iopD2oW7Lqz7QBzIPgMV/8FHE+nCa2ZEbhvFPGg==",
"version": "8.2.45",
"resolved": "https://registry.npmjs.org/@fluentui/foundation-legacy/-/foundation-legacy-8.2.45.tgz",
"integrity": "sha512-KVgWNEFIwEUEyoX2x1GBvczPPsi9/st+b2BhcwGR1W7+za7mKe+bYS5nkM2jA7BHV+E9V0rVPNw+jJil9jjT8Q==",
"dependencies": {
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
},
"peerDependencies": {
@ -80,22 +80,22 @@
}
},
"node_modules/@fluentui/react": {
"version": "8.110.3",
"resolved": "https://registry.npmjs.org/@fluentui/react/-/react-8.110.3.tgz",
"integrity": "sha512-VXlsLP9ZhwbyRczt/MIjiBONXRc6YxLMDwxMy/YVeLawY/8PC+YRiiKmVwzTq5RVGrOdyWsNBxonbb3GQz0t0w==",
"version": "8.112.2",
"resolved": "https://registry.npmjs.org/@fluentui/react/-/react-8.112.2.tgz",
"integrity": "sha512-NdE2LIsWuhC1jTHAch8+eY3fplivwYfVeP3wKsNCm0aEf6JgbuyQB+ZN1CN7eqCNeSd9TPYaXn1gwfuBxef1mA==",
"dependencies": {
"@fluentui/date-time-utilities": "^8.5.12",
"@fluentui/font-icons-mdl2": "^8.5.21",
"@fluentui/foundation-legacy": "^8.2.41",
"@fluentui/date-time-utilities": "^8.5.13",
"@fluentui/font-icons-mdl2": "^8.5.25",
"@fluentui/foundation-legacy": "^8.2.45",
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/react-focus": "^8.8.28",
"@fluentui/react-hooks": "^8.6.27",
"@fluentui/react-portal-compat-context": "^9.0.6",
"@fluentui/react-focus": "^8.8.32",
"@fluentui/react-hooks": "^8.6.30",
"@fluentui/react-portal-compat-context": "^9.0.9",
"@fluentui/react-window-provider": "^2.2.15",
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/theme": "^2.6.32",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/theme": "^2.6.36",
"@fluentui/utilities": "^8.13.19",
"@microsoft/load-themed-styles": "^1.10.26",
"tslib": "^2.1.0"
},
@ -107,15 +107,15 @@
}
},
"node_modules/@fluentui/react-focus": {
"version": "8.8.28",
"resolved": "https://registry.npmjs.org/@fluentui/react-focus/-/react-focus-8.8.28.tgz",
"integrity": "sha512-gdBASqKW41tWnrNj3B3WQqYGXqnPOGZvQz9AILCY4g1oWv2QoQV1xRhVmzu6V/vJzUZDqOVyD/RseumGmIh8Yg==",
"version": "8.8.32",
"resolved": "https://registry.npmjs.org/@fluentui/react-focus/-/react-focus-8.8.32.tgz",
"integrity": "sha512-ALYMkDRG8qKCRuf5f3w5suWLFBT/65e4vC2EXKhYTcb/AGAH4wGMdWC+b4ek12D4u6L6tOegTMqC64fLp/RT3Q==",
"dependencies": {
"@fluentui/keyboard-key": "^0.4.11",
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
},
"peerDependencies": {
@ -124,13 +124,13 @@
}
},
"node_modules/@fluentui/react-hooks": {
"version": "8.6.27",
"resolved": "https://registry.npmjs.org/@fluentui/react-hooks/-/react-hooks-8.6.27.tgz",
"integrity": "sha512-4Thtr8LgM3/aGExWrIFtTfPX1sHirPTD9DxEkD2/GOPniN/dFBKYp0q1eyMkRu2/KXV6HUVyQL9hK+yfD9sIQQ==",
"version": "8.6.30",
"resolved": "https://registry.npmjs.org/@fluentui/react-hooks/-/react-hooks-8.6.30.tgz",
"integrity": "sha512-+EhJY2+C7wbWP+36zM4llc1KGY4/XWu36BnDumoKLJdcrnGilJHHQJ3pXhvJPf2f2mc7LoasCtQDmCQ5Tfzi3A==",
"dependencies": {
"@fluentui/react-window-provider": "^2.2.15",
"@fluentui/set-version": "^8.2.11",
"@fluentui/utilities": "^8.13.16",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
},
"peerDependencies": {
@ -139,15 +139,15 @@
}
},
"node_modules/@fluentui/react-portal-compat-context": {
"version": "9.0.6",
"resolved": "https://registry.npmjs.org/@fluentui/react-portal-compat-context/-/react-portal-compat-context-9.0.6.tgz",
"integrity": "sha512-HUt0/YXKRB4chtzlGbZ+7y7FHFyqaI0CeMFAe/QBXVOiOwA01QOr2j4Uky+30vupspIt6mjodLanuw1jMybmqQ==",
"version": "9.0.9",
"resolved": "https://registry.npmjs.org/@fluentui/react-portal-compat-context/-/react-portal-compat-context-9.0.9.tgz",
"integrity": "sha512-Qt4zBJjBf3QihWqDNfZ4D9ha0QdcUvw4zIErp6IkT4uFIkV2VSgEjIKXm0h2iDEZZQtzbGlFG+9hPPhH13HaPQ==",
"dependencies": {
"@swc/helpers": "^0.4.14"
"@swc/helpers": "^0.5.1"
},
"peerDependencies": {
"@types/react": ">=16.8.0 <19.0.0",
"react": ">=16.8.0 <19.0.0"
"@types/react": ">=16.14.0 <19.0.0",
"react": ">=16.14.0 <19.0.0"
}
},
"node_modules/@fluentui/react-window-provider": {
@ -172,26 +172,26 @@
}
},
"node_modules/@fluentui/style-utilities": {
"version": "8.9.14",
"resolved": "https://registry.npmjs.org/@fluentui/style-utilities/-/style-utilities-8.9.14.tgz",
"integrity": "sha512-On48B9biXgV6PgimFdSwRuYLzue9PjwqxT31UP3w5uvwANL+Hqile5AbkR5g9RartoJiDIk1bHAP7QQkqI1jEg==",
"version": "8.9.18",
"resolved": "https://registry.npmjs.org/@fluentui/style-utilities/-/style-utilities-8.9.18.tgz",
"integrity": "sha512-bWRcN8q2JDLZJOxJ3ov+2MLP+XqK3tHMGyLWjDAkUYUzgsM3ppA0HAroo/MLkn8vrFcoUYCuL/jtv7IXR6SZBw==",
"dependencies": {
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/theme": "^2.6.32",
"@fluentui/utilities": "^8.13.16",
"@fluentui/theme": "^2.6.36",
"@fluentui/utilities": "^8.13.19",
"@microsoft/load-themed-styles": "^1.10.26",
"tslib": "^2.1.0"
}
},
"node_modules/@fluentui/theme": {
"version": "2.6.32",
"resolved": "https://registry.npmjs.org/@fluentui/theme/-/theme-2.6.32.tgz",
"integrity": "sha512-UkDsCdQQTQb7Ib+tux2Octz3opTvnRDknXoVnC6yluQVd6ugM8eWDUphOgB7Vnsf1Ou7EhPKdIN6OHXHXuoIyA==",
"version": "2.6.36",
"resolved": "https://registry.npmjs.org/@fluentui/theme/-/theme-2.6.36.tgz",
"integrity": "sha512-rSP+LNmOJ9woiZzicdgtKFHt8Tyq7Jqu4KpczW0zXOYR9orgwFecpiUwRpZs1zD6lb3pAUNw4oYrM1tc7FH5AA==",
"dependencies": {
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/utilities": "^8.13.16",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
},
"peerDependencies": {
@ -200,9 +200,9 @@
}
},
"node_modules/@fluentui/utilities": {
"version": "8.13.16",
"resolved": "https://registry.npmjs.org/@fluentui/utilities/-/utilities-8.13.16.tgz",
"integrity": "sha512-NAz7892Fjf4SNj7QCXuL/WGaZHc5GfCkT2trRFAhduSDXTib1dFANmS/yH2u9dH+27WAtu9pD9p9KbEhrWK4MQ==",
"version": "8.13.19",
"resolved": "https://registry.npmjs.org/@fluentui/utilities/-/utilities-8.13.19.tgz",
"integrity": "sha512-v0WNV6NNQKi9nLttvc6btzxX3XOVRA817fZ7zBqsV6JWQGRfyrBwhskh6TUIgANJjPejz5nk05U6rvSWNUM+FQ==",
"dependencies": {
"@fluentui/dom-utilities": "^2.2.11",
"@fluentui/merge-styles": "^8.5.12",
@ -220,17 +220,17 @@
"integrity": "sha512-W+IzEBw8a6LOOfRJM02dTT7BDZijxm+Z7lhtOAz1+y9vQm1Kdz9jlAO+qCEKsfxtUOmKilW8DIRqFw2aUgKeGg=="
},
"node_modules/@swc/helpers": {
"version": "0.4.14",
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.4.14.tgz",
"integrity": "sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==",
"version": "0.5.3",
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.3.tgz",
"integrity": "sha512-FaruWX6KdudYloq1AHD/4nU+UsMTdNE8CKyrseXWEcgjDAbvkwJg2QGPAnfIJLIWsjZOSPLOAykK6fuYp4vp4A==",
"dependencies": {
"tslib": "^2.4.0"
}
},
"node_modules/@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA=="
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz",
"integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA=="
},
"node_modules/@types/geojson": {
"version": "7946.0.4",
@ -238,14 +238,14 @@
"integrity": "sha512-MHmwBtCb7OCv1DSivz2UNJXPGU/1btAWRKlqJ2saEhVJkpkvqHMMaOpKg0v4sAbDWSQekHGvPVMM8nQ+Jen03Q=="
},
"node_modules/@types/prop-types": {
"version": "15.7.5",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
"integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w=="
"version": "15.7.8",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.8.tgz",
"integrity": "sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ=="
},
"node_modules/@types/react": {
"version": "17.0.62",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.62.tgz",
"integrity": "sha512-eANCyz9DG8p/Vdhr0ZKST8JV12PhH2ACCDYlFw6DIO+D+ca+uP4jtEDEpVqXZrh/uZdXQGwk7whJa3ah5DtyLw==",
"version": "17.0.68",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.68.tgz",
"integrity": "sha512-y8heXejd/Gi43S28GOqIFmr6BzhLa3anMlPojRu4rHh3MtRrrpB+BtLEcqP3XPO1urXByzBdkOLU7sodYWnpkA==",
"dependencies": {
"@types/prop-types": "*",
"@types/scheduler": "*",
@ -253,17 +253,17 @@
}
},
"node_modules/@types/react-dom": {
"version": "17.0.20",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.20.tgz",
"integrity": "sha512-4pzIjSxDueZZ90F52mU3aPoogkHIoSIDG+oQ+wQK7Cy2B9S+MvOqY0uEA/qawKz381qrEDkvpwyt8Bm31I8sbA==",
"version": "17.0.21",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.21.tgz",
"integrity": "sha512-3rQEFUNUUz2MYiRwJJj6UekcW7rFLOtmK7ajQP7qJpjNdggInl3I/xM4I3Hq1yYPdCGVMgax1gZsB7BBTtayXg==",
"dependencies": {
"@types/react": "^17"
}
},
"node_modules/@types/scheduler": {
"version": "0.16.3",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz",
"integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ=="
"version": "0.16.4",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.4.tgz",
"integrity": "sha512-2L9ifAGl7wmXwP4v3pN4p2FLhD0O1qsJpvKmNin5VA8+UvNVb447UDaAEV6UdrkA+m/Xs58U1RFps44x6TFsVQ=="
},
"node_modules/commander": {
"version": "7.2.0",
@ -529,9 +529,9 @@
}
},
"node_modules/node-fetch": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
"integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
"dependencies": {
"whatwg-url": "^5.0.0"
},
@ -620,9 +620,9 @@
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
},
"node_modules/tslib": {
"version": "2.5.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
},
"node_modules/vega": {
"version": "5.25.0",
@ -916,9 +916,9 @@
}
},
"node_modules/vega-typings": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.1.tgz",
"integrity": "sha512-WNw6tDxwMsynQ9osJb3RZi3g8GZruxVgXfe8N7nbqvNOgDQkUuVjqTZiwGg5kqjmLqx09lRRlskgp/ov7lEGeg==",
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.2.tgz",
"integrity": "sha512-fW02GElYoqweCCaPqH6iH44UZnzXiX9kbm1qyecjU3k5s0vtufLI7Yuz/a/uL37mEAqTMQplBBAlk0T9e2e1Dw==",
"dependencies": {
"@types/geojson": "7946.0.4",
"vega-event-selector": "^3.0.1",
@ -995,9 +995,9 @@
},
"dependencies": {
"@fluentui/date-time-utilities": {
"version": "8.5.12",
"resolved": "https://registry.npmjs.org/@fluentui/date-time-utilities/-/date-time-utilities-8.5.12.tgz",
"integrity": "sha512-N4Dt7MDJiEASF73hz1kWkNfGLdGa+joi+f1b5Pi57PI4SBpZ89OGumT+Z/iyuYwcTdz5aVeq03wTJkLdJQo2Gg==",
"version": "8.5.13",
"resolved": "https://registry.npmjs.org/@fluentui/date-time-utilities/-/date-time-utilities-8.5.13.tgz",
"integrity": "sha512-X3clbPKh0URkDj21QoARw6SNec7dWg7Gt7SkTlkVYFzmZUdC4ZIrYk3n36xKe3U1wcGp26EVmKjhAhB262ugpw==",
"requires": {
"@fluentui/set-version": "^8.2.11",
"tslib": "^2.1.0"
@ -1013,25 +1013,25 @@
}
},
"@fluentui/font-icons-mdl2": {
"version": "8.5.21",
"resolved": "https://registry.npmjs.org/@fluentui/font-icons-mdl2/-/font-icons-mdl2-8.5.21.tgz",
"integrity": "sha512-B4w1jx/gNxDI/AbVwZtmcvb/5lG8HngWVwsDDtP2ZM4HEFZduY1XrQMak5mP1O9lTEpQKD+kv+uK70ocsfpUig==",
"version": "8.5.25",
"resolved": "https://registry.npmjs.org/@fluentui/font-icons-mdl2/-/font-icons-mdl2-8.5.25.tgz",
"integrity": "sha512-L14GBWeRmeVSO1hjollOye+Xl4ULR9yvltTJNkwoNFfrks0nf+HTAOje5QU5+bPCzjR0mCmp/VCArsTtDwL0Zw==",
"requires": {
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
}
},
"@fluentui/foundation-legacy": {
"version": "8.2.41",
"resolved": "https://registry.npmjs.org/@fluentui/foundation-legacy/-/foundation-legacy-8.2.41.tgz",
"integrity": "sha512-HgLWOjNwC0FkV9kN283E8AzGmswFJbu7AKQ+cyefPnOUdH3iopD2oW7Lqz7QBzIPgMV/8FHE+nCa2ZEbhvFPGg==",
"version": "8.2.45",
"resolved": "https://registry.npmjs.org/@fluentui/foundation-legacy/-/foundation-legacy-8.2.45.tgz",
"integrity": "sha512-KVgWNEFIwEUEyoX2x1GBvczPPsi9/st+b2BhcwGR1W7+za7mKe+bYS5nkM2jA7BHV+E9V0rVPNw+jJil9jjT8Q==",
"requires": {
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
}
},
@ -1053,56 +1053,56 @@
}
},
"@fluentui/react": {
"version": "8.110.3",
"resolved": "https://registry.npmjs.org/@fluentui/react/-/react-8.110.3.tgz",
"integrity": "sha512-VXlsLP9ZhwbyRczt/MIjiBONXRc6YxLMDwxMy/YVeLawY/8PC+YRiiKmVwzTq5RVGrOdyWsNBxonbb3GQz0t0w==",
"version": "8.112.2",
"resolved": "https://registry.npmjs.org/@fluentui/react/-/react-8.112.2.tgz",
"integrity": "sha512-NdE2LIsWuhC1jTHAch8+eY3fplivwYfVeP3wKsNCm0aEf6JgbuyQB+ZN1CN7eqCNeSd9TPYaXn1gwfuBxef1mA==",
"requires": {
"@fluentui/date-time-utilities": "^8.5.12",
"@fluentui/font-icons-mdl2": "^8.5.21",
"@fluentui/foundation-legacy": "^8.2.41",
"@fluentui/date-time-utilities": "^8.5.13",
"@fluentui/font-icons-mdl2": "^8.5.25",
"@fluentui/foundation-legacy": "^8.2.45",
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/react-focus": "^8.8.28",
"@fluentui/react-hooks": "^8.6.27",
"@fluentui/react-portal-compat-context": "^9.0.6",
"@fluentui/react-focus": "^8.8.32",
"@fluentui/react-hooks": "^8.6.30",
"@fluentui/react-portal-compat-context": "^9.0.9",
"@fluentui/react-window-provider": "^2.2.15",
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/theme": "^2.6.32",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/theme": "^2.6.36",
"@fluentui/utilities": "^8.13.19",
"@microsoft/load-themed-styles": "^1.10.26",
"tslib": "^2.1.0"
}
},
"@fluentui/react-focus": {
"version": "8.8.28",
"resolved": "https://registry.npmjs.org/@fluentui/react-focus/-/react-focus-8.8.28.tgz",
"integrity": "sha512-gdBASqKW41tWnrNj3B3WQqYGXqnPOGZvQz9AILCY4g1oWv2QoQV1xRhVmzu6V/vJzUZDqOVyD/RseumGmIh8Yg==",
"version": "8.8.32",
"resolved": "https://registry.npmjs.org/@fluentui/react-focus/-/react-focus-8.8.32.tgz",
"integrity": "sha512-ALYMkDRG8qKCRuf5f3w5suWLFBT/65e4vC2EXKhYTcb/AGAH4wGMdWC+b4ek12D4u6L6tOegTMqC64fLp/RT3Q==",
"requires": {
"@fluentui/keyboard-key": "^0.4.11",
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
}
},
"@fluentui/react-hooks": {
"version": "8.6.27",
"resolved": "https://registry.npmjs.org/@fluentui/react-hooks/-/react-hooks-8.6.27.tgz",
"integrity": "sha512-4Thtr8LgM3/aGExWrIFtTfPX1sHirPTD9DxEkD2/GOPniN/dFBKYp0q1eyMkRu2/KXV6HUVyQL9hK+yfD9sIQQ==",
"version": "8.6.30",
"resolved": "https://registry.npmjs.org/@fluentui/react-hooks/-/react-hooks-8.6.30.tgz",
"integrity": "sha512-+EhJY2+C7wbWP+36zM4llc1KGY4/XWu36BnDumoKLJdcrnGilJHHQJ3pXhvJPf2f2mc7LoasCtQDmCQ5Tfzi3A==",
"requires": {
"@fluentui/react-window-provider": "^2.2.15",
"@fluentui/set-version": "^8.2.11",
"@fluentui/utilities": "^8.13.16",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
}
},
"@fluentui/react-portal-compat-context": {
"version": "9.0.6",
"resolved": "https://registry.npmjs.org/@fluentui/react-portal-compat-context/-/react-portal-compat-context-9.0.6.tgz",
"integrity": "sha512-HUt0/YXKRB4chtzlGbZ+7y7FHFyqaI0CeMFAe/QBXVOiOwA01QOr2j4Uky+30vupspIt6mjodLanuw1jMybmqQ==",
"version": "9.0.9",
"resolved": "https://registry.npmjs.org/@fluentui/react-portal-compat-context/-/react-portal-compat-context-9.0.9.tgz",
"integrity": "sha512-Qt4zBJjBf3QihWqDNfZ4D9ha0QdcUvw4zIErp6IkT4uFIkV2VSgEjIKXm0h2iDEZZQtzbGlFG+9hPPhH13HaPQ==",
"requires": {
"@swc/helpers": "^0.4.14"
"@swc/helpers": "^0.5.1"
}
},
"@fluentui/react-window-provider": {
@ -1123,33 +1123,33 @@
}
},
"@fluentui/style-utilities": {
"version": "8.9.14",
"resolved": "https://registry.npmjs.org/@fluentui/style-utilities/-/style-utilities-8.9.14.tgz",
"integrity": "sha512-On48B9biXgV6PgimFdSwRuYLzue9PjwqxT31UP3w5uvwANL+Hqile5AbkR5g9RartoJiDIk1bHAP7QQkqI1jEg==",
"version": "8.9.18",
"resolved": "https://registry.npmjs.org/@fluentui/style-utilities/-/style-utilities-8.9.18.tgz",
"integrity": "sha512-bWRcN8q2JDLZJOxJ3ov+2MLP+XqK3tHMGyLWjDAkUYUzgsM3ppA0HAroo/MLkn8vrFcoUYCuL/jtv7IXR6SZBw==",
"requires": {
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/theme": "^2.6.32",
"@fluentui/utilities": "^8.13.16",
"@fluentui/theme": "^2.6.36",
"@fluentui/utilities": "^8.13.19",
"@microsoft/load-themed-styles": "^1.10.26",
"tslib": "^2.1.0"
}
},
"@fluentui/theme": {
"version": "2.6.32",
"resolved": "https://registry.npmjs.org/@fluentui/theme/-/theme-2.6.32.tgz",
"integrity": "sha512-UkDsCdQQTQb7Ib+tux2Octz3opTvnRDknXoVnC6yluQVd6ugM8eWDUphOgB7Vnsf1Ou7EhPKdIN6OHXHXuoIyA==",
"version": "2.6.36",
"resolved": "https://registry.npmjs.org/@fluentui/theme/-/theme-2.6.36.tgz",
"integrity": "sha512-rSP+LNmOJ9woiZzicdgtKFHt8Tyq7Jqu4KpczW0zXOYR9orgwFecpiUwRpZs1zD6lb3pAUNw4oYrM1tc7FH5AA==",
"requires": {
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/utilities": "^8.13.16",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
}
},
"@fluentui/utilities": {
"version": "8.13.16",
"resolved": "https://registry.npmjs.org/@fluentui/utilities/-/utilities-8.13.16.tgz",
"integrity": "sha512-NAz7892Fjf4SNj7QCXuL/WGaZHc5GfCkT2trRFAhduSDXTib1dFANmS/yH2u9dH+27WAtu9pD9p9KbEhrWK4MQ==",
"version": "8.13.19",
"resolved": "https://registry.npmjs.org/@fluentui/utilities/-/utilities-8.13.19.tgz",
"integrity": "sha512-v0WNV6NNQKi9nLttvc6btzxX3XOVRA817fZ7zBqsV6JWQGRfyrBwhskh6TUIgANJjPejz5nk05U6rvSWNUM+FQ==",
"requires": {
"@fluentui/dom-utilities": "^2.2.11",
"@fluentui/merge-styles": "^8.5.12",
@ -1163,17 +1163,17 @@
"integrity": "sha512-W+IzEBw8a6LOOfRJM02dTT7BDZijxm+Z7lhtOAz1+y9vQm1Kdz9jlAO+qCEKsfxtUOmKilW8DIRqFw2aUgKeGg=="
},
"@swc/helpers": {
"version": "0.4.14",
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.4.14.tgz",
"integrity": "sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==",
"version": "0.5.3",
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.3.tgz",
"integrity": "sha512-FaruWX6KdudYloq1AHD/4nU+UsMTdNE8CKyrseXWEcgjDAbvkwJg2QGPAnfIJLIWsjZOSPLOAykK6fuYp4vp4A==",
"requires": {
"tslib": "^2.4.0"
}
},
"@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA=="
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz",
"integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA=="
},
"@types/geojson": {
"version": "7946.0.4",
@ -1181,14 +1181,14 @@
"integrity": "sha512-MHmwBtCb7OCv1DSivz2UNJXPGU/1btAWRKlqJ2saEhVJkpkvqHMMaOpKg0v4sAbDWSQekHGvPVMM8nQ+Jen03Q=="
},
"@types/prop-types": {
"version": "15.7.5",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
"integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w=="
"version": "15.7.8",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.8.tgz",
"integrity": "sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ=="
},
"@types/react": {
"version": "17.0.62",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.62.tgz",
"integrity": "sha512-eANCyz9DG8p/Vdhr0ZKST8JV12PhH2ACCDYlFw6DIO+D+ca+uP4jtEDEpVqXZrh/uZdXQGwk7whJa3ah5DtyLw==",
"version": "17.0.68",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.68.tgz",
"integrity": "sha512-y8heXejd/Gi43S28GOqIFmr6BzhLa3anMlPojRu4rHh3MtRrrpB+BtLEcqP3XPO1urXByzBdkOLU7sodYWnpkA==",
"requires": {
"@types/prop-types": "*",
"@types/scheduler": "*",
@ -1196,17 +1196,17 @@
}
},
"@types/react-dom": {
"version": "17.0.20",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.20.tgz",
"integrity": "sha512-4pzIjSxDueZZ90F52mU3aPoogkHIoSIDG+oQ+wQK7Cy2B9S+MvOqY0uEA/qawKz381qrEDkvpwyt8Bm31I8sbA==",
"version": "17.0.21",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.21.tgz",
"integrity": "sha512-3rQEFUNUUz2MYiRwJJj6UekcW7rFLOtmK7ajQP7qJpjNdggInl3I/xM4I3Hq1yYPdCGVMgax1gZsB7BBTtayXg==",
"requires": {
"@types/react": "^17"
}
},
"@types/scheduler": {
"version": "0.16.3",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz",
"integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ=="
"version": "0.16.4",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.4.tgz",
"integrity": "sha512-2L9ifAGl7wmXwP4v3pN4p2FLhD0O1qsJpvKmNin5VA8+UvNVb447UDaAEV6UdrkA+m/Xs58U1RFps44x6TFsVQ=="
},
"commander": {
"version": "7.2.0",
@ -1388,9 +1388,9 @@
}
},
"node-fetch": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
"integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
"requires": {
"whatwg-url": "^5.0.0"
}
@ -1459,9 +1459,9 @@
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
},
"tslib": {
"version": "2.5.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
},
"vega": {
"version": "5.25.0",
@ -1754,9 +1754,9 @@
}
},
"vega-typings": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.1.tgz",
"integrity": "sha512-WNw6tDxwMsynQ9osJb3RZi3g8GZruxVgXfe8N7nbqvNOgDQkUuVjqTZiwGg5kqjmLqx09lRRlskgp/ov7lEGeg==",
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.2.tgz",
"integrity": "sha512-fW02GElYoqweCCaPqH6iH44UZnzXiX9kbm1qyecjU3k5s0vtufLI7Yuz/a/uL37mEAqTMQplBBAlk0T9e2e1Dw==",
"requires": {
"@types/geojson": "7946.0.4",
"vega-event-selector": "^3.0.1",

312
packages/sanddance-embed/package-lock.json сгенерированный
Просмотреть файл

@ -18,9 +18,9 @@
}
},
"node_modules/@fluentui/date-time-utilities": {
"version": "8.5.12",
"resolved": "https://registry.npmjs.org/@fluentui/date-time-utilities/-/date-time-utilities-8.5.12.tgz",
"integrity": "sha512-N4Dt7MDJiEASF73hz1kWkNfGLdGa+joi+f1b5Pi57PI4SBpZ89OGumT+Z/iyuYwcTdz5aVeq03wTJkLdJQo2Gg==",
"version": "8.5.13",
"resolved": "https://registry.npmjs.org/@fluentui/date-time-utilities/-/date-time-utilities-8.5.13.tgz",
"integrity": "sha512-X3clbPKh0URkDj21QoARw6SNec7dWg7Gt7SkTlkVYFzmZUdC4ZIrYk3n36xKe3U1wcGp26EVmKjhAhB262ugpw==",
"dev": true,
"dependencies": {
"@fluentui/set-version": "^8.2.11",
@ -38,27 +38,27 @@
}
},
"node_modules/@fluentui/font-icons-mdl2": {
"version": "8.5.21",
"resolved": "https://registry.npmjs.org/@fluentui/font-icons-mdl2/-/font-icons-mdl2-8.5.21.tgz",
"integrity": "sha512-B4w1jx/gNxDI/AbVwZtmcvb/5lG8HngWVwsDDtP2ZM4HEFZduY1XrQMak5mP1O9lTEpQKD+kv+uK70ocsfpUig==",
"version": "8.5.25",
"resolved": "https://registry.npmjs.org/@fluentui/font-icons-mdl2/-/font-icons-mdl2-8.5.25.tgz",
"integrity": "sha512-L14GBWeRmeVSO1hjollOye+Xl4ULR9yvltTJNkwoNFfrks0nf+HTAOje5QU5+bPCzjR0mCmp/VCArsTtDwL0Zw==",
"dev": true,
"dependencies": {
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
}
},
"node_modules/@fluentui/foundation-legacy": {
"version": "8.2.41",
"resolved": "https://registry.npmjs.org/@fluentui/foundation-legacy/-/foundation-legacy-8.2.41.tgz",
"integrity": "sha512-HgLWOjNwC0FkV9kN283E8AzGmswFJbu7AKQ+cyefPnOUdH3iopD2oW7Lqz7QBzIPgMV/8FHE+nCa2ZEbhvFPGg==",
"version": "8.2.45",
"resolved": "https://registry.npmjs.org/@fluentui/foundation-legacy/-/foundation-legacy-8.2.45.tgz",
"integrity": "sha512-KVgWNEFIwEUEyoX2x1GBvczPPsi9/st+b2BhcwGR1W7+za7mKe+bYS5nkM2jA7BHV+E9V0rVPNw+jJil9jjT8Q==",
"dev": true,
"dependencies": {
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
},
"peerDependencies": {
@ -86,23 +86,23 @@
}
},
"node_modules/@fluentui/react": {
"version": "8.110.3",
"resolved": "https://registry.npmjs.org/@fluentui/react/-/react-8.110.3.tgz",
"integrity": "sha512-VXlsLP9ZhwbyRczt/MIjiBONXRc6YxLMDwxMy/YVeLawY/8PC+YRiiKmVwzTq5RVGrOdyWsNBxonbb3GQz0t0w==",
"version": "8.112.2",
"resolved": "https://registry.npmjs.org/@fluentui/react/-/react-8.112.2.tgz",
"integrity": "sha512-NdE2LIsWuhC1jTHAch8+eY3fplivwYfVeP3wKsNCm0aEf6JgbuyQB+ZN1CN7eqCNeSd9TPYaXn1gwfuBxef1mA==",
"dev": true,
"dependencies": {
"@fluentui/date-time-utilities": "^8.5.12",
"@fluentui/font-icons-mdl2": "^8.5.21",
"@fluentui/foundation-legacy": "^8.2.41",
"@fluentui/date-time-utilities": "^8.5.13",
"@fluentui/font-icons-mdl2": "^8.5.25",
"@fluentui/foundation-legacy": "^8.2.45",
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/react-focus": "^8.8.28",
"@fluentui/react-hooks": "^8.6.27",
"@fluentui/react-portal-compat-context": "^9.0.6",
"@fluentui/react-focus": "^8.8.32",
"@fluentui/react-hooks": "^8.6.30",
"@fluentui/react-portal-compat-context": "^9.0.9",
"@fluentui/react-window-provider": "^2.2.15",
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/theme": "^2.6.32",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/theme": "^2.6.36",
"@fluentui/utilities": "^8.13.19",
"@microsoft/load-themed-styles": "^1.10.26",
"tslib": "^2.1.0"
},
@ -114,16 +114,16 @@
}
},
"node_modules/@fluentui/react-focus": {
"version": "8.8.28",
"resolved": "https://registry.npmjs.org/@fluentui/react-focus/-/react-focus-8.8.28.tgz",
"integrity": "sha512-gdBASqKW41tWnrNj3B3WQqYGXqnPOGZvQz9AILCY4g1oWv2QoQV1xRhVmzu6V/vJzUZDqOVyD/RseumGmIh8Yg==",
"version": "8.8.32",
"resolved": "https://registry.npmjs.org/@fluentui/react-focus/-/react-focus-8.8.32.tgz",
"integrity": "sha512-ALYMkDRG8qKCRuf5f3w5suWLFBT/65e4vC2EXKhYTcb/AGAH4wGMdWC+b4ek12D4u6L6tOegTMqC64fLp/RT3Q==",
"dev": true,
"dependencies": {
"@fluentui/keyboard-key": "^0.4.11",
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
},
"peerDependencies": {
@ -132,14 +132,14 @@
}
},
"node_modules/@fluentui/react-hooks": {
"version": "8.6.27",
"resolved": "https://registry.npmjs.org/@fluentui/react-hooks/-/react-hooks-8.6.27.tgz",
"integrity": "sha512-4Thtr8LgM3/aGExWrIFtTfPX1sHirPTD9DxEkD2/GOPniN/dFBKYp0q1eyMkRu2/KXV6HUVyQL9hK+yfD9sIQQ==",
"version": "8.6.30",
"resolved": "https://registry.npmjs.org/@fluentui/react-hooks/-/react-hooks-8.6.30.tgz",
"integrity": "sha512-+EhJY2+C7wbWP+36zM4llc1KGY4/XWu36BnDumoKLJdcrnGilJHHQJ3pXhvJPf2f2mc7LoasCtQDmCQ5Tfzi3A==",
"dev": true,
"dependencies": {
"@fluentui/react-window-provider": "^2.2.15",
"@fluentui/set-version": "^8.2.11",
"@fluentui/utilities": "^8.13.16",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
},
"peerDependencies": {
@ -148,16 +148,16 @@
}
},
"node_modules/@fluentui/react-portal-compat-context": {
"version": "9.0.6",
"resolved": "https://registry.npmjs.org/@fluentui/react-portal-compat-context/-/react-portal-compat-context-9.0.6.tgz",
"integrity": "sha512-HUt0/YXKRB4chtzlGbZ+7y7FHFyqaI0CeMFAe/QBXVOiOwA01QOr2j4Uky+30vupspIt6mjodLanuw1jMybmqQ==",
"version": "9.0.9",
"resolved": "https://registry.npmjs.org/@fluentui/react-portal-compat-context/-/react-portal-compat-context-9.0.9.tgz",
"integrity": "sha512-Qt4zBJjBf3QihWqDNfZ4D9ha0QdcUvw4zIErp6IkT4uFIkV2VSgEjIKXm0h2iDEZZQtzbGlFG+9hPPhH13HaPQ==",
"dev": true,
"dependencies": {
"@swc/helpers": "^0.4.14"
"@swc/helpers": "^0.5.1"
},
"peerDependencies": {
"@types/react": ">=16.8.0 <19.0.0",
"react": ">=16.8.0 <19.0.0"
"@types/react": ">=16.14.0 <19.0.0",
"react": ">=16.14.0 <19.0.0"
}
},
"node_modules/@fluentui/react-window-provider": {
@ -184,28 +184,28 @@
}
},
"node_modules/@fluentui/style-utilities": {
"version": "8.9.14",
"resolved": "https://registry.npmjs.org/@fluentui/style-utilities/-/style-utilities-8.9.14.tgz",
"integrity": "sha512-On48B9biXgV6PgimFdSwRuYLzue9PjwqxT31UP3w5uvwANL+Hqile5AbkR5g9RartoJiDIk1bHAP7QQkqI1jEg==",
"version": "8.9.18",
"resolved": "https://registry.npmjs.org/@fluentui/style-utilities/-/style-utilities-8.9.18.tgz",
"integrity": "sha512-bWRcN8q2JDLZJOxJ3ov+2MLP+XqK3tHMGyLWjDAkUYUzgsM3ppA0HAroo/MLkn8vrFcoUYCuL/jtv7IXR6SZBw==",
"dev": true,
"dependencies": {
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/theme": "^2.6.32",
"@fluentui/utilities": "^8.13.16",
"@fluentui/theme": "^2.6.36",
"@fluentui/utilities": "^8.13.19",
"@microsoft/load-themed-styles": "^1.10.26",
"tslib": "^2.1.0"
}
},
"node_modules/@fluentui/theme": {
"version": "2.6.32",
"resolved": "https://registry.npmjs.org/@fluentui/theme/-/theme-2.6.32.tgz",
"integrity": "sha512-UkDsCdQQTQb7Ib+tux2Octz3opTvnRDknXoVnC6yluQVd6ugM8eWDUphOgB7Vnsf1Ou7EhPKdIN6OHXHXuoIyA==",
"version": "2.6.36",
"resolved": "https://registry.npmjs.org/@fluentui/theme/-/theme-2.6.36.tgz",
"integrity": "sha512-rSP+LNmOJ9woiZzicdgtKFHt8Tyq7Jqu4KpczW0zXOYR9orgwFecpiUwRpZs1zD6lb3pAUNw4oYrM1tc7FH5AA==",
"dev": true,
"dependencies": {
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/utilities": "^8.13.16",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
},
"peerDependencies": {
@ -214,9 +214,9 @@
}
},
"node_modules/@fluentui/utilities": {
"version": "8.13.16",
"resolved": "https://registry.npmjs.org/@fluentui/utilities/-/utilities-8.13.16.tgz",
"integrity": "sha512-NAz7892Fjf4SNj7QCXuL/WGaZHc5GfCkT2trRFAhduSDXTib1dFANmS/yH2u9dH+27WAtu9pD9p9KbEhrWK4MQ==",
"version": "8.13.19",
"resolved": "https://registry.npmjs.org/@fluentui/utilities/-/utilities-8.13.19.tgz",
"integrity": "sha512-v0WNV6NNQKi9nLttvc6btzxX3XOVRA817fZ7zBqsV6JWQGRfyrBwhskh6TUIgANJjPejz5nk05U6rvSWNUM+FQ==",
"dev": true,
"dependencies": {
"@fluentui/dom-utilities": "^2.2.11",
@ -236,18 +236,18 @@
"dev": true
},
"node_modules/@swc/helpers": {
"version": "0.4.14",
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.4.14.tgz",
"integrity": "sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==",
"version": "0.5.3",
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.3.tgz",
"integrity": "sha512-FaruWX6KdudYloq1AHD/4nU+UsMTdNE8CKyrseXWEcgjDAbvkwJg2QGPAnfIJLIWsjZOSPLOAykK6fuYp4vp4A==",
"dev": true,
"dependencies": {
"tslib": "^2.4.0"
}
},
"node_modules/@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz",
"integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA==",
"dev": true
},
"node_modules/@types/geojson": {
@ -257,15 +257,15 @@
"dev": true
},
"node_modules/@types/prop-types": {
"version": "15.7.5",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
"integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==",
"version": "15.7.8",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.8.tgz",
"integrity": "sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ==",
"dev": true
},
"node_modules/@types/react": {
"version": "17.0.62",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.62.tgz",
"integrity": "sha512-eANCyz9DG8p/Vdhr0ZKST8JV12PhH2ACCDYlFw6DIO+D+ca+uP4jtEDEpVqXZrh/uZdXQGwk7whJa3ah5DtyLw==",
"version": "17.0.68",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.68.tgz",
"integrity": "sha512-y8heXejd/Gi43S28GOqIFmr6BzhLa3anMlPojRu4rHh3MtRrrpB+BtLEcqP3XPO1urXByzBdkOLU7sodYWnpkA==",
"dev": true,
"dependencies": {
"@types/prop-types": "*",
@ -274,18 +274,18 @@
}
},
"node_modules/@types/react-dom": {
"version": "17.0.20",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.20.tgz",
"integrity": "sha512-4pzIjSxDueZZ90F52mU3aPoogkHIoSIDG+oQ+wQK7Cy2B9S+MvOqY0uEA/qawKz381qrEDkvpwyt8Bm31I8sbA==",
"version": "17.0.21",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.21.tgz",
"integrity": "sha512-3rQEFUNUUz2MYiRwJJj6UekcW7rFLOtmK7ajQP7qJpjNdggInl3I/xM4I3Hq1yYPdCGVMgax1gZsB7BBTtayXg==",
"dev": true,
"dependencies": {
"@types/react": "^17"
}
},
"node_modules/@types/scheduler": {
"version": "0.16.3",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz",
"integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==",
"version": "0.16.4",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.4.tgz",
"integrity": "sha512-2L9ifAGl7wmXwP4v3pN4p2FLhD0O1qsJpvKmNin5VA8+UvNVb447UDaAEV6UdrkA+m/Xs58U1RFps44x6TFsVQ==",
"dev": true
},
"node_modules/commander": {
@ -575,9 +575,9 @@
}
},
"node_modules/node-fetch": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
"integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
"dev": true,
"dependencies": {
"whatwg-url": "^5.0.0"
@ -685,9 +685,9 @@
"dev": true
},
"node_modules/tslib": {
"version": "2.5.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==",
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
"dev": true
},
"node_modules/vega": {
@ -1007,9 +1007,9 @@
}
},
"node_modules/vega-typings": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.1.tgz",
"integrity": "sha512-WNw6tDxwMsynQ9osJb3RZi3g8GZruxVgXfe8N7nbqvNOgDQkUuVjqTZiwGg5kqjmLqx09lRRlskgp/ov7lEGeg==",
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.2.tgz",
"integrity": "sha512-fW02GElYoqweCCaPqH6iH44UZnzXiX9kbm1qyecjU3k5s0vtufLI7Yuz/a/uL37mEAqTMQplBBAlk0T9e2e1Dw==",
"dev": true,
"dependencies": {
"@types/geojson": "7946.0.4",
@ -1094,9 +1094,9 @@
},
"dependencies": {
"@fluentui/date-time-utilities": {
"version": "8.5.12",
"resolved": "https://registry.npmjs.org/@fluentui/date-time-utilities/-/date-time-utilities-8.5.12.tgz",
"integrity": "sha512-N4Dt7MDJiEASF73hz1kWkNfGLdGa+joi+f1b5Pi57PI4SBpZ89OGumT+Z/iyuYwcTdz5aVeq03wTJkLdJQo2Gg==",
"version": "8.5.13",
"resolved": "https://registry.npmjs.org/@fluentui/date-time-utilities/-/date-time-utilities-8.5.13.tgz",
"integrity": "sha512-X3clbPKh0URkDj21QoARw6SNec7dWg7Gt7SkTlkVYFzmZUdC4ZIrYk3n36xKe3U1wcGp26EVmKjhAhB262ugpw==",
"dev": true,
"requires": {
"@fluentui/set-version": "^8.2.11",
@ -1114,27 +1114,27 @@
}
},
"@fluentui/font-icons-mdl2": {
"version": "8.5.21",
"resolved": "https://registry.npmjs.org/@fluentui/font-icons-mdl2/-/font-icons-mdl2-8.5.21.tgz",
"integrity": "sha512-B4w1jx/gNxDI/AbVwZtmcvb/5lG8HngWVwsDDtP2ZM4HEFZduY1XrQMak5mP1O9lTEpQKD+kv+uK70ocsfpUig==",
"version": "8.5.25",
"resolved": "https://registry.npmjs.org/@fluentui/font-icons-mdl2/-/font-icons-mdl2-8.5.25.tgz",
"integrity": "sha512-L14GBWeRmeVSO1hjollOye+Xl4ULR9yvltTJNkwoNFfrks0nf+HTAOje5QU5+bPCzjR0mCmp/VCArsTtDwL0Zw==",
"dev": true,
"requires": {
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
}
},
"@fluentui/foundation-legacy": {
"version": "8.2.41",
"resolved": "https://registry.npmjs.org/@fluentui/foundation-legacy/-/foundation-legacy-8.2.41.tgz",
"integrity": "sha512-HgLWOjNwC0FkV9kN283E8AzGmswFJbu7AKQ+cyefPnOUdH3iopD2oW7Lqz7QBzIPgMV/8FHE+nCa2ZEbhvFPGg==",
"version": "8.2.45",
"resolved": "https://registry.npmjs.org/@fluentui/foundation-legacy/-/foundation-legacy-8.2.45.tgz",
"integrity": "sha512-KVgWNEFIwEUEyoX2x1GBvczPPsi9/st+b2BhcwGR1W7+za7mKe+bYS5nkM2jA7BHV+E9V0rVPNw+jJil9jjT8Q==",
"dev": true,
"requires": {
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
}
},
@ -1158,60 +1158,60 @@
}
},
"@fluentui/react": {
"version": "8.110.3",
"resolved": "https://registry.npmjs.org/@fluentui/react/-/react-8.110.3.tgz",
"integrity": "sha512-VXlsLP9ZhwbyRczt/MIjiBONXRc6YxLMDwxMy/YVeLawY/8PC+YRiiKmVwzTq5RVGrOdyWsNBxonbb3GQz0t0w==",
"version": "8.112.2",
"resolved": "https://registry.npmjs.org/@fluentui/react/-/react-8.112.2.tgz",
"integrity": "sha512-NdE2LIsWuhC1jTHAch8+eY3fplivwYfVeP3wKsNCm0aEf6JgbuyQB+ZN1CN7eqCNeSd9TPYaXn1gwfuBxef1mA==",
"dev": true,
"requires": {
"@fluentui/date-time-utilities": "^8.5.12",
"@fluentui/font-icons-mdl2": "^8.5.21",
"@fluentui/foundation-legacy": "^8.2.41",
"@fluentui/date-time-utilities": "^8.5.13",
"@fluentui/font-icons-mdl2": "^8.5.25",
"@fluentui/foundation-legacy": "^8.2.45",
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/react-focus": "^8.8.28",
"@fluentui/react-hooks": "^8.6.27",
"@fluentui/react-portal-compat-context": "^9.0.6",
"@fluentui/react-focus": "^8.8.32",
"@fluentui/react-hooks": "^8.6.30",
"@fluentui/react-portal-compat-context": "^9.0.9",
"@fluentui/react-window-provider": "^2.2.15",
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/theme": "^2.6.32",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/theme": "^2.6.36",
"@fluentui/utilities": "^8.13.19",
"@microsoft/load-themed-styles": "^1.10.26",
"tslib": "^2.1.0"
}
},
"@fluentui/react-focus": {
"version": "8.8.28",
"resolved": "https://registry.npmjs.org/@fluentui/react-focus/-/react-focus-8.8.28.tgz",
"integrity": "sha512-gdBASqKW41tWnrNj3B3WQqYGXqnPOGZvQz9AILCY4g1oWv2QoQV1xRhVmzu6V/vJzUZDqOVyD/RseumGmIh8Yg==",
"version": "8.8.32",
"resolved": "https://registry.npmjs.org/@fluentui/react-focus/-/react-focus-8.8.32.tgz",
"integrity": "sha512-ALYMkDRG8qKCRuf5f3w5suWLFBT/65e4vC2EXKhYTcb/AGAH4wGMdWC+b4ek12D4u6L6tOegTMqC64fLp/RT3Q==",
"dev": true,
"requires": {
"@fluentui/keyboard-key": "^0.4.11",
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/style-utilities": "^8.9.14",
"@fluentui/utilities": "^8.13.16",
"@fluentui/style-utilities": "^8.9.18",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
}
},
"@fluentui/react-hooks": {
"version": "8.6.27",
"resolved": "https://registry.npmjs.org/@fluentui/react-hooks/-/react-hooks-8.6.27.tgz",
"integrity": "sha512-4Thtr8LgM3/aGExWrIFtTfPX1sHirPTD9DxEkD2/GOPniN/dFBKYp0q1eyMkRu2/KXV6HUVyQL9hK+yfD9sIQQ==",
"version": "8.6.30",
"resolved": "https://registry.npmjs.org/@fluentui/react-hooks/-/react-hooks-8.6.30.tgz",
"integrity": "sha512-+EhJY2+C7wbWP+36zM4llc1KGY4/XWu36BnDumoKLJdcrnGilJHHQJ3pXhvJPf2f2mc7LoasCtQDmCQ5Tfzi3A==",
"dev": true,
"requires": {
"@fluentui/react-window-provider": "^2.2.15",
"@fluentui/set-version": "^8.2.11",
"@fluentui/utilities": "^8.13.16",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
}
},
"@fluentui/react-portal-compat-context": {
"version": "9.0.6",
"resolved": "https://registry.npmjs.org/@fluentui/react-portal-compat-context/-/react-portal-compat-context-9.0.6.tgz",
"integrity": "sha512-HUt0/YXKRB4chtzlGbZ+7y7FHFyqaI0CeMFAe/QBXVOiOwA01QOr2j4Uky+30vupspIt6mjodLanuw1jMybmqQ==",
"version": "9.0.9",
"resolved": "https://registry.npmjs.org/@fluentui/react-portal-compat-context/-/react-portal-compat-context-9.0.9.tgz",
"integrity": "sha512-Qt4zBJjBf3QihWqDNfZ4D9ha0QdcUvw4zIErp6IkT4uFIkV2VSgEjIKXm0h2iDEZZQtzbGlFG+9hPPhH13HaPQ==",
"dev": true,
"requires": {
"@swc/helpers": "^0.4.14"
"@swc/helpers": "^0.5.1"
}
},
"@fluentui/react-window-provider": {
@ -1234,35 +1234,35 @@
}
},
"@fluentui/style-utilities": {
"version": "8.9.14",
"resolved": "https://registry.npmjs.org/@fluentui/style-utilities/-/style-utilities-8.9.14.tgz",
"integrity": "sha512-On48B9biXgV6PgimFdSwRuYLzue9PjwqxT31UP3w5uvwANL+Hqile5AbkR5g9RartoJiDIk1bHAP7QQkqI1jEg==",
"version": "8.9.18",
"resolved": "https://registry.npmjs.org/@fluentui/style-utilities/-/style-utilities-8.9.18.tgz",
"integrity": "sha512-bWRcN8q2JDLZJOxJ3ov+2MLP+XqK3tHMGyLWjDAkUYUzgsM3ppA0HAroo/MLkn8vrFcoUYCuL/jtv7IXR6SZBw==",
"dev": true,
"requires": {
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/theme": "^2.6.32",
"@fluentui/utilities": "^8.13.16",
"@fluentui/theme": "^2.6.36",
"@fluentui/utilities": "^8.13.19",
"@microsoft/load-themed-styles": "^1.10.26",
"tslib": "^2.1.0"
}
},
"@fluentui/theme": {
"version": "2.6.32",
"resolved": "https://registry.npmjs.org/@fluentui/theme/-/theme-2.6.32.tgz",
"integrity": "sha512-UkDsCdQQTQb7Ib+tux2Octz3opTvnRDknXoVnC6yluQVd6ugM8eWDUphOgB7Vnsf1Ou7EhPKdIN6OHXHXuoIyA==",
"version": "2.6.36",
"resolved": "https://registry.npmjs.org/@fluentui/theme/-/theme-2.6.36.tgz",
"integrity": "sha512-rSP+LNmOJ9woiZzicdgtKFHt8Tyq7Jqu4KpczW0zXOYR9orgwFecpiUwRpZs1zD6lb3pAUNw4oYrM1tc7FH5AA==",
"dev": true,
"requires": {
"@fluentui/merge-styles": "^8.5.12",
"@fluentui/set-version": "^8.2.11",
"@fluentui/utilities": "^8.13.16",
"@fluentui/utilities": "^8.13.19",
"tslib": "^2.1.0"
}
},
"@fluentui/utilities": {
"version": "8.13.16",
"resolved": "https://registry.npmjs.org/@fluentui/utilities/-/utilities-8.13.16.tgz",
"integrity": "sha512-NAz7892Fjf4SNj7QCXuL/WGaZHc5GfCkT2trRFAhduSDXTib1dFANmS/yH2u9dH+27WAtu9pD9p9KbEhrWK4MQ==",
"version": "8.13.19",
"resolved": "https://registry.npmjs.org/@fluentui/utilities/-/utilities-8.13.19.tgz",
"integrity": "sha512-v0WNV6NNQKi9nLttvc6btzxX3XOVRA817fZ7zBqsV6JWQGRfyrBwhskh6TUIgANJjPejz5nk05U6rvSWNUM+FQ==",
"dev": true,
"requires": {
"@fluentui/dom-utilities": "^2.2.11",
@ -1278,18 +1278,18 @@
"dev": true
},
"@swc/helpers": {
"version": "0.4.14",
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.4.14.tgz",
"integrity": "sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==",
"version": "0.5.3",
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.3.tgz",
"integrity": "sha512-FaruWX6KdudYloq1AHD/4nU+UsMTdNE8CKyrseXWEcgjDAbvkwJg2QGPAnfIJLIWsjZOSPLOAykK6fuYp4vp4A==",
"dev": true,
"requires": {
"tslib": "^2.4.0"
}
},
"@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz",
"integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA==",
"dev": true
},
"@types/geojson": {
@ -1299,15 +1299,15 @@
"dev": true
},
"@types/prop-types": {
"version": "15.7.5",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
"integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==",
"version": "15.7.8",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.8.tgz",
"integrity": "sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ==",
"dev": true
},
"@types/react": {
"version": "17.0.62",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.62.tgz",
"integrity": "sha512-eANCyz9DG8p/Vdhr0ZKST8JV12PhH2ACCDYlFw6DIO+D+ca+uP4jtEDEpVqXZrh/uZdXQGwk7whJa3ah5DtyLw==",
"version": "17.0.68",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.68.tgz",
"integrity": "sha512-y8heXejd/Gi43S28GOqIFmr6BzhLa3anMlPojRu4rHh3MtRrrpB+BtLEcqP3XPO1urXByzBdkOLU7sodYWnpkA==",
"dev": true,
"requires": {
"@types/prop-types": "*",
@ -1316,18 +1316,18 @@
}
},
"@types/react-dom": {
"version": "17.0.20",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.20.tgz",
"integrity": "sha512-4pzIjSxDueZZ90F52mU3aPoogkHIoSIDG+oQ+wQK7Cy2B9S+MvOqY0uEA/qawKz381qrEDkvpwyt8Bm31I8sbA==",
"version": "17.0.21",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.21.tgz",
"integrity": "sha512-3rQEFUNUUz2MYiRwJJj6UekcW7rFLOtmK7ajQP7qJpjNdggInl3I/xM4I3Hq1yYPdCGVMgax1gZsB7BBTtayXg==",
"dev": true,
"requires": {
"@types/react": "^17"
}
},
"@types/scheduler": {
"version": "0.16.3",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz",
"integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==",
"version": "0.16.4",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.4.tgz",
"integrity": "sha512-2L9ifAGl7wmXwP4v3pN4p2FLhD0O1qsJpvKmNin5VA8+UvNVb447UDaAEV6UdrkA+m/Xs58U1RFps44x6TFsVQ==",
"dev": true
},
"commander": {
@ -1533,9 +1533,9 @@
}
},
"node-fetch": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
"integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
"dev": true,
"requires": {
"whatwg-url": "^5.0.0"
@ -1620,9 +1620,9 @@
"dev": true
},
"tslib": {
"version": "2.5.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==",
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
"dev": true
},
"vega": {
@ -1941,9 +1941,9 @@
}
},
"vega-typings": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.1.tgz",
"integrity": "sha512-WNw6tDxwMsynQ9osJb3RZi3g8GZruxVgXfe8N7nbqvNOgDQkUuVjqTZiwGg5kqjmLqx09lRRlskgp/ov7lEGeg==",
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.2.tgz",
"integrity": "sha512-fW02GElYoqweCCaPqH6iH44UZnzXiX9kbm1qyecjU3k5s0vtufLI7Yuz/a/uL37mEAqTMQplBBAlk0T9e2e1Dw==",
"dev": true,
"requires": {
"@types/geojson": "7946.0.4",

84
packages/sanddance-explorer/package-lock.json сгенерированный
Просмотреть файл

@ -23,15 +23,15 @@
}
},
"node_modules/@types/d3-format": {
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/@types/d3-format/-/d3-format-1.4.2.tgz",
"integrity": "sha512-WeGCHAs7PHdZYq6lwl/+jsl+Nfc1J2W1kNcMeIMYzQsT6mtBDBgtJ/rcdjZ0k0rVIvqEZqhhuD5TK/v3P2gFHQ==",
"version": "1.4.3",
"resolved": "https://registry.npmjs.org/@types/d3-format/-/d3-format-1.4.3.tgz",
"integrity": "sha512-Rp3dUYGqPSn4RY+GDW1GfY++JoFvnXU2E+5pU0/4iYLVgdwt029lRlAsAeHk9lJvq3UXl10l09Cmmj2G1wnNlA==",
"dev": true
},
"node_modules/@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz",
"integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA==",
"dev": true
},
"node_modules/@types/geojson": {
@ -41,15 +41,15 @@
"dev": true
},
"node_modules/@types/prop-types": {
"version": "15.7.5",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
"integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==",
"version": "15.7.8",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.8.tgz",
"integrity": "sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ==",
"peer": true
},
"node_modules/@types/react": {
"version": "17.0.62",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.62.tgz",
"integrity": "sha512-eANCyz9DG8p/Vdhr0ZKST8JV12PhH2ACCDYlFw6DIO+D+ca+uP4jtEDEpVqXZrh/uZdXQGwk7whJa3ah5DtyLw==",
"version": "17.0.68",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.68.tgz",
"integrity": "sha512-y8heXejd/Gi43S28GOqIFmr6BzhLa3anMlPojRu4rHh3MtRrrpB+BtLEcqP3XPO1urXByzBdkOLU7sodYWnpkA==",
"peer": true,
"dependencies": {
"@types/prop-types": "*",
@ -58,18 +58,18 @@
}
},
"node_modules/@types/react-dom": {
"version": "17.0.20",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.20.tgz",
"integrity": "sha512-4pzIjSxDueZZ90F52mU3aPoogkHIoSIDG+oQ+wQK7Cy2B9S+MvOqY0uEA/qawKz381qrEDkvpwyt8Bm31I8sbA==",
"version": "17.0.21",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.21.tgz",
"integrity": "sha512-3rQEFUNUUz2MYiRwJJj6UekcW7rFLOtmK7ajQP7qJpjNdggInl3I/xM4I3Hq1yYPdCGVMgax1gZsB7BBTtayXg==",
"peer": true,
"dependencies": {
"@types/react": "^17"
}
},
"node_modules/@types/scheduler": {
"version": "0.16.3",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz",
"integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==",
"version": "0.16.4",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.4.tgz",
"integrity": "sha512-2L9ifAGl7wmXwP4v3pN4p2FLhD0O1qsJpvKmNin5VA8+UvNVb447UDaAEV6UdrkA+m/Xs58U1RFps44x6TFsVQ==",
"peer": true
},
"node_modules/csstype": {
@ -164,9 +164,9 @@
}
},
"node_modules/vega-typings": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.1.tgz",
"integrity": "sha512-WNw6tDxwMsynQ9osJb3RZi3g8GZruxVgXfe8N7nbqvNOgDQkUuVjqTZiwGg5kqjmLqx09lRRlskgp/ov7lEGeg==",
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.2.tgz",
"integrity": "sha512-fW02GElYoqweCCaPqH6iH44UZnzXiX9kbm1qyecjU3k5s0vtufLI7Yuz/a/uL37mEAqTMQplBBAlk0T9e2e1Dw==",
"dev": true,
"dependencies": {
"@types/geojson": "7946.0.4",
@ -184,15 +184,15 @@
},
"dependencies": {
"@types/d3-format": {
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/@types/d3-format/-/d3-format-1.4.2.tgz",
"integrity": "sha512-WeGCHAs7PHdZYq6lwl/+jsl+Nfc1J2W1kNcMeIMYzQsT6mtBDBgtJ/rcdjZ0k0rVIvqEZqhhuD5TK/v3P2gFHQ==",
"version": "1.4.3",
"resolved": "https://registry.npmjs.org/@types/d3-format/-/d3-format-1.4.3.tgz",
"integrity": "sha512-Rp3dUYGqPSn4RY+GDW1GfY++JoFvnXU2E+5pU0/4iYLVgdwt029lRlAsAeHk9lJvq3UXl10l09Cmmj2G1wnNlA==",
"dev": true
},
"@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz",
"integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA==",
"dev": true
},
"@types/geojson": {
@ -202,15 +202,15 @@
"dev": true
},
"@types/prop-types": {
"version": "15.7.5",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
"integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==",
"version": "15.7.8",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.8.tgz",
"integrity": "sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ==",
"peer": true
},
"@types/react": {
"version": "17.0.62",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.62.tgz",
"integrity": "sha512-eANCyz9DG8p/Vdhr0ZKST8JV12PhH2ACCDYlFw6DIO+D+ca+uP4jtEDEpVqXZrh/uZdXQGwk7whJa3ah5DtyLw==",
"version": "17.0.68",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.68.tgz",
"integrity": "sha512-y8heXejd/Gi43S28GOqIFmr6BzhLa3anMlPojRu4rHh3MtRrrpB+BtLEcqP3XPO1urXByzBdkOLU7sodYWnpkA==",
"peer": true,
"requires": {
"@types/prop-types": "*",
@ -219,18 +219,18 @@
}
},
"@types/react-dom": {
"version": "17.0.20",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.20.tgz",
"integrity": "sha512-4pzIjSxDueZZ90F52mU3aPoogkHIoSIDG+oQ+wQK7Cy2B9S+MvOqY0uEA/qawKz381qrEDkvpwyt8Bm31I8sbA==",
"version": "17.0.21",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.21.tgz",
"integrity": "sha512-3rQEFUNUUz2MYiRwJJj6UekcW7rFLOtmK7ajQP7qJpjNdggInl3I/xM4I3Hq1yYPdCGVMgax1gZsB7BBTtayXg==",
"peer": true,
"requires": {
"@types/react": "^17"
}
},
"@types/scheduler": {
"version": "0.16.3",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz",
"integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==",
"version": "0.16.4",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.4.tgz",
"integrity": "sha512-2L9ifAGl7wmXwP4v3pN4p2FLhD0O1qsJpvKmNin5VA8+UvNVb447UDaAEV6UdrkA+m/Xs58U1RFps44x6TFsVQ==",
"peer": true
},
"csstype": {
@ -313,9 +313,9 @@
}
},
"vega-typings": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.1.tgz",
"integrity": "sha512-WNw6tDxwMsynQ9osJb3RZi3g8GZruxVgXfe8N7nbqvNOgDQkUuVjqTZiwGg5kqjmLqx09lRRlskgp/ov7lEGeg==",
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.2.tgz",
"integrity": "sha512-fW02GElYoqweCCaPqH6iH44UZnzXiX9kbm1qyecjU3k5s0vtufLI7Yuz/a/uL37mEAqTMQplBBAlk0T9e2e1Dw==",
"dev": true,
"requires": {
"@types/geojson": "7946.0.4",

84
packages/sanddance-react/package-lock.json сгенерированный
Просмотреть файл

@ -22,9 +22,9 @@
}
},
"node_modules/@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz",
"integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA==",
"dev": true
},
"node_modules/@types/geojson": {
@ -34,15 +34,15 @@
"dev": true
},
"node_modules/@types/prop-types": {
"version": "15.7.5",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
"integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==",
"version": "15.7.8",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.8.tgz",
"integrity": "sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ==",
"peer": true
},
"node_modules/@types/react": {
"version": "17.0.62",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.62.tgz",
"integrity": "sha512-eANCyz9DG8p/Vdhr0ZKST8JV12PhH2ACCDYlFw6DIO+D+ca+uP4jtEDEpVqXZrh/uZdXQGwk7whJa3ah5DtyLw==",
"version": "17.0.68",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.68.tgz",
"integrity": "sha512-y8heXejd/Gi43S28GOqIFmr6BzhLa3anMlPojRu4rHh3MtRrrpB+BtLEcqP3XPO1urXByzBdkOLU7sodYWnpkA==",
"peer": true,
"dependencies": {
"@types/prop-types": "*",
@ -51,18 +51,18 @@
}
},
"node_modules/@types/react-dom": {
"version": "17.0.20",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.20.tgz",
"integrity": "sha512-4pzIjSxDueZZ90F52mU3aPoogkHIoSIDG+oQ+wQK7Cy2B9S+MvOqY0uEA/qawKz381qrEDkvpwyt8Bm31I8sbA==",
"version": "17.0.21",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.21.tgz",
"integrity": "sha512-3rQEFUNUUz2MYiRwJJj6UekcW7rFLOtmK7ajQP7qJpjNdggInl3I/xM4I3Hq1yYPdCGVMgax1gZsB7BBTtayXg==",
"peer": true,
"dependencies": {
"@types/react": "^17"
}
},
"node_modules/@types/scheduler": {
"version": "0.16.3",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz",
"integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==",
"version": "0.16.4",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.4.tgz",
"integrity": "sha512-2L9ifAGl7wmXwP4v3pN4p2FLhD0O1qsJpvKmNin5VA8+UvNVb447UDaAEV6UdrkA+m/Xs58U1RFps44x6TFsVQ==",
"peer": true
},
"node_modules/commander": {
@ -357,9 +357,9 @@
}
},
"node_modules/node-fetch": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
"integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
"dev": true,
"dependencies": {
"whatwg-url": "^5.0.0"
@ -783,9 +783,9 @@
}
},
"node_modules/vega-typings": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.1.tgz",
"integrity": "sha512-WNw6tDxwMsynQ9osJb3RZi3g8GZruxVgXfe8N7nbqvNOgDQkUuVjqTZiwGg5kqjmLqx09lRRlskgp/ov7lEGeg==",
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.2.tgz",
"integrity": "sha512-fW02GElYoqweCCaPqH6iH44UZnzXiX9kbm1qyecjU3k5s0vtufLI7Yuz/a/uL37mEAqTMQplBBAlk0T9e2e1Dw==",
"dev": true,
"dependencies": {
"@types/geojson": "7946.0.4",
@ -870,9 +870,9 @@
},
"dependencies": {
"@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz",
"integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA==",
"dev": true
},
"@types/geojson": {
@ -882,15 +882,15 @@
"dev": true
},
"@types/prop-types": {
"version": "15.7.5",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
"integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==",
"version": "15.7.8",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.8.tgz",
"integrity": "sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ==",
"peer": true
},
"@types/react": {
"version": "17.0.62",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.62.tgz",
"integrity": "sha512-eANCyz9DG8p/Vdhr0ZKST8JV12PhH2ACCDYlFw6DIO+D+ca+uP4jtEDEpVqXZrh/uZdXQGwk7whJa3ah5DtyLw==",
"version": "17.0.68",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.68.tgz",
"integrity": "sha512-y8heXejd/Gi43S28GOqIFmr6BzhLa3anMlPojRu4rHh3MtRrrpB+BtLEcqP3XPO1urXByzBdkOLU7sodYWnpkA==",
"peer": true,
"requires": {
"@types/prop-types": "*",
@ -899,18 +899,18 @@
}
},
"@types/react-dom": {
"version": "17.0.20",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.20.tgz",
"integrity": "sha512-4pzIjSxDueZZ90F52mU3aPoogkHIoSIDG+oQ+wQK7Cy2B9S+MvOqY0uEA/qawKz381qrEDkvpwyt8Bm31I8sbA==",
"version": "17.0.21",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.21.tgz",
"integrity": "sha512-3rQEFUNUUz2MYiRwJJj6UekcW7rFLOtmK7ajQP7qJpjNdggInl3I/xM4I3Hq1yYPdCGVMgax1gZsB7BBTtayXg==",
"peer": true,
"requires": {
"@types/react": "^17"
}
},
"@types/scheduler": {
"version": "0.16.3",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz",
"integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==",
"version": "0.16.4",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.4.tgz",
"integrity": "sha512-2L9ifAGl7wmXwP4v3pN4p2FLhD0O1qsJpvKmNin5VA8+UvNVb447UDaAEV6UdrkA+m/Xs58U1RFps44x6TFsVQ==",
"peer": true
},
"commander": {
@ -1121,9 +1121,9 @@
}
},
"node-fetch": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
"integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
"dev": true,
"requires": {
"whatwg-url": "^5.0.0"
@ -1523,9 +1523,9 @@
}
},
"vega-typings": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.1.tgz",
"integrity": "sha512-WNw6tDxwMsynQ9osJb3RZi3g8GZruxVgXfe8N7nbqvNOgDQkUuVjqTZiwGg5kqjmLqx09lRRlskgp/ov7lEGeg==",
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.2.tgz",
"integrity": "sha512-fW02GElYoqweCCaPqH6iH44UZnzXiX9kbm1qyecjU3k5s0vtufLI7Yuz/a/uL37mEAqTMQplBBAlk0T9e2e1Dw==",
"dev": true,
"requires": {
"@types/geojson": "7946.0.4",

36
packages/sanddance-specs/package-lock.json сгенерированный
Просмотреть файл

@ -16,9 +16,9 @@
}
},
"node_modules/@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA=="
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz",
"integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA=="
},
"node_modules/@types/geojson": {
"version": "7946.0.4",
@ -288,9 +288,9 @@
}
},
"node_modules/node-fetch": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
"integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
"dev": true,
"dependencies": {
"whatwg-url": "^5.0.0"
@ -666,9 +666,9 @@
}
},
"node_modules/vega-typings": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.1.tgz",
"integrity": "sha512-WNw6tDxwMsynQ9osJb3RZi3g8GZruxVgXfe8N7nbqvNOgDQkUuVjqTZiwGg5kqjmLqx09lRRlskgp/ov7lEGeg==",
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.2.tgz",
"integrity": "sha512-fW02GElYoqweCCaPqH6iH44UZnzXiX9kbm1qyecjU3k5s0vtufLI7Yuz/a/uL37mEAqTMQplBBAlk0T9e2e1Dw==",
"dependencies": {
"@types/geojson": "7946.0.4",
"vega-event-selector": "^3.0.1",
@ -751,9 +751,9 @@
},
"dependencies": {
"@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA=="
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz",
"integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA=="
},
"@types/geojson": {
"version": "7946.0.4",
@ -942,9 +942,9 @@
"dev": true
},
"node-fetch": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
"integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
"dev": true,
"requires": {
"whatwg-url": "^5.0.0"
@ -1305,9 +1305,9 @@
}
},
"vega-typings": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.1.tgz",
"integrity": "sha512-WNw6tDxwMsynQ9osJb3RZi3g8GZruxVgXfe8N7nbqvNOgDQkUuVjqTZiwGg5kqjmLqx09lRRlskgp/ov7lEGeg==",
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.2.tgz",
"integrity": "sha512-fW02GElYoqweCCaPqH6iH44UZnzXiX9kbm1qyecjU3k5s0vtufLI7Yuz/a/uL37mEAqTMQplBBAlk0T9e2e1Dw==",
"requires": {
"@types/geojson": "7946.0.4",
"vega-event-selector": "^3.0.1",

36
packages/sanddance-test-es6/package-lock.json сгенерированный
Просмотреть файл

@ -15,9 +15,9 @@
}
},
"node_modules/@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA=="
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz",
"integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA=="
},
"node_modules/@types/geojson": {
"version": "7946.0.4",
@ -265,9 +265,9 @@
}
},
"node_modules/node-fetch": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
"integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
"dependencies": {
"whatwg-url": "^5.0.0"
},
@ -613,9 +613,9 @@
}
},
"node_modules/vega-typings": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.1.tgz",
"integrity": "sha512-WNw6tDxwMsynQ9osJb3RZi3g8GZruxVgXfe8N7nbqvNOgDQkUuVjqTZiwGg5kqjmLqx09lRRlskgp/ov7lEGeg==",
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.2.tgz",
"integrity": "sha512-fW02GElYoqweCCaPqH6iH44UZnzXiX9kbm1qyecjU3k5s0vtufLI7Yuz/a/uL37mEAqTMQplBBAlk0T9e2e1Dw==",
"dependencies": {
"@types/geojson": "7946.0.4",
"vega-event-selector": "^3.0.1",
@ -692,9 +692,9 @@
},
"dependencies": {
"@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA=="
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz",
"integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA=="
},
"@types/geojson": {
"version": "7946.0.4",
@ -861,9 +861,9 @@
"integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg=="
},
"node-fetch": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
"integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
"requires": {
"whatwg-url": "^5.0.0"
}
@ -1194,9 +1194,9 @@
}
},
"vega-typings": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.1.tgz",
"integrity": "sha512-WNw6tDxwMsynQ9osJb3RZi3g8GZruxVgXfe8N7nbqvNOgDQkUuVjqTZiwGg5kqjmLqx09lRRlskgp/ov7lEGeg==",
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.2.tgz",
"integrity": "sha512-fW02GElYoqweCCaPqH6iH44UZnzXiX9kbm1qyecjU3k5s0vtufLI7Yuz/a/uL37mEAqTMQplBBAlk0T9e2e1Dw==",
"requires": {
"@types/geojson": "7946.0.4",
"vega-event-selector": "^3.0.1",

48
packages/sanddance/package-lock.json сгенерированный
Просмотреть файл

@ -17,24 +17,24 @@
}
},
"node_modules/@types/d3-scale": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.3.tgz",
"integrity": "sha512-PATBiMCpvHJSMtZAMEhc2WyL+hnzarKzI6wAHYjhsonjWJYGq5BXTzQjv4l8m2jO183/4wZ90rKvSeT7o72xNQ==",
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.5.tgz",
"integrity": "sha512-w/C++3W394MHzcLKO2kdsIn5KKNTOqeQVzyPSGPLzQbkPw/jpeaGtSRlakcKevGgGsjJxGsbqS0fPrVFDbHrDA==",
"dev": true,
"dependencies": {
"@types/d3-time": "*"
}
},
"node_modules/@types/d3-time": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.0.tgz",
"integrity": "sha512-sZLCdHvBUcNby1cB6Fd3ZBrABbjz3v1Vm90nysCQ6Vt7vd6e/h9Lt7SiJUoEX0l4Dzc7P5llKyhqSi1ycSf1Hg==",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.1.tgz",
"integrity": "sha512-5j/AnefKAhCw4HpITmLDTPlf4vhi8o/dES+zbegfPb7LaGfNyqkLxBR6E+4yvTAgnJLmhe80EXFMzUs38fw4oA==",
"dev": true
},
"node_modules/@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA=="
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz",
"integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA=="
},
"node_modules/@types/geojson": {
"version": "7946.0.4",
@ -139,9 +139,9 @@
}
},
"node_modules/vega-typings": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.1.tgz",
"integrity": "sha512-WNw6tDxwMsynQ9osJb3RZi3g8GZruxVgXfe8N7nbqvNOgDQkUuVjqTZiwGg5kqjmLqx09lRRlskgp/ov7lEGeg==",
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.2.tgz",
"integrity": "sha512-fW02GElYoqweCCaPqH6iH44UZnzXiX9kbm1qyecjU3k5s0vtufLI7Yuz/a/uL37mEAqTMQplBBAlk0T9e2e1Dw==",
"dependencies": {
"@types/geojson": "7946.0.4",
"vega-event-selector": "^3.0.1",
@ -157,24 +157,24 @@
},
"dependencies": {
"@types/d3-scale": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.3.tgz",
"integrity": "sha512-PATBiMCpvHJSMtZAMEhc2WyL+hnzarKzI6wAHYjhsonjWJYGq5BXTzQjv4l8m2jO183/4wZ90rKvSeT7o72xNQ==",
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.5.tgz",
"integrity": "sha512-w/C++3W394MHzcLKO2kdsIn5KKNTOqeQVzyPSGPLzQbkPw/jpeaGtSRlakcKevGgGsjJxGsbqS0fPrVFDbHrDA==",
"dev": true,
"requires": {
"@types/d3-time": "*"
}
},
"@types/d3-time": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.0.tgz",
"integrity": "sha512-sZLCdHvBUcNby1cB6Fd3ZBrABbjz3v1Vm90nysCQ6Vt7vd6e/h9Lt7SiJUoEX0l4Dzc7P5llKyhqSi1ycSf1Hg==",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.1.tgz",
"integrity": "sha512-5j/AnefKAhCw4HpITmLDTPlf4vhi8o/dES+zbegfPb7LaGfNyqkLxBR6E+4yvTAgnJLmhe80EXFMzUs38fw4oA==",
"dev": true
},
"@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA=="
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz",
"integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA=="
},
"@types/geojson": {
"version": "7946.0.4",
@ -255,9 +255,9 @@
}
},
"vega-typings": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.1.tgz",
"integrity": "sha512-WNw6tDxwMsynQ9osJb3RZi3g8GZruxVgXfe8N7nbqvNOgDQkUuVjqTZiwGg5kqjmLqx09lRRlskgp/ov7lEGeg==",
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.2.tgz",
"integrity": "sha512-fW02GElYoqweCCaPqH6iH44UZnzXiX9kbm1qyecjU3k5s0vtufLI7Yuz/a/uL37mEAqTMQplBBAlk0T9e2e1Dw==",
"requires": {
"@types/geojson": "7946.0.4",
"vega-event-selector": "^3.0.1",

24
packages/search-expression/package-lock.json сгенерированный
Просмотреть файл

@ -13,9 +13,9 @@
}
},
"node_modules/@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA=="
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz",
"integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA=="
},
"node_modules/@types/geojson": {
"version": "7946.0.4",
@ -37,9 +37,9 @@
}
},
"node_modules/vega-typings": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.1.tgz",
"integrity": "sha512-WNw6tDxwMsynQ9osJb3RZi3g8GZruxVgXfe8N7nbqvNOgDQkUuVjqTZiwGg5kqjmLqx09lRRlskgp/ov7lEGeg==",
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.2.tgz",
"integrity": "sha512-fW02GElYoqweCCaPqH6iH44UZnzXiX9kbm1qyecjU3k5s0vtufLI7Yuz/a/uL37mEAqTMQplBBAlk0T9e2e1Dw==",
"dependencies": {
"@types/geojson": "7946.0.4",
"vega-event-selector": "^3.0.1",
@ -55,9 +55,9 @@
},
"dependencies": {
"@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA=="
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz",
"integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA=="
},
"@types/geojson": {
"version": "7946.0.4",
@ -79,9 +79,9 @@
}
},
"vega-typings": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.1.tgz",
"integrity": "sha512-WNw6tDxwMsynQ9osJb3RZi3g8GZruxVgXfe8N7nbqvNOgDQkUuVjqTZiwGg5kqjmLqx09lRRlskgp/ov7lEGeg==",
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.2.tgz",
"integrity": "sha512-fW02GElYoqweCCaPqH6iH44UZnzXiX9kbm1qyecjU3k5s0vtufLI7Yuz/a/uL37mEAqTMQplBBAlk0T9e2e1Dw==",
"requires": {
"@types/geojson": "7946.0.4",
"vega-event-selector": "^3.0.1",

112
packages/vega-deck.gl/package-lock.json сгенерированный
Просмотреть файл

@ -25,12 +25,12 @@
}
},
"node_modules/@babel/runtime": {
"version": "7.22.5",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz",
"integrity": "sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==",
"version": "7.23.1",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.1.tgz",
"integrity": "sha512-hC2v6p8ZSI/W0HUzh3V8C5g+NwSKzKPtJwSpTjwl0o297GP9+ZLQSkdvHz46CM3LqyoXxq+5G9komY+eSqSO0g==",
"dev": true,
"dependencies": {
"regenerator-runtime": "^0.13.11"
"regenerator-runtime": "^0.14.0"
},
"engines": {
"node": ">=6.9.0"
@ -246,9 +246,9 @@
}
},
"node_modules/@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA=="
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz",
"integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA=="
},
"node_modules/@types/geojson": {
"version": "7946.0.4",
@ -256,19 +256,19 @@
"integrity": "sha512-MHmwBtCb7OCv1DSivz2UNJXPGU/1btAWRKlqJ2saEhVJkpkvqHMMaOpKg0v4sAbDWSQekHGvPVMM8nQ+Jen03Q=="
},
"node_modules/@types/hammerjs": {
"version": "2.0.41",
"resolved": "https://registry.npmjs.org/@types/hammerjs/-/hammerjs-2.0.41.tgz",
"integrity": "sha512-ewXv/ceBaJprikMcxCmWU1FKyMAQ2X7a9Gtmzw8fcg2kIePI1crERDM818W+XYrxqdBBOdlf2rm137bU+BltCA=="
"version": "2.0.42",
"resolved": "https://registry.npmjs.org/@types/hammerjs/-/hammerjs-2.0.42.tgz",
"integrity": "sha512-Xxk14BrwHnGi0xlURPRb+Y0UNn2w3cTkeFm7pKMsYOaNgH/kabbJLhcBoNIodwsbTz7Z8KcWjtDvlGH0nc0U9w=="
},
"node_modules/@types/prop-types": {
"version": "15.7.5",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
"integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w=="
"version": "15.7.8",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.8.tgz",
"integrity": "sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ=="
},
"node_modules/@types/react": {
"version": "17.0.62",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.62.tgz",
"integrity": "sha512-eANCyz9DG8p/Vdhr0ZKST8JV12PhH2ACCDYlFw6DIO+D+ca+uP4jtEDEpVqXZrh/uZdXQGwk7whJa3ah5DtyLw==",
"version": "17.0.68",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.68.tgz",
"integrity": "sha512-y8heXejd/Gi43S28GOqIFmr6BzhLa3anMlPojRu4rHh3MtRrrpB+BtLEcqP3XPO1urXByzBdkOLU7sodYWnpkA==",
"dependencies": {
"@types/prop-types": "*",
"@types/scheduler": "*",
@ -276,9 +276,9 @@
}
},
"node_modules/@types/scheduler": {
"version": "0.16.3",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz",
"integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ=="
"version": "0.16.4",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.4.tgz",
"integrity": "sha512-2L9ifAGl7wmXwP4v3pN4p2FLhD0O1qsJpvKmNin5VA8+UvNVb447UDaAEV6UdrkA+m/Xs58U1RFps44x6TFsVQ=="
},
"node_modules/commander": {
"version": "7.2.0",
@ -658,9 +658,9 @@
}
},
"node_modules/node-fetch": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
"integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
"dev": true,
"dependencies": {
"whatwg-url": "^5.0.0"
@ -690,9 +690,9 @@
}
},
"node_modules/regenerator-runtime": {
"version": "0.13.11",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
"integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==",
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz",
"integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==",
"dev": true
},
"node_modules/robust-predicates": {
@ -1079,9 +1079,9 @@
}
},
"node_modules/vega-typings": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.1.tgz",
"integrity": "sha512-WNw6tDxwMsynQ9osJb3RZi3g8GZruxVgXfe8N7nbqvNOgDQkUuVjqTZiwGg5kqjmLqx09lRRlskgp/ov7lEGeg==",
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.2.tgz",
"integrity": "sha512-fW02GElYoqweCCaPqH6iH44UZnzXiX9kbm1qyecjU3k5s0vtufLI7Yuz/a/uL37mEAqTMQplBBAlk0T9e2e1Dw==",
"dependencies": {
"@types/geojson": "7946.0.4",
"vega-event-selector": "^3.0.1",
@ -1164,12 +1164,12 @@
},
"dependencies": {
"@babel/runtime": {
"version": "7.22.5",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz",
"integrity": "sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==",
"version": "7.23.1",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.1.tgz",
"integrity": "sha512-hC2v6p8ZSI/W0HUzh3V8C5g+NwSKzKPtJwSpTjwl0o297GP9+ZLQSkdvHz46CM3LqyoXxq+5G9komY+eSqSO0g==",
"dev": true,
"requires": {
"regenerator-runtime": "^0.13.11"
"regenerator-runtime": "^0.14.0"
}
},
"@danmarshall/deckgl-typings": {
@ -1377,9 +1377,9 @@
}
},
"@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA=="
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz",
"integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA=="
},
"@types/geojson": {
"version": "7946.0.4",
@ -1387,19 +1387,19 @@
"integrity": "sha512-MHmwBtCb7OCv1DSivz2UNJXPGU/1btAWRKlqJ2saEhVJkpkvqHMMaOpKg0v4sAbDWSQekHGvPVMM8nQ+Jen03Q=="
},
"@types/hammerjs": {
"version": "2.0.41",
"resolved": "https://registry.npmjs.org/@types/hammerjs/-/hammerjs-2.0.41.tgz",
"integrity": "sha512-ewXv/ceBaJprikMcxCmWU1FKyMAQ2X7a9Gtmzw8fcg2kIePI1crERDM818W+XYrxqdBBOdlf2rm137bU+BltCA=="
"version": "2.0.42",
"resolved": "https://registry.npmjs.org/@types/hammerjs/-/hammerjs-2.0.42.tgz",
"integrity": "sha512-Xxk14BrwHnGi0xlURPRb+Y0UNn2w3cTkeFm7pKMsYOaNgH/kabbJLhcBoNIodwsbTz7Z8KcWjtDvlGH0nc0U9w=="
},
"@types/prop-types": {
"version": "15.7.5",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
"integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w=="
"version": "15.7.8",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.8.tgz",
"integrity": "sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ=="
},
"@types/react": {
"version": "17.0.62",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.62.tgz",
"integrity": "sha512-eANCyz9DG8p/Vdhr0ZKST8JV12PhH2ACCDYlFw6DIO+D+ca+uP4jtEDEpVqXZrh/uZdXQGwk7whJa3ah5DtyLw==",
"version": "17.0.68",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.68.tgz",
"integrity": "sha512-y8heXejd/Gi43S28GOqIFmr6BzhLa3anMlPojRu4rHh3MtRrrpB+BtLEcqP3XPO1urXByzBdkOLU7sodYWnpkA==",
"requires": {
"@types/prop-types": "*",
"@types/scheduler": "*",
@ -1407,9 +1407,9 @@
}
},
"@types/scheduler": {
"version": "0.16.3",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz",
"integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ=="
"version": "0.16.4",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.4.tgz",
"integrity": "sha512-2L9ifAGl7wmXwP4v3pN4p2FLhD0O1qsJpvKmNin5VA8+UvNVb447UDaAEV6UdrkA+m/Xs58U1RFps44x6TFsVQ=="
},
"commander": {
"version": "7.2.0",
@ -1686,9 +1686,9 @@
}
},
"node-fetch": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
"integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
"dev": true,
"requires": {
"whatwg-url": "^5.0.0"
@ -1707,9 +1707,9 @@
}
},
"regenerator-runtime": {
"version": "0.13.11",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
"integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==",
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz",
"integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==",
"dev": true
},
"robust-predicates": {
@ -2086,9 +2086,9 @@
}
},
"vega-typings": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.1.tgz",
"integrity": "sha512-WNw6tDxwMsynQ9osJb3RZi3g8GZruxVgXfe8N7nbqvNOgDQkUuVjqTZiwGg5kqjmLqx09lRRlskgp/ov7lEGeg==",
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.2.tgz",
"integrity": "sha512-fW02GElYoqweCCaPqH6iH44UZnzXiX9kbm1qyecjU3k5s0vtufLI7Yuz/a/uL37mEAqTMQplBBAlk0T9e2e1Dw==",
"requires": {
"@types/geojson": "7946.0.4",
"vega-event-selector": "^3.0.1",

36
packages/vega-morphcharts-test-es6/package-lock.json сгенерированный
Просмотреть файл

@ -12,9 +12,9 @@
}
},
"node_modules/@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA=="
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz",
"integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA=="
},
"node_modules/@types/geojson": {
"version": "7946.0.4",
@ -262,9 +262,9 @@
}
},
"node_modules/node-fetch": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
"integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
"dependencies": {
"whatwg-url": "^5.0.0"
},
@ -610,9 +610,9 @@
}
},
"node_modules/vega-typings": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.1.tgz",
"integrity": "sha512-WNw6tDxwMsynQ9osJb3RZi3g8GZruxVgXfe8N7nbqvNOgDQkUuVjqTZiwGg5kqjmLqx09lRRlskgp/ov7lEGeg==",
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.2.tgz",
"integrity": "sha512-fW02GElYoqweCCaPqH6iH44UZnzXiX9kbm1qyecjU3k5s0vtufLI7Yuz/a/uL37mEAqTMQplBBAlk0T9e2e1Dw==",
"dependencies": {
"@types/geojson": "7946.0.4",
"vega-event-selector": "^3.0.1",
@ -689,9 +689,9 @@
},
"dependencies": {
"@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA=="
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz",
"integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA=="
},
"@types/geojson": {
"version": "7946.0.4",
@ -858,9 +858,9 @@
"integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg=="
},
"node-fetch": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
"integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
"requires": {
"whatwg-url": "^5.0.0"
}
@ -1191,9 +1191,9 @@
}
},
"vega-typings": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.1.tgz",
"integrity": "sha512-WNw6tDxwMsynQ9osJb3RZi3g8GZruxVgXfe8N7nbqvNOgDQkUuVjqTZiwGg5kqjmLqx09lRRlskgp/ov7lEGeg==",
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.2.tgz",
"integrity": "sha512-fW02GElYoqweCCaPqH6iH44UZnzXiX9kbm1qyecjU3k5s0vtufLI7Yuz/a/uL37mEAqTMQplBBAlk0T9e2e1Dw==",
"requires": {
"@types/geojson": "7946.0.4",
"vega-event-selector": "^3.0.1",

84
packages/vega-morphcharts/package-lock.json сгенерированный
Просмотреть файл

@ -25,9 +25,9 @@
}
},
"node_modules/@types/d3-color": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.0.tgz",
"integrity": "sha512-HKuicPHJuvPgCD+np6Se9MQvS6OCbJmOjGvylzMJRlDwUXjKTTXs6Pwgk79O09Vj/ho3u1ofXnhFOaEWWPrlwA==",
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.1.tgz",
"integrity": "sha512-CSAVrHAtM9wfuLJ2tpvvwCU/F22sm7rMHNN+yh9D6O6hyAms3+O0cgMpC1pm6UEUMOntuZC8bMt74PteiDUdCg==",
"dev": true
},
"node_modules/@types/d3-ease": {
@ -37,9 +37,9 @@
"dev": true
},
"node_modules/@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA=="
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz",
"integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA=="
},
"node_modules/@types/geojson": {
"version": "7946.0.4",
@ -47,14 +47,14 @@
"integrity": "sha512-MHmwBtCb7OCv1DSivz2UNJXPGU/1btAWRKlqJ2saEhVJkpkvqHMMaOpKg0v4sAbDWSQekHGvPVMM8nQ+Jen03Q=="
},
"node_modules/@types/prop-types": {
"version": "15.7.5",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
"integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w=="
"version": "15.7.8",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.8.tgz",
"integrity": "sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ=="
},
"node_modules/@types/react": {
"version": "17.0.62",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.62.tgz",
"integrity": "sha512-eANCyz9DG8p/Vdhr0ZKST8JV12PhH2ACCDYlFw6DIO+D+ca+uP4jtEDEpVqXZrh/uZdXQGwk7whJa3ah5DtyLw==",
"version": "17.0.68",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.68.tgz",
"integrity": "sha512-y8heXejd/Gi43S28GOqIFmr6BzhLa3anMlPojRu4rHh3MtRrrpB+BtLEcqP3XPO1urXByzBdkOLU7sodYWnpkA==",
"dependencies": {
"@types/prop-types": "*",
"@types/scheduler": "*",
@ -62,9 +62,9 @@
}
},
"node_modules/@types/scheduler": {
"version": "0.16.3",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz",
"integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ=="
"version": "0.16.4",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.4.tgz",
"integrity": "sha512-2L9ifAGl7wmXwP4v3pN4p2FLhD0O1qsJpvKmNin5VA8+UvNVb447UDaAEV6UdrkA+m/Xs58U1RFps44x6TFsVQ=="
},
"node_modules/@types/webxr": {
"version": "0.4.0",
@ -384,9 +384,9 @@
}
},
"node_modules/node-fetch": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
"integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
"dev": true,
"dependencies": {
"whatwg-url": "^5.0.0"
@ -779,9 +779,9 @@
}
},
"node_modules/vega-typings": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.1.tgz",
"integrity": "sha512-WNw6tDxwMsynQ9osJb3RZi3g8GZruxVgXfe8N7nbqvNOgDQkUuVjqTZiwGg5kqjmLqx09lRRlskgp/ov7lEGeg==",
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.2.tgz",
"integrity": "sha512-fW02GElYoqweCCaPqH6iH44UZnzXiX9kbm1qyecjU3k5s0vtufLI7Yuz/a/uL37mEAqTMQplBBAlk0T9e2e1Dw==",
"dependencies": {
"@types/geojson": "7946.0.4",
"vega-event-selector": "^3.0.1",
@ -864,9 +864,9 @@
},
"dependencies": {
"@types/d3-color": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.0.tgz",
"integrity": "sha512-HKuicPHJuvPgCD+np6Se9MQvS6OCbJmOjGvylzMJRlDwUXjKTTXs6Pwgk79O09Vj/ho3u1ofXnhFOaEWWPrlwA==",
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.1.tgz",
"integrity": "sha512-CSAVrHAtM9wfuLJ2tpvvwCU/F22sm7rMHNN+yh9D6O6hyAms3+O0cgMpC1pm6UEUMOntuZC8bMt74PteiDUdCg==",
"dev": true
},
"@types/d3-ease": {
@ -876,9 +876,9 @@
"dev": true
},
"@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",
"integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA=="
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz",
"integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA=="
},
"@types/geojson": {
"version": "7946.0.4",
@ -886,14 +886,14 @@
"integrity": "sha512-MHmwBtCb7OCv1DSivz2UNJXPGU/1btAWRKlqJ2saEhVJkpkvqHMMaOpKg0v4sAbDWSQekHGvPVMM8nQ+Jen03Q=="
},
"@types/prop-types": {
"version": "15.7.5",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
"integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w=="
"version": "15.7.8",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.8.tgz",
"integrity": "sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ=="
},
"@types/react": {
"version": "17.0.62",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.62.tgz",
"integrity": "sha512-eANCyz9DG8p/Vdhr0ZKST8JV12PhH2ACCDYlFw6DIO+D+ca+uP4jtEDEpVqXZrh/uZdXQGwk7whJa3ah5DtyLw==",
"version": "17.0.68",
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.68.tgz",
"integrity": "sha512-y8heXejd/Gi43S28GOqIFmr6BzhLa3anMlPojRu4rHh3MtRrrpB+BtLEcqP3XPO1urXByzBdkOLU7sodYWnpkA==",
"requires": {
"@types/prop-types": "*",
"@types/scheduler": "*",
@ -901,9 +901,9 @@
}
},
"@types/scheduler": {
"version": "0.16.3",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz",
"integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ=="
"version": "0.16.4",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.4.tgz",
"integrity": "sha512-2L9ifAGl7wmXwP4v3pN4p2FLhD0O1qsJpvKmNin5VA8+UvNVb447UDaAEV6UdrkA+m/Xs58U1RFps44x6TFsVQ=="
},
"@types/webxr": {
"version": "0.4.0",
@ -1130,9 +1130,9 @@
}
},
"node-fetch": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
"integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
"dev": true,
"requires": {
"whatwg-url": "^5.0.0"
@ -1507,9 +1507,9 @@
}
},
"vega-typings": {
"version": "0.24.1",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.1.tgz",
"integrity": "sha512-WNw6tDxwMsynQ9osJb3RZi3g8GZruxVgXfe8N7nbqvNOgDQkUuVjqTZiwGg5kqjmLqx09lRRlskgp/ov7lEGeg==",
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/vega-typings/-/vega-typings-0.24.2.tgz",
"integrity": "sha512-fW02GElYoqweCCaPqH6iH44UZnzXiX9kbm1qyecjU3k5s0vtufLI7Yuz/a/uL37mEAqTMQplBBAlk0T9e2e1Dw==",
"requires": {
"@types/geojson": "7946.0.4",
"vega-event-selector": "^3.0.1",

19
streamlit/LICENSE Normal file
Просмотреть файл

@ -0,0 +1,19 @@
Copyright (c) 2018-2021 Streamlit Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

1
streamlit/MANIFEST.in Normal file
Просмотреть файл

@ -0,0 +1 @@
recursive-include sanddance/frontend/build *

46
streamlit/README.md Normal file
Просмотреть файл

@ -0,0 +1,46 @@
# streamlit-sanddance
Streamlit component that allows you to view a SandDance visualization of a dataframe.
## Installation instructions
```sh
pip install streamlit-sanddance
```
## Usage instructions
```python
import streamlit as st
from streamlit_sanddance import sanddance
sdEvent = sanddance()
st.write(sdEvent)
```
The return value is a dictionary of visual interaction events such as selections.
## Dev Setup
* Ensure you have [Python 3.6+](https://www.python.org/downloads/).
* Create a new Python virtual environment for the Streamlit component:
```
$ cd streamlit
$ python3 -m venv venv # create venv
$ . venv/bin/activate # activate venv
$ pip install streamlit # install streamlit
```
* Initialize and run the component frontend:
```
$ cd streamlit/sanddance/frontend
$ npm install # Install npm dependencies
$ npm run start # Start the Webpack dev server
```
* From a separate terminal, run the Streamlit app:
```
$ cd streamlit
$ . venv/bin/activate # activate the venv you created earlier
$ pip install -e . # install streamlit-sanddance as editable package
$ streamlit run sanddance/example.py # run the example
```

Просмотреть файл

@ -0,0 +1,82 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
import os
import streamlit.components.v1 as components
import pandas as pd
from .py_types.insight import Insight
from .py_types.explorer import ExplorerProps
from typing import Optional
# Create a _RELEASE constant. We'll set this to False while we're developing
# the component, and True when we're ready to package and distribute it.
# (This is, of course, optional - there are innumerable ways to manage your
# release process.)
_RELEASE = False
COMPONENT_NAME = "sanddance"
# Declare a Streamlit component. `declare_component` returns a function
# that is used to create instances of the component. We're naming this
# function "_component_func", with an underscore prefix, because we don't want
# to expose it directly to users. Instead, we will create a custom wrapper
# function, below, that will serve as our component's public API.
# It's worth noting that this call to `declare_component` is the
# *only thing* you need to do to create the binding between Streamlit and
# your component frontend. Everything else we do in this file is simply a
# best practice.
if not _RELEASE:
_component_func = components.declare_component(
# We give the component a simple, descriptive name ("sanddance"
# does not fit this bill, so please choose something better for your
# own component :)
COMPONENT_NAME,
# Pass `url` here to tell Streamlit that the component will be served
# by the local dev server that you run via `npm run start`.
# (This is useful while your component is in development.)
url="http://localhost:3001",
)
else:
# When we're distributing a production version of the component, we'll
# replace the `url` param with `path`, and point it to the component's
# build directory:
parent_dir = os.path.dirname(os.path.abspath(__file__))
build_dir = os.path.join(parent_dir, "frontend/build")
_component_func = components.declare_component(COMPONENT_NAME, path=build_dir)
# Create a wrapper function for the component. This is an optional
# best practice - we could simply expose the component function returned by
# `declare_component` and call it done. The wrapper allows us to customize
# our component's API: we can pre-process its input args, post-process its
# output value, and add a docstring for users.
def sanddance(key: Optional[str] = None, df: pd.DataFrame = None, insight: Optional[Insight] = None, explorerProps: Optional[ExplorerProps] = None) -> int:
"""Create a new instance of "sanddance".
Parameters
----------
key: str or None
An optional key that uniquely identifies this component. If this is
None, and the component's arguments are changed, the component will
be re-mounted in the Streamlit frontend and lose its current state.
df: pandas.DataFrame
A dataframe parameter.
Returns
-------
SandDanceEvent or None
A dict containing the event data, or None if no event has occurred.
"""
# Call through to our private component function. Arguments we pass here
# will be sent to the frontend, where they'll be available in an "args"
# dictionary.
component_value = _component_func(records=df.to_dict(orient='records'), key=key, default=None, insight=insight, explorerProps=explorerProps)
# We could modify the value returned from the component if we wanted.
# There's no need to do this in our simple example - but it's an option.
return component_value

Просмотреть файл

@ -0,0 +1,30 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
import streamlit as st
from sanddance import sanddance
import pandas as pd
from sanddance.py_types.explorer import SandDanceEvent
# Create a dictionary with some data
data = {'name': ['Alice', 'Bob', 'Charlie', 'David'],
'age': [25, 32, 18, 47],
'city': ['New York', 'Paris', 'London', 'San Francisco']}
# Create a DataFrame from the dictionary
df = pd.DataFrame(data)
# Add some test code to play with the component while it's in development.
# During development, we can run this just as we would any other Streamlit
# app: `$ streamlit run sanddance/example.py`
st.subheader("SandDance component from Pandas DataFrame")
# Create an instance of our SandDance component
sdEvent: SandDanceEvent = sanddance(df=df, explorerProps={"initialSidebarClosed": True}, insight={"chart": "treemap", "columns": {"color": "age"}, "scheme": "redyellowgreen"})
#if sdEvent is not None and contains a cubeClick >= 0, display the data row
if sdEvent is not None and 'cubeClick' in sdEvent and sdEvent['cubeClick'] is not None and sdEvent['cubeClick'] >= 0:
st.write(df.iloc[sdEvent['cubeClick']])
else:
st.write("No cubeClick event")

Просмотреть файл

@ -0,0 +1,5 @@
{
"endOfLine": "lf",
"semi": false,
"trailingComma": "es5"
}

34264
streamlit/sanddance/frontend/package-lock.json сгенерированный Normal file

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -0,0 +1,43 @@
{
"name": "streamlit-sanddance",
"version": "1.0.0",
"private": true,
"dependencies": {
"@fluentui/react": "^8",
"@msrvida/sanddance-explorer": "^4",
"react": ">=16.8.0 <18.0.0",
"react-dom": ">=16.8.0 <18.0.0",
"streamlit-component-lib": "^2.0.0",
"vega": "5.25.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"homepage": ".",
"devDependencies": {
"@msrvida/fluentui-react-cdn-typings": "^2",
"@types/node": "^12.0.0",
"@types/react": ">=16.8.0 <18.0.0",
"@types/react-dom": ">=16.8.0 <18.0.0",
"react-scripts": "^5.0.1",
"typescript": "4.4",
"vega-typings": "~0.24.1"
}
}

Просмотреть файл

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Streamlit Component</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Streamlit Component" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>

Просмотреть файл

@ -0,0 +1,8 @@
/*!
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*/
.sanddance-explorer {
height: 700px;
}

Просмотреть файл

@ -0,0 +1,89 @@
/*!
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*/
import {
Streamlit,
StreamlitComponentBase,
withStreamlitConnection,
} from "streamlit-component-lib"
import React, { ReactNode } from "react"
import { Explorer, Explorer_Class, getColorSettingsFromThemePalette, Props as ExplorerProps, SandDance, themePalettes, ViewerOptions } from "@msrvida/sanddance-explorer";
import { fluentUI } from './fluentUIComponents';
import "@msrvida/sanddance-explorer/dist/css/sanddance-explorer.css"
import "./StreamlitSandDance.css"
import { SandDanceEvent } from "./event-types";
interface State {
}
/**
* This is a React-based component template. The `render()` function is called
* automatically when your component should be re-rendered.
*/
class StreamlitSandDance extends StreamlitComponentBase<State> {
public state: State = { }
private _explorer: Explorer_Class | undefined = undefined;
public componentWillUnmount = (): void => {
this._explorer = undefined;
};
public render = (): ReactNode => {
// Arguments that are passed to the plugin in Python are accessible
// via `this.props.args`. Here, we access the "name" arg.
const records: object[] = this.props.args["records"]
const theme = this.props.theme?.base === "dark" ? 'dark-theme' : '';
const getPartialInsight: (columns: SandDance.types.Column[]) => Partial<SandDance.specs.Insight> = (columns) => {
return this.props.args["insight"] || {};
};
fluentUI.loadTheme({ palette: themePalettes[theme] });
const viewerOptions = getViewerOptions(theme, this.props.args["explorerProps"]?.viewerOptions);
const explorerProps: ExplorerProps = {
compactUI: true,
mounted: e => {
this._explorer = e;
e.load(records, getPartialInsight)
},
theme: this.props.theme?.base === "dark" ? 'dark-theme' : '',
...this.props.args["explorerProps"],
viewerOptions,
};
return (
<Explorer
{...explorerProps}
/>
)
}
}
export default withStreamlitConnection(StreamlitSandDance)
function getViewerOptions(theme: string, viewerOptions: Partial<SandDance.types.ViewerOptions>): Partial<ViewerOptions> {
return {
...viewerOptions,
colors: getColorSettingsFromThemePalette(themePalettes[theme]),
onCanvasClick: () => {
const sandDanceEvent: SandDanceEvent = {
cubeClick: -1,
};
Streamlit.setComponentValue(sandDanceEvent);
},
onCubeClick: (e, cube) => {
const sandDanceEvent: SandDanceEvent = {
cubeClick: cube.ordinal,
};
Streamlit.setComponentValue(sandDanceEvent);
},
};
}

Просмотреть файл

@ -0,0 +1,9 @@
/*!
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*/
export interface SandDanceEvent {
selection?: string;
cubeClick?: number;
}

Просмотреть файл

@ -0,0 +1,58 @@
/*!
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*/
import {
ActionButton,
DefaultButton,
IconButton,
PrimaryButton,
} from '@fluentui/react/lib/Button';
import { ChoiceGroup } from '@fluentui/react/lib/ChoiceGroup';
import { ComboBox } from '@fluentui/react/lib/ComboBox';
import { CommandBar } from '@fluentui/react/lib/CommandBar';
import { ContextualMenuItemType } from '@fluentui/react/lib/ContextualMenu';
import { Customizer } from '@fluentui/react/lib/Utilities';
import { Dialog, DialogFooter, DialogType } from '@fluentui/react/lib/Dialog';
import { Dropdown, DropdownMenuItemType } from '@fluentui/react/lib/Dropdown';
import { FluentUIComponents } from '@msrvida/fluentui-react-cdn-typings';
import { getFocusStyle, getTheme, loadTheme } from '@fluentui/react/lib/Styling';
import { Icon } from '@fluentui/react/lib/Icon';
import { initializeIcons } from '@fluentui/react/lib/Icons';
import { Label } from '@fluentui/react/lib/Label';
import { Modal } from '@fluentui/react/lib/Modal';
import { Slider } from '@fluentui/react/lib/Slider';
import { Spinner, SpinnerSize } from '@fluentui/react/lib/Spinner';
import { TextField } from '@fluentui/react/lib/TextField';
import { Toggle } from '@fluentui/react/lib/Toggle';
initializeIcons();
export const fluentUI: FluentUIComponents = {
ActionButton: ActionButton as any,
ChoiceGroup: ChoiceGroup as any,
ComboBox: ComboBox as any,
CommandBar: CommandBar as any,
ContextualMenuItemType,
Customizer: Customizer as any,
DefaultButton: DefaultButton as any,
Dialog: Dialog as any,
DialogFooter: DialogFooter as any,
DialogType,
Dropdown: Dropdown as any,
DropdownMenuItemType: DropdownMenuItemType as any,
Icon: Icon as any,
IconButton: IconButton as any,
getFocusStyle,
getTheme,
Label: Label as any,
loadTheme,
Modal: Modal as any,
PrimaryButton: PrimaryButton as any,
Slider: Slider as any,
Spinner: Spinner as any,
SpinnerSize,
TextField: TextField as any,
Toggle: Toggle as any,
};

Просмотреть файл

@ -0,0 +1,20 @@
/*!
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*/
import React from "react"
import ReactDOM from "react-dom"
import StreamlitSandDance from "./StreamlitSandDance"
import { use } from "@msrvida/sanddance-explorer";
import { fluentUI } from './fluentUIComponents';
import * as vega from 'vega';
use(fluentUI, React as any, ReactDOM as any, vega as any);
ReactDOM.render(
<React.StrictMode>
<StreamlitSandDance />
</React.StrictMode>,
document.getElementById("root")
)

1
streamlit/sanddance/frontend/src/react-app-env.d.ts поставляемый Normal file
Просмотреть файл

@ -0,0 +1 @@
/// <reference types="react-scripts" />

Просмотреть файл

@ -0,0 +1,19 @@
{
"compilerOptions": {
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react"
},
"include": ["src"]
}

Просмотреть файл

@ -0,0 +1,31 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
from typing import Any, Dict, List, Optional, Union
class Snapshot:
name: str
data: str
class SnapshotProps:
snapshots: List[Snapshot]
selectedSnapshotIndex: int
class ExplorerProps:
compactUI: Union[None, bool]
hideSidebarControls: Union[None, bool]
logoClickUrl: Union[None, str]
logoClickTarget: Union[None, str]
bingSearchDisabled: Union[None, bool]
searchORDisabled: Union[None, bool]
theme: Union[None, str]
initialView: Union[None, str]
#topBarButtonProps would be cool to add, need an event handler
snapshotProps: Union[None, SnapshotProps]
initialRenderer: Union[None, Dict[str, Any]]
initialSidebarClosed: Union[None, bool]
initialSidebarPinned: Union[None, bool]
class SandDanceEvent:
selection: Optional[str]
cubeClick: Optional[int]

Просмотреть файл

@ -0,0 +1,93 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
from enum import Enum
from typing import Optional, List, Dict, Any
class Chart(Enum):
BARCHART = 'barchart'
BARCHARTH = 'barchartH'
BARCHARTV = 'barchartV'
DENSITY = 'density'
GRID = 'grid'
SCATTERPLOT = 'scatterplot'
STACKS = 'stacks'
STRIPS = 'strips'
TREEMAP = 'treemap'
class ColorBin(Enum):
CONTINUOUS = 'continuous'
QUANTIZE = 'quantize'
QUANTILE = 'quantile'
class FacetStyle(Enum):
WRAP = 'wrap'
CROSS = 'cross'
class TotalStyle(Enum):
COUNT_SQUARE = 'count-square'
COUNT_STRIP = 'count-strip'
SUM_STRIP = 'sum-strip'
SUM_STRIP_PERCENT = 'sum-strip-percent'
SUM_TREEMAP = 'sum-treemap'
class Facets:
columns: int
rows: int
class Extents:
bottom: int
left: int
right: int
top: int
class Size:
height: int
width: int
class BackgroundImage:
url: str
size: Size
extents: Optional[Extents]
class InsightColumns:
uid: Optional[str]
x: Optional[str]
y: Optional[str]
z: Optional[str]
group: Optional[str]
size: Optional[str]
color: Optional[str]
sort: Optional[str]
facet: Optional[str]
facetV: Optional[str]
class View(Enum):
_2D = '2d'
_3D = '3d'
class Search:
pass # Placeholder for future definition
class SignalValues:
key: Dict[str, Any]
class Transforms:
pass # Placeholder for future definition
class Insight:
backgroundImage: Optional[BackgroundImage]
chart: Chart
size: Size
columns: InsightColumns
view: Optional[View]
filter: Optional[Search]
facetStyle: Optional[FacetStyle]
totalStyle: Optional[TotalStyle]
colorBin: Optional[ColorBin]
scheme: Optional[str]
signalValues: Optional[SignalValues]
hideAxes: Optional[bool]
hideLegend: Optional[bool]
directColor: Optional[bool]
transform: Optional[List[Transforms]]

37
streamlit/setup.py Normal file
Просмотреть файл

@ -0,0 +1,37 @@
from pathlib import Path
import setuptools
this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()
setuptools.setup(
name="streamlit-sanddance",
version="0.0.1",
author="Dan Marshall",
author_email="danmar@microsoft.com",
description="Streamlit component that allows you to view a SandDance visualization of a dataframe.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://microsoft.github.io/SandDance",
packages=setuptools.find_packages(),
include_package_data=True,
classifiers=[],
python_requires=">=3.7",
install_requires=[
# By definition, a Custom Component depends on Streamlit.
# If your component has other Python dependencies, list
# them here.
"streamlit >= 0.63",
],
extras_require={
"devel": [
"wheel",
"pytest==7.4.0",
"playwright==1.36.0",
"requests==2.31.0",
"pytest-playwright-snapshot==1.0",
"pytest-rerunfailures==12.0",
]
}
)