Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update package.json and add prettierignore #179

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions source/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/build
2 changes: 1 addition & 1 deletion source/api-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"jest": "^29.7.0"
},
"engines": {
"node": "^18.x"
"node": "^20.x"
},
"readme": "./README.md"
}
2 changes: 1 addition & 1 deletion source/custom-resource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"jest": "^29.7.0"
},
"engines": {
"node": "^16.x"
"node": "^20.x"
},
"readme": "./README.md"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2405,6 +2405,18 @@ exports[`Distributed Load Testing stack test 1`] = `
],
"Version": "2012-10-17",
},
"Tags": [
{
"Key": "SolutionId",
"Value": {
"Fn::FindInMap": [
"Solution",
"Config",
"SolutionId",
],
},
},
],
},
"Type": "AWS::IoT::Policy",
},
Expand Down
2 changes: 1 addition & 1 deletion source/real-time-data-publisher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"jest": "29.7.0"
},
"engines": {
"node": "^18.x"
"node": "^20.x"
},
"readme": "./README.md"
}
2 changes: 1 addition & 1 deletion source/results-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"jest": "29.7.0"
},
"engines": {
"node": "^18.x"
"node": "^20.x"
},
"readme": "./README.md"
}
2 changes: 1 addition & 1 deletion source/solution-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"axios-mock-adapter": "1.19.0"
},
"engines": {
"node": "^18.x"
"node": "^20.x"
}
}
2 changes: 1 addition & 1 deletion source/task-canceler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"jest": "29.7.0"
},
"engines": {
"node": "^18.x"
"node": "^20.x"
},
"readme": "./README.md"
}
2 changes: 1 addition & 1 deletion source/task-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"jest": "29.7.0"
},
"engines": {
"node": "^18.x"
"node": "^20.x"
},
"readme": "./README.md"
}
2 changes: 1 addition & 1 deletion source/task-status-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"jest": "29.7.0"
},
"engines": {
"node": "^18.x"
"node": "^20.x"
},
"readme": "./README.md"
}