Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Jun 15, 2022
1 parent dc5ce85 commit 0630847
Show file tree
Hide file tree
Showing 16 changed files with 91,095 additions and 72,962 deletions.
15,863 changes: 11,507 additions & 4,356 deletions package-lock.json

Large diffs are not rendered by default.

17 changes: 14 additions & 3 deletions package.json
Expand Up @@ -6,15 +6,15 @@
"update-angular-consts": "npm run build --prefix packages/conveyer && node ./config/update-type-consts.js",
"packages": "npm run packages:update && npm run packages:build && npm run packages:publish",
"packages:update": "lerna-helper version && npm run update-angular-consts",
"packages:build": "lerna run build --ignore @egjs/ngx-conveyer --ignore docs",
"packages:build": "npm run build --prefix packages/conveyer && lerna run build --ignore @egjs/conveyer --ignore @egjs/ngx-conveyer --ignore docs --stream",
"packages:publish": "lerna-helper publish --ignore @egjs/ngx-conveyer --commit 'chore: update packages versions'",
"changelog": "lerna-helper changelog --type all --base @egjs/conveyer",
"docs:build": "jsdoc-to-mdx -c ./jsdoc-to-mdx.json",
"docs:version": "node ./config/docs-version-up",
"demo:build": "npm run docs:build && npm run docs:version && npm run build --prefix packages/docs",
"demo:deploy": "lerna-helper deploy --base @egjs/conveyer --remote upstream",
"release": "lerna-helper release --base @egjs/conveyer --remote upstream --branch main",
"bootstrap": "lerna bootstrap"
"bootstrap": "lerna bootstrap --hoist react --hoist react-dom"
},
"repository": {
"type": "git",
Expand All @@ -38,6 +38,17 @@
"egjs-jsdoc-template": "^1.4.4",
"jsdoc-to-mdx": "^1.1.0",
"lerna": "^4.0.0",
"typescript": "~4.1"
"typescript": "~4.1",
"@types/react": "^17.0.45",
"@types/react-dom": "^17.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"overrides": {
"@daybrush/utils": "^1.7.0",
"@types/react": "^17.0.45",
"@types/react-dom": "^17.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}
3 changes: 2 additions & 1 deletion packages/conveyer/tsconfig.declaration.json
@@ -1,11 +1,12 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"removeComments": true,
"removeComments": false,
"declaration": true,
"emitDeclarationOnly": true,
"declarationDir": "declaration",
"strictNullChecks": false,
"para"
},
"include": [
"./src/**/*.ts",
Expand Down

0 comments on commit 0630847

Please sign in to comment.