@looker/code-editor 0.1.49 → 0.1.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -108,6 +108,12 @@
|
|
|
108
108
|
* devDependencies
|
|
109
109
|
* @looker/sdk-codegen bumped from 21.10.3 to 21.10.4
|
|
110
110
|
|
|
111
|
+
### Dependencies
|
|
112
|
+
|
|
113
|
+
* The following workspace dependencies were updated
|
|
114
|
+
* devDependencies
|
|
115
|
+
* @looker/sdk-codegen bumped from 21.10.4 to 21.11.0
|
|
116
|
+
|
|
111
117
|
## [0.1.39](https://github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.38...code-editor-v0.1.39) (2025-02-06)
|
|
112
118
|
|
|
113
119
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@looker/code-editor",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.50",
|
|
4
4
|
"description": "A syntax highlighter Viewer and Editor for Looker SDK supported languages.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/esm/index.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@looker/components-test-utils": "^1.5.27",
|
|
33
|
-
"@looker/sdk-codegen": "21.
|
|
33
|
+
"@looker/sdk-codegen": "21.11.0",
|
|
34
34
|
"@testing-library/jest-dom": "5.16.5",
|
|
35
35
|
"@testing-library/react": "12.1.5",
|
|
36
36
|
"@testing-library/user-event": "13.1.5",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"react-simple-code-editor": "^0.11.0",
|
|
59
59
|
"styled-components": "^5.3.1"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "4ad57362107ab0ed2c865876921136b8b7d77db4"
|
|
62
62
|
}
|