Skip to content

Commit

Permalink
refactor: remove submodule dependencies: graphic-walker && udpate aut…
Browse files Browse the repository at this point in the history
…h-wrapper version
  • Loading branch information
longxiaofei committed May 25, 2023
1 parent 33ea22f commit 2d85f5b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
Binary file removed app/lib/auth-wrapper-v0.1.0.tgz
Binary file not shown.
Binary file added app/lib/auth-wrapper-v0.1.4.tgz
Binary file not shown.
8 changes: 4 additions & 4 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"license": "Apache License 2.0",
"private": true,
"scripts": {
"preinstall": "(cd ../graphic-walker/packages/graphic-walker; yarn --frozen-lockfile && yarn build)",
"build": "vite build",
"dev": "vite build --mode=develop",
"dev:preinstall": "(cd ../graphic-walker/packages/graphic-walker; yarn --frozen-lockfile && yarn build)",
"dev:server": "vite --host",
"dev": "vite build --mode=develop",
"test:front_end": "vite --host",
"test": "npm run test:front_end",
"serve": "vite preview"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.8",
"@kanaries/graphic-walker": "file:../graphic-walker/packages/graphic-walker",
"@kanaries/auth-wrapper": "file:./lib/auth-wrapper-v0.1.0.tgz",
"@kanaries/auth-wrapper": "file:./lib/auth-wrapper-v0.1.4.tgz",
"@kanaries/graphic-walker": "^0.3.6",
"autoprefixer": "^10.3.5",
"mobx": "^6.9.0",
"mobx-react-lite": "^3.4.3",
Expand Down
12 changes: 7 additions & 5 deletions app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -418,9 +418,9 @@
"@jridgewell/resolve-uri" "3.1.0"
"@jridgewell/sourcemap-codec" "1.4.14"

"@kanaries/auth-wrapper@file:./lib/auth-wrapper-v0.1.0.tgz":
version "0.1.0"
resolved "file:./lib/auth-wrapper-v0.1.0.tgz#db7fc03b4e6cfcdb5464fadbba21c7495f710a0a"
"@kanaries/auth-wrapper@file:./lib/auth-wrapper-v0.1.4.tgz":
version "0.1.4"
resolved "file:./lib/auth-wrapper-v0.1.4.tgz#2ae9bae3fc9dd5f606731215b8d1447f6f990eee"
dependencies:
"@heroicons/react" "^2.0.8"
autoprefixer "^10.3.5"
Expand All @@ -433,8 +433,10 @@
tailwindcss "^3.2.4"
uuid "^8.3.2"

"@kanaries/graphic-walker@file:../graphic-walker/packages/graphic-walker":
version "0.3.5"
"@kanaries/graphic-walker@^0.3.6":
version "0.3.6"
resolved "https://registry.yarnpkg.com/@kanaries/graphic-walker/-/graphic-walker-0.3.6.tgz#f80779a01a72f86690f13cab5807eaa868eb62ea"
integrity sha512-kBgKA5NKQbQKhg2KFDUqjnzMVW9ePP1c5tWn9nkvTj4ffWHfe1ci3UrIqErX7bN7n7IEfqYoJk30b1HCQZXruw==
dependencies:
"@headlessui/react" "^1.7.12"
"@heroicons/react" "^2.0.8"
Expand Down

0 comments on commit 2d85f5b

Please sign in to comment.