Skip to content

Commit

Permalink
create app template package.json updates
Browse files Browse the repository at this point in the history
  • Loading branch information
camcash17 committed Sep 13, 2023
1 parent 6ffe749 commit e7c1f76
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
10 changes: 6 additions & 4 deletions packages/create-app/templates/default-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@
"rimraf": "^3.0.2",
"sonar-scanner": "^3.1.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
"typescript": "^4.6.2"
},
"resolutions": {
"@types/react": "^17.0.38",
"@types/react": "^18.0.27",
"@types/express-serve-static-core": "^4.17.21",
"@grpc/grpc-js": "^1.4.6",
"@grpc/grpc-js": "^1.5.7",
"@types/eslint": "^8.2.1",
"google-auth-library": "^7.11.0",
"@babel/core": "~7.16.7"
"@babel/core": "~7.16.7",
"typescript": "^4.6.2"
},
"workspaces": {
"packages": [
Expand All @@ -38,6 +39,7 @@
"test": "lerna run test -- --coverage",
"guided-install": "cd packages/cli && yarn guided-install",
"create-lookup-table": "yarn workspace @cloud-carbon-footprint/cli create-lookup-table",
"create-azure-lookup": "yarn workspace @cloud-carbon-footprint/cli create-azure-lookup",
"estimate-on-premise-data": "yarn workspace @cloud-carbon-footprint/cli estimate-on-premise-data"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
"@types/node": "^17.0.8",
"@types/source-map-support": "^0.5.3",
"@types/supertest": "^2.0.11",
"@types/swagger-jsdoc": "^6.0.1",
"@types/swagger-ui-express": "^4.1.3",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"eslint": "^8.6.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,16 @@
"typescript": "^4.6.2"
},
"dependencies": {
"@azure/arm-consumption": "^9.1.0",
"@azure/arm-resources-subscriptions": "^2.0.1",
"@azure/arm-consumption": "^9.2.0",
"@azure/arm-resources-subscriptions": "^2.0.2",
"@cloud-carbon-footprint/app": "^{{version '@cloud-carbon-footprint/app'}}",
"@cloud-carbon-footprint/common": "^{{version '@cloud-carbon-footprint/common'}}",
"@types/cli-table": "^0.3.0",
"@types/prompts": "^2.0.12",
"@types/ramda": "^0.29.0",
"aws-sdk": "^2.910.0",
"cli-table": "^0.3.6",
"commander": "^8.0.0",
"commander": "^10.0.0",
"csv-writer": "^1.6.0",
"csvtojson": "^2.0.10",
"dotenv": "^16.0.0",
Expand Down

0 comments on commit e7c1f76

Please sign in to comment.