Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit b9f4d94

Browse files
author
Jeff Pihach
committed
Remove jaaslib@0.5.0 and add @canonical/jaaslib@0.6.0
1 parent 18b8b28 commit b9f4d94

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"test": "yarn run lint-python && yarn run lint-js && yarn run test-js"
2828
},
2929
"dependencies": {
30+
"@canonical/jaaslib": "^0.6.0",
3031
"classnames": "^2.2.6",
3132
"clipboard": "^1.7.1",
3233
"cryptojs": "2.5.3",
@@ -35,7 +36,6 @@
3536
"envify": "4.1.0",
3637
"file-saver": "1.3.8",
3738
"graceful-fs": "4.1.11",
38-
"jaaslib": "0.5.0",
3939
"js-cookie": "^2.2.0",
4040
"js-yaml": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.9.1.tgz",
4141
"lodash.clonedeep": "^4.5.0",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@
119119
lodash "^4.17.11"
120120
to-fast-properties "^2.0.0"
121121

122+
"@canonical/jaaslib@^0.6.0":
123+
version "0.6.0"
124+
resolved "https://registry.yarnpkg.com/@canonical/jaaslib/-/jaaslib-0.6.0.tgz#7b77ff0a6899a2e58adc1b2077d8971de019047b"
125+
integrity sha512-3x0DmeFP1Fu/JPT9Sn/vJcNbCI5QSMmwF4rHIH7N/3T/KxwI1dK+gjv8djOFAe3UD8wVbFNwlhOpuhdg+2A+VQ==
126+
122127
"@canonical/juju-react-components@0.5.0":
123128
version "0.5.0"
124129
resolved "https://registry.yarnpkg.com/@canonical/juju-react-components/-/juju-react-components-0.5.0.tgz#65a65988666bc31d7dc128f349342cb615f23886"
@@ -5382,7 +5387,7 @@ istanbul-reports@^1.5.1:
53825387
dependencies:
53835388
handlebars "^4.0.3"
53845389

5385-
jaaslib@0.5.0, jaaslib@^0.5.0:
5390+
jaaslib@^0.5.0:
53865391
version "0.5.0"
53875392
resolved "https://registry.yarnpkg.com/jaaslib/-/jaaslib-0.5.0.tgz#78cefa2acdc0894c0198509495b2e9deb5cc1acd"
53885393
integrity sha512-zT0BVgJFgTfh8NZFwuLkbKfpyju99jwepnoDg3Q9DjZ/QmE4Cm+DV0DfGTGM+uqOxxFr3aa9OGFmFH1LGSLHaQ==

0 commit comments

Comments
 (0)