Skip to content

Commit

Permalink
Update to latest kanri
Browse files Browse the repository at this point in the history
  • Loading branch information
alexabird committed Jan 10, 2025
1 parent cfa1bc4 commit 61d7a8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ui-frontend/packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@connexta/ace": "git+https://github.com/connexta/ace.git#4cc376863e82757699cdaa1301f30266e66a1efe"
},
"dependencies": {
"@connexta/kanri": "git+https://github.com/alexabird/kanri.git#3c339d9b3e0d765214d77c157ef573e2764c27ef",
"@connexta/kanri": "git+https://github.com/connexta/kanri.git#a4ab2ff37806a36bd06b40f9ebf3cf0137fd66ca",
"@material-ui/core": "4.9.12",
"@material-ui/icons": "4.9.1",
"@material-ui/lab": "4.0.0-alpha.51",
Expand All @@ -34,7 +34,7 @@
"scripts": {
"start": "ace start",
"build": "node --max_old_space_size=16384 ./node_modules/@connexta/ace/bin.js bundle --tsTranspileOnly true && ace package",
"postbuild": "npm pack && mv kanri-0.0.1.tgz target/kanri.tgz",
"postbuild": "npm pack && mv kanri-0.0.2.tgz target/kanri.tgz",
"m2": "yarn install:m2"
},
"files": [
Expand Down
10 changes: 5 additions & 5 deletions ui-frontend/packages/admin/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1217,11 +1217,11 @@
whatwg-fetch "3.6.2"
worker-loader "3.0.8"

"@connexta/kanri@git+https://github.com/alexabird/kanri.git#3c339d9b3e0d765214d77c157ef573e2764c27ef":
"@connexta/kanri@git+https://github.com/connexta/kanri.git#a4ab2ff37806a36bd06b40f9ebf3cf0137fd66ca":
version "0.0.15"
resolved "git+https://github.com/alexabird/kanri.git#3c339d9b3e0d765214d77c157ef573e2764c27ef"
resolved "git+https://github.com/connexta/kanri.git#a4ab2ff37806a36bd06b40f9ebf3cf0137fd66ca"
dependencies:
"@connexta/logviewer" "git+https://github.com/alexabird/logviewer.git#bd9c142a447dc67411262b1d2d19f3629b4154c0"
"@connexta/logviewer" "git+https://github.com/connexta/logviewer.git#c55ba445e875d3aa99afc8aa9cbec0037c787fa3"
dropzone "5.5.1"
formik "2.3.3"
fuse.js "3.4.5"
Expand All @@ -1231,9 +1231,9 @@
scroll-into-view-if-needed "2.2.20"
yup "1.4.0"

"@connexta/logviewer@git+https://github.com/alexabird/logviewer.git#bd9c142a447dc67411262b1d2d19f3629b4154c0":
"@connexta/logviewer@git+https://github.com/connexta/logviewer.git#c55ba445e875d3aa99afc8aa9cbec0037c787fa3":
version "0.2.0"
resolved "git+https://github.com/alexabird/logviewer.git#bd9c142a447dc67411262b1d2d19f3629b4154c0"
resolved "git+https://github.com/connexta/logviewer.git#c55ba445e875d3aa99afc8aa9cbec0037c787fa3"
dependencies:
es6-promise "3.2.1"
isomorphic-fetch "3.0.0"
Expand Down

0 comments on commit 61d7a8b

Please sign in to comment.