@looker/code-editor 0.1.40 → 0.1.42
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 +12 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -54,6 +54,18 @@
|
|
|
54
54
|
* devDependencies
|
|
55
55
|
* @looker/sdk-codegen bumped from 21.9.8 to 21.9.9
|
|
56
56
|
|
|
57
|
+
### Dependencies
|
|
58
|
+
|
|
59
|
+
* The following workspace dependencies were updated
|
|
60
|
+
* devDependencies
|
|
61
|
+
* @looker/sdk-codegen bumped from 21.9.9 to 21.9.10
|
|
62
|
+
|
|
63
|
+
### Dependencies
|
|
64
|
+
|
|
65
|
+
* The following workspace dependencies were updated
|
|
66
|
+
* devDependencies
|
|
67
|
+
* @looker/sdk-codegen bumped from 21.9.10 to 21.9.11
|
|
68
|
+
|
|
57
69
|
## [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)
|
|
58
70
|
|
|
59
71
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@looker/code-editor",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.42",
|
|
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.9.
|
|
33
|
+
"@looker/sdk-codegen": "21.9.11",
|
|
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": "382327fb1a1381d6c6ded3f443c6e6c8f1d399eb"
|
|
62
62
|
}
|