[package.json][xs]: install @changesets/cli and

- install @changesets/cli and @changesets/changelog-github generator
This commit is contained in:
olayway 2023-06-05 13:58:49 +02:00
parent 2bfc1f7e18
commit b6539eac2a
2 changed files with 2811 additions and 1 deletions

2806
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +1,16 @@
{
"name": "portaljs",
"workspaces": ["./packages/*"],
"workspaces": [
"./packages/*"
],
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"devDependencies": {
"@babel/preset-react": "^7.14.5",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@nrwl/cypress": "15.9.2",
"@nrwl/eslint-plugin-nx": "^16.0.2",
"@nrwl/jest": "15.9.2",