Skip to content

Commit 46920be

Browse files
committed
update shared-components version in frontend
1 parent 4646cb7 commit 46920be

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/frontend/efiling-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"react-router-dom": "^6.1.1",
3030
"react-scripts": "^5.0.1",
3131
"regenerator-runtime": "^0.13.5",
32-
"shared-components": "https://github.com/bcgov/react-shared-components/releases/download/v1.2.9/shared-components-1.2.9.tgz",
32+
"shared-components": "https://github.com/bcgov/react-shared-components/releases/download/v1.3.0/shared-components-1.3.0.tgz",
3333
"uuid": "^8.3.1"
3434
},
3535
"scripts": {

src/frontend/efiling-demo/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13094,9 +13094,9 @@ shallowequal@^1.1.0:
1309413094
resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
1309513095
integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==
1309613096

13097-
"shared-components@https://github.com/bcgov/react-shared-components/releases/download/v1.2.9/shared-components-1.2.9.tgz":
13098-
version "1.2.9"
13099-
resolved "https://github.com/bcgov/react-shared-components/releases/download/v1.2.9/shared-components-1.2.9.tgz#52e8ee1d25701220391e2cbdc5b1d1a73d98f6e6"
13097+
"shared-components@https://github.com/bcgov/react-shared-components/releases/download/v1.3.0/shared-components-1.3.0.tgz":
13098+
version "1.3.0"
13099+
resolved "https://github.com/bcgov/react-shared-components/releases/download/v1.3.0/shared-components-1.3.0.tgz#80dca3934084b709fbfc478c76aafd58dcf9b262"
1310013100
dependencies:
1310113101
"@bcgov/bootstrap-theme" "github:bcgov/bootstrap-theme"
1310213102
bootstrap "^4.6.0"

src/frontend/efiling-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"react-scripts": "^5.0.1",
4444
"reactstrap": "^8.9.0",
4545
"regenerator-runtime": "^0.13.7",
46-
"shared-components": "https://github.com/bcgov/react-shared-components/releases/download/v1.2.9/shared-components-1.2.9.tgz",
46+
"shared-components": "https://github.com/bcgov/react-shared-components/releases/download/v1.3.0/shared-components-1.3.0.tgz",
4747
"stream": "^0.0.2",
4848
"stream-browserify": "^3.0.0",
4949
"stream-http": "^3.2.0",

src/frontend/efiling-frontend/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13260,9 +13260,9 @@ shallowequal@^1.1.0:
1326013260
resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
1326113261
integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==
1326213262

13263-
"shared-components@https://github.com/bcgov/react-shared-components/releases/download/v1.2.9/shared-components-1.2.9.tgz":
13264-
version "1.2.9"
13265-
resolved "https://github.com/bcgov/react-shared-components/releases/download/v1.2.9/shared-components-1.2.9.tgz#52e8ee1d25701220391e2cbdc5b1d1a73d98f6e6"
13263+
"shared-components@https://github.com/bcgov/react-shared-components/releases/download/v1.3.0/shared-components-1.3.0.tgz":
13264+
version "1.3.0"
13265+
resolved "https://github.com/bcgov/react-shared-components/releases/download/v1.3.0/shared-components-1.3.0.tgz#80dca3934084b709fbfc478c76aafd58dcf9b262"
1326613266
dependencies:
1326713267
"@bcgov/bootstrap-theme" "github:bcgov/bootstrap-theme"
1326813268
bootstrap "^4.6.0"

0 commit comments

Comments
 (0)