Skip to content

Commit

Permalink
release: Update graphic-walker to 0.4.35 (#271)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user authored Dec 19, 2023
1 parent 26431e3 commit e4c4944
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/graphic-walker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kanaries/graphic-walker",
"version": "0.4.34",
"version": "0.4.35",
"scripts": {
"dev:front_end": "vite --host",
"dev": "npm run dev:front_end",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"dependencies": {
"@headlessui/react": "1.7.12",
"@heroicons/react": "^2.0.8",
"@kanaries/graphic-walker": "0.4.34",
"@kanaries/duckdb-computation": "0.0.1",
"@kanaries/graphic-walker": "0.4.35",
"@vercel/analytics": "^1.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
47 changes: 45 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -982,6 +982,49 @@
resolved "https://registry.npmmirror.com/@kanaries-temp/gw-dsl-parser/-/gw-dsl-parser-0.1.36-rc5.tgz#3918db0484b01354c34f0bbdf9a735ae7435bb22"
integrity sha512-MmHEHfkPH7jhNiLHxg8QUNI7G2NRicnabzNyC9SEp4yFRvKw0Axtk4dPocmTu6oyvoHWyRr4wyraKaFR07qy6w==

"@kanaries/[email protected]":
version "0.4.34"
resolved "https://registry.yarnpkg.com/@kanaries/graphic-walker/-/graphic-walker-0.4.34.tgz#0e9125bebdfbbe26f9b1f1c2f9a9746cf9c677f9"
integrity sha512-8LFhsXEitfzLnmLQshdC2CTIL7FbAL3V3ZS2eDnePB6HZv9GDzqtkOJWQO2GHDEd61IiUc+vZW8veelxBOkkSw==
dependencies:
"@headlessui-float/react" "^0.11.4"
"@headlessui/react" "1.7.12"
"@heroicons/react" "^2.0.8"
"@kanaries/react-beautiful-dnd" "^0.1.1"
"@kanaries/web-data-loader" "^0.1.7"
"@tailwindcss/forms" "^0.5.4"
"@tanstack/react-virtual" "^3.0.0-beta.68"
"@types/jest" "^29.5.3"
autoprefixer "^10.3.5"
canvas-size "^1.2.6"
d3-format "^3.1.0"
d3-scale "^4.0.2"
d3-time-format "^4.1.0"
i18next "^21.9.1"
i18next-browser-languagedetector "^6.1.5"
immer "^9.0.15"
jest "^29.6.2"
leaflet "^1.9.4"
mobx "^6.3.3"
mobx-react-lite "^3.2.1"
nanoid "^4.0.2"
postcss "^8.3.7"
postinstall-postinstall "^2.1.0"
re-resizable "^6.9.8"
react-color "^2.19.3"
react-dropzone "^14.2.3"
react-error-boundary "^4.0.11"
react-i18next "^11.18.6"
react-leaflet "^4.2.1"
react-shadow "^20.0.0"
rxjs "^7.3.0"
tailwindcss "^3.2.4"
topojson-client "^3.1.0"
ts-jest "^29.1.1"
vega "^5.22.1"
vega-embed "^6.21.0"
vega-lite "^5.6.0"

"@kanaries/react-beautiful-dnd@^0.1.1":
version "0.1.1"
resolved "https://registry.npmjs.org/@kanaries/react-beautiful-dnd/-/react-beautiful-dnd-0.1.1.tgz#a107472ccc835340609b6457490282334ef6c4e6"
Expand Down Expand Up @@ -1339,7 +1382,7 @@
"@types/react" "*"
"@types/reactcss" "*"

"@types/react-dom@*", "@types/react-dom@^18.2.15", "@types/react-dom@^18.x":
"@types/react-dom@*", "@types/react-dom@^18.2.15":
version "18.2.17"
resolved "https://registry.npmmirror.com/@types/react-dom/-/react-dom-18.2.17.tgz#375c55fab4ae671bd98448dcfa153268d01d6f64"
integrity sha512-rvrT/M7Df5eykWFxn6MYt5Pem/Dbyc1N8Y0S9Mrkw2WFCRiqUgw9P7ul2NpwsXCSM1DVdENzdG9J5SreqfAIWg==
Expand All @@ -1353,7 +1396,7 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@^18.2.37", "@types/react@^18.x":
"@types/react@*", "@types/react@^18.2.37":
version "18.2.45"
resolved "https://registry.npmmirror.com/@types/react/-/react-18.2.45.tgz#253f4fac288e7e751ab3dc542000fb687422c15c"
integrity sha512-TtAxCNrlrBp8GoeEp1npd5g+d/OejJHFxS3OWmrPBMFaVQMSN0OFySozJio5BHxTuTeug00AVXVAjfDSfk+lUg==
Expand Down

0 comments on commit e4c4944

Please sign in to comment.