Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Dec 27, 2020
1 parent 538f95d commit cbcce92
Show file tree
Hide file tree
Showing 76 changed files with 6,380 additions and 3,280 deletions.
3,006 changes: 3,006 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2,097 changes: 1,844 additions & 253 deletions package-lock.json

Large diffs are not rendered by default.

17 changes: 16 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,38 @@
"outdated": "(npm outdated || true) && lerna exec --stream -- npm outdated",
"remove": "lerna exec --stream -- rm -rf node_modules package-lock.json *.log *.tgz && rm -rf node_modules package-lock.json *.log *.tgz",
"reinstall": "npm run remove && npm run update",
"update": "npm install && lerna exec --ignore=@template/* --stream -- npm install && npm update && lerna exec --ignore=@template/* --stream -- npm update"
"update": "npm install && lerna exec --ignore=@template/* --stream -- npm install"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"repository": {
"type": "git",
"url": "https://github.com/leanupjs/leanup.git"
},
"devDependencies": {
"@leanup/git-hooks": "next",
"@leanup/stack": "next",
"auto-changelog": "2.2.1",
"lerna": "3.22.1",
"npm-check-updates": "10.2.5",
"prettier-plugin-svelte": "1.4.2",
"svelte": "3.31.0",
"typescript": "4.1.3"
},
"changelog": {
"labels": {
"feature": "New Feature",
"bug": "Bug Fix"
}
},
"engines": {
"node": ">=10 <16",
"npm": ">=6 <8"
},
"dependencies": {
"auto-changelog": "^2.2.1"
}
}
68 changes: 34 additions & 34 deletions packages/cli/core/babel/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/core/babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"dependencies": {
"@babel/core": "7.12.10",
"@babel/plugin-proposal-class-properties": "7.12.1",
"@babel/plugin-proposal-decorators": "7.12.1",
"@babel/plugin-proposal-decorators": "7.12.12",
"@babel/plugin-proposal-optional-chaining": "7.12.7",
"@babel/preset-env": "7.12.11",
"@babel/preset-typescript": "7.12.7",
"babel-loader": "8.2.2"
},
"devDependencies": {
"@types/node": "14.14.14",
"@types/node": "14.14.16",
"typescript": "4.1.3"
},
"scripts": {
Expand Down
24 changes: 12 additions & 12 deletions packages/cli/core/e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/core/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"url": "https://github.com/leanupjs/leanup/issues"
},
"dependencies": {
"@types/nightwatch": "1.3.1",
"@types/nightwatch": "1.3.2",
"cross-env": "7.0.3",
"nightwatch": "1.5.1",
"nightwatch-allure": "1.2.0"
},
"peerDependencies": {
"chromedriver": ">=70",
"chromedriver": ">=87",
"geckodriver": "^1",
"selenium-server": "^3"
},
Expand Down
Loading

0 comments on commit cbcce92

Please sign in to comment.