Skip to content

Commit

Permalink
Merge pull request #902 from DNNCommunity/release/0.23.0
Browse files Browse the repository at this point in the history
Merged `release/0.23.0` into `main` to release `v0.23.0`
  • Loading branch information
valadas authored Nov 29, 2023
2 parents 888ad29 + aa87f8d commit 60b75e4
Show file tree
Hide file tree
Showing 11 changed files with 15,499 additions and 10,367 deletions.
13,323 changes: 8,493 additions & 4,830 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@types/node": "^20.5.1",
"lerna": "^7.3.0",
"lerna": "^8.0.0",
"typescript": "^5.0.3"
},
"version": "1.2.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/stencil-library/.storybook/manager.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {addons} from '@storybook/addons';
import {create} from '@storybook/theming/create';
import {create} from '@storybook/theming';

const theme = create({
base: 'dark',
Expand Down
106 changes: 101 additions & 5 deletions packages/stencil-library/licenses.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,138 @@
{
"@babel/[email protected]": {
"licenses": "MIT",
"repository": "https://github.com/babel/babel",
"publisher": "Sebastian McKenzie",
"email": "[email protected]",
"path": "node_modules\\@babel\\code-frame",
"licenseFile": "D:\\dnn-elements\\dnn-elements\\packages\\stencil-library\\node_modules\\@babel\\code-frame\\LICENSE"
},
"@dnncommunity/[email protected]": {
"licenses": "MIT",
"repository": "https://github.com/dnncommunity/dnn-elements",
"path": ""
},
"@eslint/[email protected]": {
"licenses": "MIT",
"repository": "https://github.com/eslint/eslintrc",
"publisher": "Nicholas C. Zakas",
"path": "node_modules\\@eslint\\eslintrc",
"licenseFile": "D:\\dnn-elements\\dnn-elements\\packages\\stencil-library\\node_modules\\@eslint\\eslintrc\\LICENSE"
},
"@humanwhocodes/[email protected]": {
"licenses": "Apache-2.0",
"repository": "https://github.com/humanwhocodes/config-array",
"publisher": "Nicholas C. Zakas",
"path": "node_modules\\@humanwhocodes\\config-array",
"licenseFile": "D:\\dnn-elements\\dnn-elements\\packages\\stencil-library\\node_modules\\@humanwhocodes\\config-array\\LICENSE"
},
"@stencil/[email protected]": {
"licenses": "MIT",
"repository": "https://github.com/ionic-team/stencil-eslint",
"path": "node_modules\\@stencil\\eslint-plugin",
"licenseFile": "node_modules\\@stencil\\eslint-plugin\\LICENSE.md"
"licenseFile": "D:\\dnn-elements\\dnn-elements\\packages\\stencil-library\\node_modules\\@stencil\\eslint-plugin\\LICENSE.md"
},
"@typescript-eslint/[email protected]": {
"licenses": "BSD-2-Clause",
"repository": "https://github.com/typescript-eslint/typescript-eslint",
"path": "node_modules\\@typescript-eslint\\parser",
"licenseFile": "node_modules\\@typescript-eslint\\parser\\LICENSE"
"licenseFile": "D:\\dnn-elements\\dnn-elements\\packages\\stencil-library\\node_modules\\@typescript-eslint\\parser\\LICENSE"
},
"@typescript-eslint/[email protected]": {
"licenses": "MIT",
"repository": "https://github.com/typescript-eslint/typescript-eslint",
"path": "node_modules\\@typescript-eslint\\scope-manager",
"licenseFile": "D:\\dnn-elements\\dnn-elements\\packages\\stencil-library\\node_modules\\@typescript-eslint\\scope-manager\\LICENSE"
},
"@typescript-eslint/[email protected]": {
"licenses": "MIT",
"repository": "https://github.com/typescript-eslint/typescript-eslint",
"path": "node_modules\\@typescript-eslint\\types",
"licenseFile": "D:\\dnn-elements\\dnn-elements\\packages\\stencil-library\\node_modules\\@typescript-eslint\\types\\LICENSE"
},
"@typescript-eslint/[email protected]": {
"licenses": "BSD-2-Clause",
"repository": "https://github.com/typescript-eslint/typescript-eslint",
"path": "node_modules\\@typescript-eslint\\typescript-estree",
"licenseFile": "D:\\dnn-elements\\dnn-elements\\packages\\stencil-library\\node_modules\\@typescript-eslint\\typescript-estree\\LICENSE"
},
"@typescript-eslint/[email protected]": {
"licenses": "MIT",
"repository": "https://github.com/typescript-eslint/typescript-eslint",
"path": "node_modules\\@typescript-eslint\\visitor-keys",
"licenseFile": "D:\\dnn-elements\\dnn-elements\\packages\\stencil-library\\node_modules\\@typescript-eslint\\visitor-keys\\LICENSE"
},
"[email protected]": {
"licenses": "MIT",
"repository": "https://github.com/mysticatea/eslint-utils",
"publisher": "Toru Nagashima",
"path": "node_modules\\eslint\\node_modules\\eslint-utils",
"licenseFile": "D:\\dnn-elements\\dnn-elements\\packages\\stencil-library\\node_modules\\eslint\\node_modules\\eslint-utils\\LICENSE"
},
"[email protected]": {
"licenses": "Apache-2.0",
"repository": "https://github.com/eslint/eslint-visitor-keys",
"publisher": "Toru Nagashima",
"path": "node_modules\\espree\\node_modules\\eslint-visitor-keys",
"licenseFile": "D:\\dnn-elements\\dnn-elements\\packages\\stencil-library\\node_modules\\espree\\node_modules\\eslint-visitor-keys\\LICENSE"
},
"[email protected]": {
"licenses": "MIT",
"repository": "https://github.com/eslint/eslint",
"publisher": "Nicholas C. Zakas",
"email": "[email protected]",
"path": "node_modules\\eslint",
"licenseFile": "node_modules\\eslint\\LICENSE"
"licenseFile": "D:\\dnn-elements\\dnn-elements\\packages\\stencil-library\\node_modules\\eslint\\LICENSE"
},
"[email protected]": {
"licenses": "BSD-2-Clause",
"repository": "https://github.com/eslint/espree",
"publisher": "Nicholas C. Zakas",
"email": "[email protected]",
"path": "node_modules\\espree",
"licenseFile": "D:\\dnn-elements\\dnn-elements\\packages\\stencil-library\\node_modules\\espree\\LICENSE"
},
"[email protected]": {
"licenses": "MIT",
"repository": "https://github.com/kaelzhang/node-ignore",
"publisher": "kael",
"path": "node_modules\\ignore",
"licenseFile": "D:\\dnn-elements\\dnn-elements\\packages\\stencil-library\\node_modules\\ignore\\LICENSE-MIT"
},
"[email protected]": {
"licenses": "MIT",
"repository": "https://github.com/xdan/jodit",
"publisher": "Chupurnov",
"email": "[email protected]",
"path": "node_modules\\jodit",
"licenseFile": "node_modules\\jodit\\LICENSE.txt"
"licenseFile": "D:\\dnn-elements\\dnn-elements\\packages\\stencil-library\\node_modules\\jodit\\LICENSE.txt"
},
"[email protected]": {
"licenses": "0BSD",
"repository": "https://github.com/Microsoft/tslib",
"publisher": "Microsoft Corp.",
"path": "node_modules\\tslib",
"licenseFile": "D:\\dnn-elements\\dnn-elements\\packages\\stencil-library\\node_modules\\tslib\\LICENSE.txt"
},
"[email protected]": {
"licenses": "MIT",
"repository": "https://github.com/ajafff/tsutils",
"publisher": "Klaus Meinhardt",
"path": "node_modules\\tsutils",
"licenseFile": "D:\\dnn-elements\\dnn-elements\\packages\\stencil-library\\node_modules\\tsutils\\LICENSE"
},
"[email protected]": {
"licenses": "MIT",
"repository": "https://github.com/ajafff/tsutils",
"publisher": "Klaus Meinhardt",
"path": "node_modules\\@typescript-eslint\\typescript-estree\\node_modules\\tsutils",
"licenseFile": "D:\\dnn-elements\\dnn-elements\\packages\\stencil-library\\node_modules\\@typescript-eslint\\typescript-estree\\node_modules\\tsutils\\LICENSE"
},
"[email protected]": {
"licenses": "Apache-2.0",
"repository": "https://github.com/Microsoft/TypeScript",
"publisher": "Microsoft Corp.",
"path": "node_modules\\typescript",
"licenseFile": "node_modules\\typescript\\LICENSE.txt"
"licenseFile": "D:\\dnn-elements\\dnn-elements\\packages\\stencil-library\\node_modules\\typescript\\LICENSE.txt"
}
}
Loading

0 comments on commit 60b75e4

Please sign in to comment.