Skip to content

Commit

Permalink
Merge pull request bcgov#778 from severinbeauvais/23527
Browse files Browse the repository at this point in the history
23527 Changed a button label + updated README
  • Loading branch information
rarmitag authored Oct 18, 2024
2 parents e5d74b9 + 6989660 commit 628f089
Show file tree
Hide file tree
Showing 7 changed files with 363 additions and 137 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Name Request Online Frontend
# Name Request UI

[![img](https://img.shields.io/badge/Lifecycle-Stable-97ca00)](https://github.com/bcgov/repomountie/blob/master/doc/lifecycle-badges.md)

## Project setup
```
npm install -g pnpm
pnpm install
```

Expand Down
32 changes: 16 additions & 16 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "name-request",
"version": "5.5.8",
"version": "5.5.9",
"private": true,
"appName": "Name Request UI",
"sbcName": "SBC Common Components",
Expand All @@ -14,7 +14,7 @@
"build-check": "node --max_old_space_size=8000 node_modules/@vue/cli-service/bin/vue-cli-service.js build"
},
"dependencies": {
"@babel/compat-data": "^7.21.5",
"@babel/compat-data": "^7.24.4",
"@bcrs-shared-components/breadcrumb": "2.1.24",
"@bcrs-shared-components/corp-type-module": "1.0.15",
"@bcrs-shared-components/enums": "1.1.7",
Expand All @@ -23,18 +23,18 @@
"@bcrs-shared-components/interfaces": "1.0.67",
"@bcrs-shared-components/staff-payment": "1.0.29",
"@bcrs-shared-components/web-chat": "2.0.0",
"@mdi/font": "^4.5.95",
"@sentry/browser": "^7.49.0",
"@sentry/integrations": "^7.49.0",
"@mdi/font": "^4.9.95",
"@sentry/browser": "^7.110.1",
"@sentry/integrations": "^7.110.1",
"axios": "^0.27.2",
"babel-plugin-transform-decorators": "^6.24.1",
"core-js": "^3.30.1",
"core-js": "^3.37.0",
"http-status-codes": "^1.4.0",
"launchdarkly-js-client-sdk": "^2.24.2",
"lodash": "^4.17.21",
"qs": "^6.12.1",
"quill": "^2.0.0",
"remove-accents": "^0.4.2",
"remove-accents": "^0.4.4",
"sbc-common-components": "3.0.12",
"style-loader": "^1.3.0",
"tslib": "^2.6.2",
Expand All @@ -43,17 +43,17 @@
"vue-hotjar": "^1.4.0",
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.6.5",
"vuetify": "^2.6.15",
"vuetify": "^2.7.2",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@types/jest": "^27.5.2",
"@types/lodash": "^4.14.194",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.7",
"@types/sinon": "^10.0.14",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@types/sinon": "^10.0.20",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@volar-plugins/vetur": "latest",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
Expand All @@ -64,7 +64,7 @@
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"@vue/test-utils": "^1.3.5",
"@vue/test-utils": "^1.3.6",
"@vue/vue2-jest": "^27.0.0",
"cross-env": "^7.0.3",
"eslint": "~7.32.0",
Expand All @@ -73,7 +73,7 @@
"json-server": "^0.15.1",
"postcss-loader": "^8.1.1",
"sass": "~1.32.13",
"sass-loader": "^10.4.1",
"sass-loader": "^10.5.2",
"sinon": "^14.0.2",
"ts-jest": "^27.1.5",
"typescript": "4.5.5",
Expand All @@ -82,10 +82,10 @@
"vue-debounce-decorator": "^1.0.1",
"vue-property-decorator": "^9.1.2",
"vue-template-compiler": "2.7.10",
"vuetify-loader": "^1.6.0",
"vuetify-loader": "^1.9.2",
"vuex-class": "^0.3.2",
"vuex-module-decorators": "^1.2.0",
"webpack": "5.78",
"webpack": "~5.78.0",
"webpack-bundle-analyzer": "^3.9.0"
},
"overrides": {
Expand Down
Loading

0 comments on commit 628f089

Please sign in to comment.