Skip to content

Commit

Permalink
Pin all dependencies (#1251)
Browse files Browse the repository at this point in the history
* pin all dependencies

* Create shiny-badgers-film.md

* Update shiny-badgers-film.md

* merged main

Co-authored-by: Joe Buono <joebuono@amazon.com>
  • Loading branch information
joebuono and Joe Buono authored Feb 4, 2022
1 parent 2026319 commit 2913fe8
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 15 deletions.
7 changes: 7 additions & 0 deletions .changeset/shiny-badgers-film.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@aws-amplify/ui": patch
"@aws-amplify/ui-vue": patch
"@aws-amplify/ui-angular": patch
---

Pin all dependencies
6 changes: 3 additions & 3 deletions packages/angular/projects/ui-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@aws-amplify/ui-components": "^1.7.0",
"@aws-amplify/ui": "3.0.11",
"@stencil/core": "2.8.0",
"nanoid": "^3.1.31",
"qrcode": "^1.4.4",
"tslib": "^2.0.0",
"nanoid": "3.1.31",
"qrcode": "1.5.0",
"tslib": "2.3.1",
"xstate": "4.28.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"test": "jest"
},
"dependencies": {
"lodash": "^4.17.21",
"style-dictionary": "^3.0.1",
"lodash": "4.17.21",
"style-dictionary": "3.0.3",
"xstate": "4.28.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
},
"dependencies": {
"@aws-amplify/ui": "3.0.11",
"@vueuse/core": "^7.4.1",
"@vueuse/core": "7.4.1",
"@xstate/vue": "0.8.1",
"qrcode": "^1.4.4"
"qrcode": "1.5.0"
},
"devDependencies": {
"@babel/preset-env": "^7.15.8",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock

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

0 comments on commit 2913fe8

Please sign in to comment.