Skip to content

Commit 08493e2

Browse files
Merge pull request #2713 from bcgov/feature/updateReactSharedComponentsVersion
upgrade react-shared-components from 1.2.6 to 1.2.7
2 parents f97bc51 + 0ed4527 commit 08493e2

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.6/shared-components-1.2.6.tgz",
32+
"shared-components": "https://github.com/bcgov/react-shared-components/releases/download/v1.2.7/shared-components-v1.2.7.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
@@ -12960,9 +12960,9 @@ shallowequal@^1.1.0:
1296012960
resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
1296112961
integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==
1296212962

12963-
"shared-components@https://github.com/bcgov/react-shared-components/releases/download/v1.2.6/shared-components-1.2.6.tgz":
12964-
version "1.2.6"
12965-
resolved "https://github.com/bcgov/react-shared-components/releases/download/v1.2.6/shared-components-1.2.6.tgz#1e4c85c56026ae83a7c671c72e7b025fac399ae7"
12963+
"shared-components@https://github.com/bcgov/react-shared-components/releases/download/v1.2.7/shared-components-v1.2.7.tgz":
12964+
version "1.2.7"
12965+
resolved "https://github.com/bcgov/react-shared-components/releases/download/v1.2.7/shared-components-v1.2.7.tgz#7ea51c22fe74556ff5dddd689de7fbf2c040b3da"
1296612966
dependencies:
1296712967
"@bcgov/bootstrap-theme" "github:bcgov/bootstrap-theme"
1296812968
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.6/shared-components-1.2.6.tgz",
46+
"shared-components": "https://github.com/bcgov/react-shared-components/releases/download/v1.2.7/shared-components-v1.2.7.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
@@ -13132,9 +13132,9 @@ shallowequal@^1.1.0:
1313213132
resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
1313313133
integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==
1313413134

13135-
"shared-components@https://github.com/bcgov/react-shared-components/releases/download/v1.2.6/shared-components-1.2.6.tgz":
13136-
version "1.2.6"
13137-
resolved "https://github.com/bcgov/react-shared-components/releases/download/v1.2.6/shared-components-1.2.6.tgz#1e4c85c56026ae83a7c671c72e7b025fac399ae7"
13135+
"shared-components@https://github.com/bcgov/react-shared-components/releases/download/v1.2.7/shared-components-v1.2.7.tgz":
13136+
version "1.2.7"
13137+
resolved "https://github.com/bcgov/react-shared-components/releases/download/v1.2.7/shared-components-v1.2.7.tgz#7ea51c22fe74556ff5dddd689de7fbf2c040b3da"
1313813138
dependencies:
1313913139
"@bcgov/bootstrap-theme" "github:bcgov/bootstrap-theme"
1314013140
bootstrap "^4.6.0"

0 commit comments

Comments
 (0)