Skip to content

Commit

Permalink
Merge pull request #648 from nkowaokwu/io/fix-deploy-pipeline
Browse files Browse the repository at this point in the history
chore: include @babel preset in dependencies
  • Loading branch information
ijemmao authored Jun 12, 2023
2 parents 57de218 + 4e30463 commit f8718ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.7",
"@babel/preset-typescript": "^7.21.5",
"@babel/runtime": "^7.20.6",
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.7.4",
Expand Down Expand Up @@ -81,6 +82,7 @@
"shx": "^0.3.3",
"string-similarity": "^4.0.2",
"tailwindcss": "3",
"typescript": "^5.1.3",
"unicharadata": "^9.0.0-alpha.6",
"uuid": "^8.3.2",
"yarn": "^1.22.10"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
}
},
"lint-staged": {
"*.js": [
"./node_modules/.bin/eslint"
"{*.js,*.ts}": [
"./node_modules/.bin/eslint 'src/**'"
]
},
"license": "ISC",
Expand All @@ -70,6 +70,7 @@
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.7",
"@babel/preset-typescript": "^7.21.5",
"@babel/runtime": "^7.20.6",
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.7.4",
Expand Down Expand Up @@ -137,7 +138,6 @@
"yarn": "^1.22.10"
},
"devDependencies": {
"@babel/preset-typescript": "^7.21.5",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@semantic-release/changelog": "^5.0.1",
Expand Down

0 comments on commit f8718ba

Please sign in to comment.