Skip to content

Commit

Permalink
release: Update graphic-walker to 0.4.54 (#340)
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 Mar 4, 2024
1 parent 86de8cb commit d8fb88e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/duckdb-wasm-computation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@duckdb/duckdb-wasm": "^1.28.0",
"@kanaries-temp/gw-dsl-parser": "^0.1.42-rc3",
"@kanaries/graphic-walker": "0.4.53",
"@kanaries/graphic-walker": "0.4.54",
"apache-arrow": "^13.0.0",
"nanoid": "^5.0.1"
},
Expand Down
9 changes: 7 additions & 2 deletions 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.53",
"version": "0.4.54",
"scripts": {
"dev:front_end": "vite --host",
"dev": "npm run dev:front_end",
Expand All @@ -19,7 +19,12 @@
"name": "Kanaries Data Inc.",
"email": "[email protected]"
},
"sideEffects": ["./dist/graphic-walker.es.js", "./dist/graphic-walker.cjs.js", "./dist/component.es.js", "./dist/component.cjs.js"],
"sideEffects": [
"./dist/graphic-walker.es.js",
"./dist/graphic-walker.cjs.js",
"./dist/component.es.js",
"./dist/component.cjs.js"
],
"main": "./dist/graphic-walker.cjs.js",
"module": "./dist/graphic-walker.es.js",
"exports": {
Expand Down
6 changes: 3 additions & 3 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"@headlessui/react": "1.7.12",
"@heroicons/react": "^2.0.8",
"@kanaries/duckdb-computation": "0.0.1",
"@kanaries/graphic-walker": "0.4.53",
"@kanaries/graphic-walker": "0.4.54",
"@vercel/analytics": "^1.1.1",
"color-space": "^2.0.1",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-router": "^6.20.0",
"react-router-dom": "^6.20.0",
"react-syntax-highlighter": "^15.5.0",
"color-space": "^2.0.1"
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
"@types/react": "^18.2.37",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2016,7 +2016,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.19"
resolved "https://registry.npmmirror.com/@types/react-dom/-/react-dom-18.2.19.tgz#b84b7c30c635a6c26c6a6dfbb599b2da9788be58"
integrity sha512-aZvQL6uUbIJpjZk4U8JZGbau9KDeAwMfmhyWorxgBkqDIEf6ROjRozcmPIicqsUwPUjbkDfHKgGee1Lq65APcA==
Expand All @@ -2030,7 +2030,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.61"
resolved "https://registry.npmmirror.com/@types/react/-/react-18.2.61.tgz#5607308495037436779939ec0348a5816c08799d"
integrity sha512-NURTN0qNnJa7O/k4XUkEW2yfygA+NxS0V5h1+kp9jPwhzZy95q3ADoGMP0+JypMhrZBTTgjKAUlTctde1zzeQA==
Expand Down

0 comments on commit d8fb88e

Please sign in to comment.