-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #435 from deneb-viz/feature/json-editor-grand-changes
Initial JSON updates to editor component
- Loading branch information
Showing
202 changed files
with
39,011 additions
and
16,111 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,8 +1,11 @@ | ||
bin | ||
node_modules | ||
dist | ||
coverage | ||
test | ||
.eslintrc.js | ||
karma.conf.ts | ||
test.webpack.config.js | ||
bin | ||
node_modules | ||
dist | ||
coverage | ||
test | ||
.eslintrc.js | ||
karma.conf.ts | ||
test.webpack.config.js | ||
src/features/json-editor/theme/*.js | ||
# packages are handled by individual inting | ||
packages |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
* text=auto |
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
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
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 +1,2 @@ | ||
legacy-peer-deps=true | ||
legacy-peer-deps=true | ||
@deneb-viz:registry=https://registry.npmjs.org/ |
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 |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"$schema": "https://unpkg.com/[email protected]/dist/schema.json", | ||
"source": [ | ||
"package.json", | ||
"packages/*/package.json" | ||
], | ||
"indent": " ", | ||
"versionGroups": [ | ||
{ | ||
"label": "Power BI Visuals API should match desired version", | ||
"dependencies": [ | ||
"powerbi-visuals-api" | ||
], | ||
"dependencyTypes": [ | ||
"dev" | ||
], | ||
"pinVersion": "5.7.0" | ||
}, | ||
{ | ||
"label": "Vega should be specific version we wish to package", | ||
"dependencies": [ | ||
"vega" | ||
], | ||
"dependencyTypes": [ | ||
"dev" | ||
], | ||
"pinVersion": "5.28.0" | ||
}, | ||
{ | ||
"label": "Vega-Lite should be specific version we wish to package", | ||
"dependencies": [ | ||
"vega-lite" | ||
], | ||
"dependencyTypes": [ | ||
"dev" | ||
], | ||
"pinVersion": "5.18.0" | ||
}, | ||
{ | ||
"label": "Use wildcard when developing local packages", | ||
"dependencies": [ | ||
"@deneb-viz/**" | ||
], | ||
"dependencyTypes": [ | ||
"dev" | ||
], | ||
"pinVersion": "*" | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
Oops, something went wrong.