Skip to content

Commit 6c528c6

Browse files
committed
update deps
1 parent 68d26ad commit 6c528c6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+1344
-4740
lines changed

cli/core/e2e/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/core/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanup/cli-core-e2e",
3-
"version": "1.0.0-rc.521",
3+
"version": "1.0.0-rc.522",
44
"description": "This module contains the e2e test feature for the @leanup/cli.",
55
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
66
"homepage": "https://leanupjs.org",

cli/core/format/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/core/format/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanup/cli-core-format",
3-
"version": "1.0.0-rc.521",
3+
"version": "1.0.0-rc.522",
44
"description": "This module contains the format feature for the @leanup/cli.",
55
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
66
"homepage": "https://leanupjs.org",

cli/core/lint/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/core/lint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanup/cli-core-lint",
3-
"version": "1.0.0-rc.521",
3+
"version": "1.0.0-rc.522",
44
"description": "This module contains the lint feature for the @leanup/cli.",
55
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
66
"homepage": "https://leanupjs.org",

cli/core/package-lock.json

Lines changed: 43 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/core/package.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanup/cli",
3-
"version": "1.0.0-rc.521",
3+
"version": "1.0.0-rc.522",
44
"description": "This CLI brings along all required tools to serve, test and build multi framework SPAs",
55
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
66
"homepage": "https://leanupjs.org",
@@ -58,15 +58,15 @@
5858
"url": "https://github.com/leanupjs/cli/issues"
5959
},
6060
"dependencies": {
61-
"@babel/core": "^7.11.5",
61+
"@babel/core": "^7.11.6",
6262
"@babel/plugin-proposal-class-properties": "^7.10.4",
6363
"@babel/plugin-proposal-decorators": "^7.10.5",
6464
"@babel/preset-env": "^7.11.5",
6565
"@babel/preset-typescript": "^7.10.4",
66-
"@leanup/cli-core-e2e": "^1.0.0-rc.521",
67-
"@leanup/cli-core-format": "^1.0.0-rc.521",
68-
"@leanup/cli-core-lint": "^1.0.0-rc.521",
69-
"@leanup/cli-core-test": "^1.0.0-rc.521",
66+
"@leanup/cli-core-e2e": "^1.0.0-rc.522",
67+
"@leanup/cli-core-format": "^1.0.0-rc.522",
68+
"@leanup/cli-core-lint": "^1.0.0-rc.522",
69+
"@leanup/cli-core-test": "^1.0.0-rc.522",
7070
"autoprefixer": "^9.8.5",
7171
"babel-loader": "^8.1.0",
7272
"chalk": "^4.1.0",
@@ -76,11 +76,11 @@
7676
"file-loader": "^6.1.0",
7777
"html-webpack-plugin": "^4.4.1",
7878
"less": "^3.12.2",
79-
"less-loader": "^7.0.0",
79+
"less-loader": "^7.0.1",
8080
"mini-css-extract-plugin": "^0.11.0",
8181
"postcss-loader": "^3.0.0",
8282
"sass": "^1.26.10",
83-
"sass-loader": "^10.0.1",
83+
"sass-loader": "^10.0.2",
8484
"string-replace-loader": "^2.3.0",
8585
"style-loader": "^1.2.1",
8686
"webpack": "^4.44.1",
@@ -89,7 +89,6 @@
8989
},
9090
"devDependencies": {
9191
"@types/node": "^14.6.2",
92-
"terser": "^5.2.1",
9392
"typescript": "^4.0.2"
9493
},
9594
"peerDependencies": {

cli/core/test/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/core/test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanup/cli-core-test",
3-
"version": "1.0.0-rc.521",
3+
"version": "1.0.0-rc.522",
44
"description": "This module contains the test feature for the @leanup/cli.",
55
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
66
"homepage": "https://leanupjs.org",

0 commit comments

Comments
 (0)