Skip to content

Commit ea3792c

Browse files
author
Andrea Bonomi
committed
ansi-regex upgrade
1 parent 1a6430e commit ea3792c

File tree

4 files changed

+22
-8
lines changed

4 files changed

+22
-8
lines changed

airflow_code_editor/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.1
1+
5.1.2

changelog.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,5 +289,10 @@
289289

290290
2020-10-23
291291

292+
### Changed
293+
294+
- ansi-regex upgrade
295+
292296
### Fix
293-
Fix directories items number
297+
298+
- Fix directories items number

package-lock.json

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

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "airflow-code-editor",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"description": "A plugin for [Apache Airflow](https://github.com/apache/airflow) that allows you to edit DAGs in browser. It provides a file managing interface within specified directories and it can be used to edit and download your files. If git support is enabled, the DAGs are stored in a Git repository. You may use it to view Git history, review local changes and commit.",
55
"private": true,
66
"directories": {
@@ -45,7 +45,8 @@
4545
"vue-loader": "^15.9.3",
4646
"vue-template-compiler": "^2.6.14",
4747
"webpack": "^5.44.0",
48-
"webpack-cli": "^4.7.2"
48+
"webpack-cli": "^4.7.2",
49+
"ansi-regex": ">=5.0.1"
4950
},
5051
"dependencies": {
5152
"@grapoza/vue-tree": "^3.0.3",

0 commit comments

Comments
 (0)