Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
try-fix-m4-error (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaozha committed Feb 5, 2021
1 parent 04f1a99 commit 8074010
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autorest/clicommon",
"version": "0.6.0",
"version": "0.6.1",
"description": "Autorest Azure Cli Common Module",
"main": "dist/index.js",
"engines": {
Expand Down Expand Up @@ -55,11 +55,11 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@azure-tools/autorest-extension-base": "^3.1.235",
"@azure-tools/codegen": "^2.5.276",
"@azure-tools/autorest-extension-base": "3.1.235",
"@azure-tools/codegen": "2.5.276",
"@azure-tools/codemodel": "4.13.325",
"@azure-tools/linq": "^3.1.232",
"@azure-tools/async-io": "^3.0.209",
"@azure-tools/linq": "3.1.232",
"@azure-tools/async-io": "3.0.209",
"node-yaml": "^4.0.1"
},
"mocha": {
Expand Down

0 comments on commit 8074010

Please sign in to comment.