Skip to content

Commit

Permalink
update package.json to revert versions
Browse files Browse the repository at this point in the history
  • Loading branch information
knihit committed Jul 17, 2024
1 parent b457483 commit 9243763
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-solutions-constructs",
"version": "2.61.0",
"version": "0.0.0",
"description": "AWS Solutions Constructs Library",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
},
"private": true,
"dependencies": {
"@aws-cdk/integ-tests-alpha": "2.147.3-alpha.0",
"@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0",
"@typescript-eslint/eslint-plugin": "^2.14.0",
"@typescript-eslint/parser": "^2.14.0",
"eslint": "^6.8.0",
Expand All @@ -34,7 +34,7 @@
"devDependencies": {
"lerna": "^3.22.1",
"constructs": "^10.0.0",
"aws-cdk-lib": "2.147.3"
"aws-cdk-lib": "0.0.0"
},
"workspaces": {
"packages": [
Expand All @@ -60,6 +60,6 @@
},
"peerDependencies": {
"constructs": "^10.0.0",
"aws-cdk-lib": "^2.147.3"
"aws-cdk-lib": "^0.0.0"
}
}

0 comments on commit 9243763

Please sign in to comment.