Skip to content

Commit

Permalink
chore: upgrade react-ace (#22573)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lily Kuang authored Jan 4, 2023
1 parent 11c9c8a commit 40dba06
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
30 changes: 15 additions & 15 deletions superset-frontend/package-lock.json

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

2 changes: 1 addition & 1 deletion superset-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"query-string": "^6.13.7",
"re-resizable": "^6.6.1",
"react": "^16.13.1",
"react-ace": "^9.4.4",
"react-ace": "^10.1.0",
"react-checkbox-tree": "^1.5.1",
"react-color": "^2.13.8",
"react-datetime": "^3.0.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/chart-controls",
"version": "0.18.25",
"version": "0.18.26",
"description": "Superset UI control-utils",
"keywords": [
"superset"
Expand Down Expand Up @@ -43,7 +43,7 @@
"brace": "^0.11.1",
"memoize-one": "^5.1.1",
"react": "^16.13.1",
"react-ace": "^9.4.4",
"react-ace": "^10.1.0",
"react-dom": "^16.13.1"
},
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/plugin-chart-handlebars",
"version": "0.18.25",
"version": "0.18.26",
"description": "Superset Chart - Write a handlebars template to render the data",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"lodash": "^4.17.11",
"moment": "^2.26.0",
"react": "^16.13.1",
"react-ace": "^9.4.4",
"react-ace": "^10.1.0",
"react-dom": "^16.13.1"
},
"devDependencies": {
Expand Down

0 comments on commit 40dba06

Please sign in to comment.