Skip to content

Commit

Permalink
fix: adding vue tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Jun 24, 2023
1 parent 628997e commit 3a5bb13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion frontend/package-lock.json

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

10 changes: 5 additions & 5 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,24 @@
},
"dependencies": {
"@bcgov-nr/nr-fsa-theme": "^1.0.7",
"@bcgov/bc-sans": "^1.0.1",
"@bcgov/bc-sans": "^1.0.1",
"@carbon/icons": "^11.20.0",
"@carbon/icons-vue": "^10.49.1",
"@carbon/pictograms": "^12.18.0",
"@carbon/styles": "^1.30.0",
"@carbon/web-components": "^1.28.0",
"@dsb-norge/vue-keycloak-js": "^2.2.0",
"@dsb-norge/vue-keycloak-js": "^2.2.0",
"@vueuse/core": "^10.2.0",
"axios": "^1.3.3",
"core-js": "^3.29.0",
"dotenv": "^16.0.0",
"unplugin-icons": "^0.15.3",
"unplugin-vue-components": "^0.24.0",
"vue": "^3.2.47",
"vue": "^3.2.47",
"vue-router": "^4.2.2",
"vue-the-mask": "^0.11.1"
"vue-the-mask": "^0.11.1"
},
"devDependencies": {
"vue-tsc": "^1.1.5",
"@rushstack/eslint-patch": "^1.1.0",
"@types/jsdom": "^21.1.0",
"@types/lodash": "^4.14.191",
Expand Down Expand Up @@ -86,6 +85,7 @@
"volar-service-vetur": "latest",
"vue-eslint-parser": "^9.3.1",
"vue-svg-loader": "^0.16.0",
"vue-tsc": "^1.8.1",
"wiremock": "^2.35.0"
}
}

0 comments on commit 3a5bb13

Please sign in to comment.