Skip to content

Commit

Permalink
[JS] Updated package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcam206 committed Mar 23, 2021
1 parent 0f3eda0 commit db35574
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion source/nodejs/adaptivecards-aaf-testapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"adaptivecards": "^2.8.0"
"adaptivecards": "^2.9.0"
}
}
2 changes: 1 addition & 1 deletion source/nodejs/adaptivecards-controls/package-lock.json

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

2 changes: 1 addition & 1 deletion source/nodejs/adaptivecards-controls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adaptivecards-controls",
"version": "0.7.0",
"version": "0.8.0",
"description": "A library of pure JS/HTML controls designed for use with Adaptive Cards.",
"author": "Microsoft",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions source/nodejs/adaptivecards-designer-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"adaptivecards": "^2.8.0",
"adaptivecards-controls": "^0.7.0",
"adaptivecards-designer": "^2.1.0",
"adaptivecards": "^2.9.0",
"adaptivecards-controls": "^0.8.0",
"adaptivecards-designer": "^2.2.0",
"eslint": "^7.3.1",
"file-loader": "^6.0.0",
"markdown-it": "^8.4.0",
Expand Down
2 changes: 1 addition & 1 deletion source/nodejs/adaptivecards-designer/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 source/nodejs/adaptivecards-designer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adaptivecards-designer",
"version": "2.1.0",
"version": "2.2.0",
"description": "Adaptive Card designer embeddable control",
"author": "AdaptiveCards",
"license": "MIT",
Expand Down Expand Up @@ -34,7 +34,7 @@
"release": "npm run build && webpack --mode=production && npm run dts"
},
"dependencies": {
"adaptivecards-controls": "^0.7.0",
"adaptivecards-controls": "^0.8.0",
"clipboard": "^2.0.1"
},
"peerDependencies": {
Expand All @@ -47,7 +47,7 @@
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"adaptive-expressions": "^4.11.0",
"adaptivecards": "^2.8.0",
"adaptivecards": "^2.9.0",
"adaptivecards-templating": "^2.1.0",
"cpy-cli": "^3.1.1",
"dotenv-webpack": "^1.7.0",
Expand Down
6 changes: 3 additions & 3 deletions source/nodejs/adaptivecards-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"ac-typed-schema": "^0.6.0",
"ac-typed-schema": "^0.6.1",
"adaptive-expressions": "^4.11.0",
"adaptivecards": "^2.8.0",
"adaptivecards-designer": "^2.1.0",
"adaptivecards": "^2.9.0",
"adaptivecards-designer": "^2.2.0",
"adaptivecards-templating": "^2.1.0",
"adaptivecards-visualizer": "^1.3.2",
"change-case": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion source/nodejs/adaptivecards-visualizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"adaptivecards": "^2.8.0",
"adaptivecards": "^2.9.0",
"eslint": "^7.3.1",
"markdown-it": "^8.4.0",
"monaco-editor": "^0.20.0",
Expand Down
2 changes: 1 addition & 1 deletion source/nodejs/adaptivecards/package-lock.json

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

2 changes: 1 addition & 1 deletion source/nodejs/adaptivecards/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adaptivecards",
"version": "2.8.0",
"version": "2.9.0",
"description": "Adaptive Cards Javascript library for HTML Clients",
"author": "AdaptiveCards",
"license": "MIT",
Expand Down

0 comments on commit db35574

Please sign in to comment.