Skip to content

Commit

Permalink
feat(vue): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch committed Aug 20, 2021
1 parent f650c2b commit 9323c8d
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 63 deletions.
147 changes: 91 additions & 56 deletions packages/components-vue/package-lock.json

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

14 changes: 7 additions & 7 deletions packages/components-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,23 @@
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.169",
"@types/lodash": "^4.14.172",
"ag-grid-community": "^26.0.0",
"change-case": "^4.1.2",
"jest": "^27.0.6",
"lodash": "^4.17.21",
"rimraf": "^3.0.2",
"rollup": "^2.48.0",
"ts-jest": "^27.0.4",
"typescript": "^4.2.4",
"vue": "^3.0.11"
"rollup": "^2.56.2",
"ts-jest": "^27.0.5",
"typescript": "^4.3.5",
"vue": "^3.2.4"
},
"peerDependencies": {
"vue": ">=3.0.5"
},
"gitHead": "e0d380309b487bcedee06d025645f5aab37ab192",
"dependencies": {
"@baloise/design-system-components": "^1.10.0",
"@baloise/design-system-icons": "^1.10.0"
"@baloise/design-system-components": "^1.10.0"
},
"vetur": {
"tags": "dist/vetur/tags.json",
Expand Down
1 change: 1 addition & 0 deletions packages/fonts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"archiver": "^5.3.0"
},
"dependencies": {
"@baloise/design-system-components": "^1.10.0",
"@baloise/design-system-icons": "^1.10.0"
}
}
3 changes: 3 additions & 0 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,8 @@
"rollup": "^2.56.2",
"svgo": "^2.4.0",
"typescript": "^4.3.5"
},
"dependencies": {
"@baloise/design-system-components": "^1.10.0"
}
}

0 comments on commit 9323c8d

Please sign in to comment.