Skip to content

Commit

Permalink
ansi-regex upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Bonomi committed Oct 23, 2021
1 parent 1a6430e commit ea3792c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 8 deletions.
2 changes: 1 addition & 1 deletion airflow_code_editor/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.1
5.1.2
7 changes: 6 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -289,5 +289,10 @@

2020-10-23

### Changed

- ansi-regex upgrade

### Fix
Fix directories items number

- Fix directories items number
16 changes: 12 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "airflow-code-editor",
"version": "5.1.1",
"version": "5.1.2",
"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.",
"private": true,
"directories": {
Expand Down Expand Up @@ -45,7 +45,8 @@
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2"
"webpack-cli": "^4.7.2",
"ansi-regex": ">=5.0.1"
},
"dependencies": {
"@grapoza/vue-tree": "^3.0.3",
Expand Down

0 comments on commit ea3792c

Please sign in to comment.