Embrace nx monorepo structure with root package.json (#3255)

* Upgrade to node 18.17.1 and regroup dependencies in root package.json

* Sort package.json

* Fix lint

* Migrate zapier
This commit is contained in:
Charles Bochet
2024-01-05 14:59:58 +01:00
committed by GitHub
parent f35b40c428
commit f7034d6e7d
16 changed files with 488 additions and 739 deletions

View File

@ -3,13 +3,5 @@
"private": true,
"scripts": {
"release": "node release.js"
},
"dependencies": {
"danger-plugin-todos": "^1.3.1",
"semver": "^7.5.4",
"typescript": "^5.3.2"
},
"devDependencies": {
"danger": "^11.3.0"
}
}