Skip to content

Commit

Permalink
Merge pull request #665 from bcgov/chore/oct15DepUpdates
Browse files Browse the repository at this point in the history
Chore/oct15 dep updates
  • Loading branch information
loneil authored Oct 16, 2024
2 parents 2e630bc + 81ab875 commit 83f2990
Show file tree
Hide file tree
Showing 13 changed files with 655 additions and 351 deletions.
378 changes: 344 additions & 34 deletions demo/vue/app/frontend/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions demo/vue/app/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"reinstall": "npm run purge && npm install"
},
"dependencies": {
"@babel/eslint-parser": "^7.25.1",
"@babel/eslint-parser": "^7.25.8",
"@bcgov/bc-sans": "^2.1.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-prettier": "^10.0.0",
"axios": "^1.7.7",
"core-js": "^3.38.1",
"eslint": "^8.57.0",
Expand All @@ -38,12 +38,12 @@
"@vue/cli-plugin-unit-jest": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/test-utils": "^1.3.0",
"axios-mock-adapter": "^2.0.0",
"eslint-plugin-vue": "^9.28.0",
"axios-mock-adapter": "^2.1.0",
"eslint-plugin-vue": "^9.29.0",
"eslint-plugin-vuetify": "^1.1.0",
"lodash": "^4.17.21",
"prettier": "^3.3.3",
"sass": "^1.79.3",
"sass": "^1.79.5",
"sass-loader": "^14.2.1",
"vue-cli-plugin-vuetify": "^2.5.8",
"vue-template-compiler": "^2.7.16",
Expand Down
35 changes: 19 additions & 16 deletions demo/vue/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions demo/vue/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"compression": "^1.7.4",
"config": "^3.3.12",
"crypto": "^1.0.1",
"express": "^4.21.0",
"express": "^4.21.1",
"express-winston": "^4.2.0",
"form-data": "^4.0.0",
"form-data": "^4.0.1",
"fs-extra": "^11.2.0",
"js-yaml": "^4.1.0",
"jsonwebtoken": "^9.0.2",
"keycloak-connect": "^25.0.6",
"keycloak-connect": "^26.0.0",
"winston": "^3.15.0",
"winston-transport": "^4.8.0"
},
Expand Down

This file was deleted.

Large diffs are not rendered by default.

12 changes: 0 additions & 12 deletions oidc-controller/api/templates/assets/js/vue.global.prod.3427.js

This file was deleted.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion oidc-controller/api/templates/ver_config_explorer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<link href="/static/css/bootstrap.532.min.css" rel="stylesheet" />
<link href="/static/css/bootstrap.533.min.css" rel="stylesheet" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />

Expand Down
4 changes: 2 additions & 2 deletions oidc-controller/api/templates/verified_credentials.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!-- Bootstrap -->
<link href="/static/css/bootstrap.532.min.css" rel="stylesheet" />
<link href="/static/css/bootstrap.533.min.css" rel="stylesheet" />
<link href="/static/css/custom.css" rel="stylesheet" />
</head>
<body>
Expand Down Expand Up @@ -158,7 +158,7 @@ <h1 class="mb-3 fw-bolder fs-1">Continue with:</h1>
</div>

<script src="/static/js/socket.io.475.min.js"></script>
<script src="/static/js/vue.global.prod.3427.js"></script>
<script src="/static/js/vue.global.prod.3512.js"></script>
</body>

<!-- Components -->
Expand Down
2 changes: 1 addition & 1 deletion oidc-controller/api/templates/wallet_howto.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Bootstrap -->
<link href="/static/css/bootstrap.532.min.css" rel="stylesheet" />
<link href="/static/css/bootstrap.533.min.css" rel="stylesheet" />
<style>
body {
display: flex;
Expand Down
Loading

0 comments on commit 83f2990

Please sign in to comment.