Skip to content

Commit

Permalink
Publish v9.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Apr 25, 2021
1 parent 7d7a5c9 commit 672b685
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 33 deletions.
188 changes: 159 additions & 29 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "jsoneditor",
"version": "9.4.0",
"version": "9.4.1",
"main": "./dist/jsoneditor.min.js",
"description": "A web-based tool to view, edit, format, and validate JSON",
"tags": [
Expand Down Expand Up @@ -37,9 +37,9 @@
"vanilla-picker": "^2.11.2"
},
"devDependencies": {
"@babel/core": "7.13.15",
"@babel/core": "7.13.16",
"@babel/preset-env": "7.13.15",
"@babel/register": "7.13.14",
"@babel/register": "7.13.16",
"babel-loader": "8.2.2",
"btoa": "1.2.1",
"date-format": "3.0.0",
Expand All @@ -55,7 +55,7 @@
"source-map-loader": "2.0.1",
"standard": "16.0.3",
"uglify-js": "3.13.4",
"webpack": "5.33.2"
"webpack": "5.35.1"
},
"files": [
"dist",
Expand Down

0 comments on commit 672b685

Please sign in to comment.