-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c7d86a9
commit 41b496a
Showing
16 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "3.3.17", | ||
"version": "3.3.18", | ||
"loglevel": "verbose", | ||
"npmClient": "yarn", | ||
"command": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@uiengine/adapter-css", | ||
"description": "UIengine template adapter for CSS.", | ||
"license": "MIT", | ||
"version": "3.3.17", | ||
"version": "3.3.18", | ||
"author": "Dennis Reimann <[email protected]> (https://dennisreimann.de)", | ||
"homepage": "https://github.com/dennisreimann/uiengine", | ||
"bugs": "https://github.com/dennisreimann/uiengine/issues", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@uiengine/adapter-ejs", | ||
"description": "UIengine template adapter for EJS.", | ||
"license": "MIT", | ||
"version": "3.3.17", | ||
"version": "3.3.18", | ||
"author": "Dennis Reimann <[email protected]> (https://dennisreimann.de)", | ||
"homepage": "https://github.com/dennisreimann/uiengine", | ||
"bugs": "https://github.com/dennisreimann/uiengine/issues", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@uiengine/adapter-handlebars", | ||
"description": "UIengine template adapter for Handlebars.", | ||
"license": "MIT", | ||
"version": "3.3.17", | ||
"version": "3.3.18", | ||
"author": "Dennis Reimann <[email protected]> (https://dennisreimann.de)", | ||
"homepage": "https://github.com/dennisreimann/uiengine", | ||
"bugs": "https://github.com/dennisreimann/uiengine/issues", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@uiengine/adapter-html", | ||
"description": "UIengine template adapter for HTML.", | ||
"license": "MIT", | ||
"version": "3.3.17", | ||
"version": "3.3.18", | ||
"author": "Dennis Reimann <[email protected]> (https://dennisreimann.de)", | ||
"homepage": "https://github.com/dennisreimann/uiengine", | ||
"bugs": "https://github.com/dennisreimann/uiengine/issues", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@uiengine/adapter-marko", | ||
"description": "UIengine template adapter for Marko.", | ||
"license": "MIT", | ||
"version": "3.3.17", | ||
"version": "3.3.18", | ||
"author": "Dennis Reimann <[email protected]> (https://dennisreimann.de)", | ||
"homepage": "https://github.com/dennisreimann/uiengine", | ||
"bugs": "https://github.com/dennisreimann/uiengine/issues", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@uiengine/adapter-nunjucks", | ||
"description": "UIengine template adapter for nunjucks.", | ||
"license": "MIT", | ||
"version": "3.3.17", | ||
"version": "3.3.18", | ||
"author": "Dennis Reimann <[email protected]> (https://dennisreimann.de)", | ||
"homepage": "https://github.com/dennisreimann/uiengine", | ||
"bugs": "https://github.com/dennisreimann/uiengine/issues", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@uiengine/adapter-pug", | ||
"description": "UIengine template adapter for Pug.", | ||
"license": "MIT", | ||
"version": "3.3.17", | ||
"version": "3.3.18", | ||
"author": "Dennis Reimann <[email protected]> (https://dennisreimann.de)", | ||
"homepage": "https://github.com/dennisreimann/uiengine", | ||
"bugs": "https://github.com/dennisreimann/uiengine/issues", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@uiengine/adapter-webpack", | ||
"description": "UIengine template adapter for Webpack projects.", | ||
"license": "MIT", | ||
"version": "3.3.17", | ||
"version": "3.3.18", | ||
"author": "Dennis Reimann <[email protected]> (https://dennisreimann.de)", | ||
"contributors": [ | ||
"Michael Geers <[email protected]> (http://geers.tv/)" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@uiengine/cli", | ||
"description": "UIengine command line interface.", | ||
"license": "MIT", | ||
"version": "3.3.17", | ||
"version": "3.3.18", | ||
"author": "Dennis Reimann <[email protected]> (https://dennisreimann.de)", | ||
"homepage": "https://github.com/dennisreimann/uiengine", | ||
"bugs": "https://github.com/dennisreimann/uiengine/issues", | ||
|
@@ -38,7 +38,7 @@ | |
"yargs": "17.7.2" | ||
}, | ||
"devDependencies": { | ||
"@uiengine/core": "3.3.17", | ||
"@uiengine/core": "3.3.18", | ||
"eslint": "8.57.1", | ||
"eslint-config-standard": "17.1.0", | ||
"eslint-plugin-import": "2.31.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@uiengine/core", | ||
"description": "Create, document and evolve your design system collaboratively.", | ||
"license": "MIT", | ||
"version": "3.3.17", | ||
"version": "3.3.18", | ||
"author": "Dennis Reimann <[email protected]> (https://dennisreimann.de)", | ||
"homepage": "https://github.com/dennisreimann/uiengine", | ||
"bugs": "https://github.com/dennisreimann/uiengine/issues", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@uiengine/plugin-preview-a11y", | ||
"description": "UIengine plugin for adding accessibility tests to the preview", | ||
"license": "MIT", | ||
"version": "3.3.17", | ||
"version": "3.3.18", | ||
"author": "Dennis Reimann <[email protected]> (https://dennisreimann.de)", | ||
"homepage": "https://github.com/dennisreimann/uiengine", | ||
"bugs": "https://github.com/dennisreimann/uiengine", | ||
|
@@ -26,7 +26,7 @@ | |
"axe-core": "4.10.2" | ||
}, | ||
"devDependencies": { | ||
"@uiengine/core": "3.3.17", | ||
"@uiengine/core": "3.3.18", | ||
"eslint": "8.57.1", | ||
"eslint-config-standard": "17.1.0", | ||
"eslint-plugin-import": "2.31.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@uiengine/plugin-preview-toggle-class", | ||
"description": "UIengine plugin for toggling a class on the preview", | ||
"license": "MIT", | ||
"version": "3.3.17", | ||
"version": "3.3.18", | ||
"author": "Dennis Reimann <[email protected]> (https://dennisreimann.de)", | ||
"homepage": "https://github.com/dennisreimann/uiengine", | ||
"bugs": "https://github.com/dennisreimann/uiengine", | ||
|
@@ -23,7 +23,7 @@ | |
"uiengine" | ||
], | ||
"devDependencies": { | ||
"@uiengine/core": "3.3.17", | ||
"@uiengine/core": "3.3.18", | ||
"eslint": "8.57.1", | ||
"eslint-config-standard": "17.1.0", | ||
"eslint-plugin-import": "2.31.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@uiengine/ui", | ||
"description": "UIengine user interface.", | ||
"license": "MIT", | ||
"version": "3.3.17", | ||
"version": "3.3.18", | ||
"author": "Dennis Reimann <[email protected]> (https://dennisreimann.de)", | ||
"homepage": "https://github.com/dennisreimann/uiengine", | ||
"bugs": "https://github.com/dennisreimann/uiengine/issues", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@uiengine/util", | ||
"description": "UIengine utilities.", | ||
"license": "MIT", | ||
"version": "3.3.17", | ||
"version": "3.3.18", | ||
"author": "Dennis Reimann <[email protected]> (https://dennisreimann.de)", | ||
"homepage": "https://github.com/dennisreimann/uiengine", | ||
"bugs": "https://github.com/dennisreimann/uiengine/issues", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters