Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Sep 12, 2023
1 parent bc7410d commit 9a878e4
Show file tree
Hide file tree
Showing 56 changed files with 3,563 additions and 3,131 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/**"
],
"useNx": true,
"version": "1.3.45"
"useNx": true,
"version": "1.3.46"
}
32 changes: 14 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,23 @@
"commitLimit": false
},
"devDependencies": {
"@commitlint/cli": "14.1.0",
"@commitlint/config-conventional": "16.2.4",
"@commitlint/format": "16.2.1",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@commitlint/format": "17.4.4",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"auto-changelog": "2.4.0",
"eslint": "8.49.0",
"eslint-plugin-html": "6.2.0",
"eslint-plugin-html": "7.1.0",
"eslint-plugin-json": "3.1.0",
"husky": "7.0.4",
"lerna": "4.0.0",
"lint-staged": "12.5.0",
"npm-check-updates": "12.5.12",
"prettier": "2.8.8",
"prettier-plugin-svelte": "2.10.1",
"husky": "8.0.3",
"lerna": "7.2.0",
"lint-staged": "14.0.1",
"npm-check-updates": "16.13.3",
"prettier": "3.0.3",
"prettier-plugin-svelte": "3.0.3",
"svelte": "3.59.2",
"typescript": "4.9.5",
"vitepress": "0.22.4"
},
"engines": {
"node": ">=14 <=18",
"npm": ">=6 <=8"
"typescript": "5.2.2",
"vitepress": "1.0.0-rc.12"
}
}
8 changes: 4 additions & 4 deletions packages/cli/core/babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-core-babel",
"version": "1.3.45",
"version": "1.3.46",
"description": "This module contains the babel stuff for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down Expand Up @@ -28,11 +28,11 @@
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@babel/preset-env": "7.22.15",
"@babel/preset-typescript": "7.22.15",
"babel-loader": "8.3.0"
"babel-loader": "9.1.3"
},
"devDependencies": {
"@types/node": "17.0.45",
"typescript": "4.5.5"
"@types/node": "20.6.0",
"typescript": "5.2.2"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
Expand Down
12 changes: 4 additions & 8 deletions packages/cli/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli",
"version": "1.3.45",
"version": "1.3.46",
"description": "This CLI brings along all required tools to serve, test and build multi framework SPAs",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down Expand Up @@ -64,19 +64,15 @@
"chalk": "4.1.2",
"commander": "9.5.0",
"deepmerge": "4.3.1",
"prettier": "2.8.8"
"prettier": "3.0.3"
},
"devDependencies": {
"@types/node": "17.0.45",
"@types/node": "20.6.0",
"@types/prettier": "2.7.3",
"typescript": "4.5.5"
"typescript": "5.2.2"
},
"scripts": {
"postinstall": "node postinstall.js",
"prepack": "cp ../../../README.md template/ && rm -rf lib && tsc -p tsconfig.json && tsc"
},
"engines": {
"node": ">=14 <=18",
"npm": ">=6 <=8"
}
}
28 changes: 14 additions & 14 deletions packages/cli/core/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/core",
"version": "1.3.45",
"version": "1.3.46",
"description": "",
"scripts": {
"coverage": "cross-env NODE_ENV=test nyc mocha",
Expand Down Expand Up @@ -29,29 +29,29 @@
]
},
"dependencies": {
"@leanup/form": "1.3.45",
"@leanup/lib": "1.3.45",
"@leanup/openapi-demo": "1.3.45",
"@leanup/form": "1.3.46",
"@leanup/lib": "1.3.46",
"@leanup/openapi-demo": "1.3.46",
"@public-oss/kolibri-themes": "0.0.3",
"@public-ui/components": "1.4.2",
"@public-ui/core": "1.4.2",
"@public-ui/themes": "1.4.2",
"@public-ui/components": "1.6.2",
"@public-ui/core": "1.6.2",
"@public-ui/themes": "1.6.2",
"navigo": "8.11.1",
"rxjs": "7.8.1"
},
"devDependencies": {
"@leanup/cli": "1.3.45",
"@leanup/git-hooks": "1.3.45",
"@leanup/stack": "1.3.45",
"@leanup/stack-vite": "1.3.45",
"@leanup/stack-webpack": "1.3.45",
"@leanup/cli": "1.3.46",
"@leanup/git-hooks": "1.3.46",
"@leanup/stack": "1.3.46",
"@leanup/stack-vite": "1.3.46",
"@leanup/stack-webpack": "1.3.46",
"@unocss/preset-mini": "0.51.8",
"@unocss/vite": "0.51.8",
"@unocss/webpack": "0.51.8",
"chromedriver": "97.0.4",
"npm-check-updates": "12.5.12",
"npm-check-updates": "16.13.3",
"postcss-windicss": "1.0.0",
"selenium-server": "3.141.59",
"typescript": "4.5.5"
"typescript": "5.2.2"
}
}
12 changes: 4 additions & 8 deletions packages/cli/frameworks/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-angular",
"version": "1.3.45",
"version": "1.3.46",
"description": "This package contains the Angular framework extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down Expand Up @@ -38,18 +38,14 @@
"angular": "lib/cli.js"
},
"devDependencies": {
"@leanup/cli": "1.3.45",
"@types/node": "17.0.45",
"typescript": "4.5.5"
"@leanup/cli": "1.3.46",
"@types/node": "20.6.0",
"typescript": "5.2.2"
},
"peerDependencies": {
"@leanup/cli": "~1.3.0"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
},
"engines": {
"node": ">=14 <=18",
"npm": ">=6 <=8"
}
}
8 changes: 4 additions & 4 deletions packages/cli/frameworks/angular/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/angular",
"version": "1.3.45",
"version": "1.3.46",
"dependencies": {
"@angular/common": "13.4.0",
"@angular/compiler": "13.4.0",
Expand All @@ -14,9 +14,9 @@
"zone.js": "0.13.0"
},
"devDependencies": {
"@leanup/cli-angular": "1.3.45",
"@leanup/stack-angular": "1.3.45",
"@leanup/cli-angular": "1.3.46",
"@leanup/stack-angular": "1.3.46",
"@ngtools/webpack": "13.3.11",
"typescript": "4.5.5"
"typescript": "5.2.2"
}
}
12 changes: 4 additions & 8 deletions packages/cli/frameworks/angularjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-angularjs",
"version": "1.3.45",
"version": "1.3.46",
"description": "This package contains the AngularJS framework extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down Expand Up @@ -38,18 +38,14 @@
"angularjs": "lib/cli.js"
},
"devDependencies": {
"@leanup/cli": "1.3.45",
"@types/node": "17.0.45",
"typescript": "4.5.5"
"@leanup/cli": "1.3.46",
"@types/node": "20.6.0",
"typescript": "5.2.2"
},
"peerDependencies": {
"@leanup/cli": "~1.3.0"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
},
"engines": {
"node": ">=14 <=18",
"npm": ">=6 <=8"
}
}
6 changes: 3 additions & 3 deletions packages/cli/frameworks/angularjs/template/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@template/angularjs",
"version": "1.3.45",
"version": "1.3.46",
"dependencies": {
"angular": "1.8.3"
},
"devDependencies": {
"@leanup/cli-angularjs": "1.3.45",
"@leanup/stack-angularjs": "1.3.45",
"@leanup/cli-angularjs": "1.3.46",
"@leanup/stack-angularjs": "1.3.46",
"@types/angular": "1.8.5"
}
}
12 changes: 4 additions & 8 deletions packages/cli/frameworks/aurelia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-aurelia",
"version": "1.3.45",
"version": "1.3.46",
"description": "This package contains the Aurelia framework extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down Expand Up @@ -37,18 +37,14 @@
"aurelia": "lib/cli.js"
},
"devDependencies": {
"@leanup/cli": "1.3.45",
"@types/node": "17.0.45",
"typescript": "4.5.5"
"@leanup/cli": "1.3.46",
"@types/node": "20.6.0",
"typescript": "5.2.2"
},
"peerDependencies": {
"@leanup/cli": "~1.3.0"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
},
"engines": {
"node": ">=14 <=18",
"npm": ">=6 <=8"
}
}
6 changes: 3 additions & 3 deletions packages/cli/frameworks/aurelia/template/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@template/aurelia",
"version": "1.3.45",
"version": "1.3.46",
"dependencies": {
"aurelia-bootstrapper": "2.4.0",
"aurelia-framework": "1.4.1"
},
"devDependencies": {
"@leanup/cli-aurelia": "1.3.45",
"@leanup/stack-aurelia": "1.3.45"
"@leanup/cli-aurelia": "1.3.46",
"@leanup/stack-aurelia": "1.3.46"
}
}
18 changes: 7 additions & 11 deletions packages/cli/frameworks/inferno/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"5": {
"@leanup/cli": "~1.3.0"
},
"name": "@leanup/cli-inferno",
"version": "1.3.45",
"version": "1.3.46",
"description": "This package contains the Inferno framework extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down Expand Up @@ -38,18 +41,11 @@
"inferno": "lib/cli.js"
},
"devDependencies": {
"@leanup/cli": "1.3.45",
"@types/node": "17.0.45",
"typescript": "4.5.5"
},
"5": {
"@leanup/cli": "~1.3.0"
"@leanup/cli": "1.3.46",
"@types/node": "20.6.0",
"typescript": "5.2.2"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
},
"engines": {
"node": ">=14 <=18",
"npm": ">=6 <=8"
}
}
6 changes: 3 additions & 3 deletions packages/cli/frameworks/inferno/template/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@template/inferno",
"version": "1.3.45",
"version": "1.3.46",
"dependencies": {
"inferno": "7.4.11"
},
"devDependencies": {
"@leanup/cli-inferno": "1.3.45",
"@leanup/stack-inferno": "1.3.45"
"@leanup/cli-inferno": "1.3.46",
"@leanup/stack-inferno": "1.3.46"
}
}
12 changes: 4 additions & 8 deletions packages/cli/frameworks/lit-element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-lit-element",
"version": "1.3.45",
"version": "1.3.46",
"description": "This package contains the lit-element extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand All @@ -24,18 +24,14 @@
"lit-element": "lib/cli.js"
},
"devDependencies": {
"@leanup/cli": "1.3.45",
"@types/node": "17.0.45",
"typescript": "4.5.5"
"@leanup/cli": "1.3.46",
"@types/node": "20.6.0",
"typescript": "5.2.2"
},
"peerDependencies": {
"@leanup/cli": "~1.3.0"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
},
"engines": {
"node": ">=14 <=18",
"npm": ">=6 <=8"
}
}
6 changes: 3 additions & 3 deletions packages/cli/frameworks/lit-element/template/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@template/lit-element",
"version": "1.3.45",
"version": "1.3.46",
"dependencies": {
"lit-element": "3.3.2"
},
"devDependencies": {
"@leanup/cli-lit-element": "1.3.45",
"@leanup/stack-lit-element": "1.3.41"
"@leanup/cli-lit-element": "1.3.46",
"@leanup/stack-lit-element": "1.3.46"
}
}
Loading

0 comments on commit 9a878e4

Please sign in to comment.