@looker/code-editor 0.1.38 → 0.1.39

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -48,6 +48,20 @@
48
48
  * devDependencies
49
49
  * @looker/sdk-codegen bumped from 21.9.6 to 21.9.7
50
50
 
51
+ ## [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)
52
+
53
+
54
+ ### Bug Fixes
55
+
56
+ * update looker TypeScript package dependencies ([#1559](https://github.com/looker-open-source/sdk-codegen/issues/1559)) ([7421d43](https://github.com/looker-open-source/sdk-codegen/commit/7421d4313b09d828e03b5c9c04abd5f2b6c90ae6))
57
+
58
+
59
+ ### Dependencies
60
+
61
+ * The following workspace dependencies were updated
62
+ * devDependencies
63
+ * @looker/sdk-codegen bumped from 21.9.7 to 21.9.8
64
+
51
65
  ## [0.1.33](https://github.com/looker-open-source/sdk-codegen/compare/code-editor-v0.1.32...code-editor-v0.1.33) (2024-09-14)
52
66
 
53
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looker/code-editor",
3
- "version": "0.1.38",
3
+ "version": "0.1.39",
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.7",
33
+ "@looker/sdk-codegen": "21.9.8",
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",
@@ -49,8 +49,8 @@
49
49
  "webpack-cli": "5.0.1"
50
50
  },
51
51
  "dependencies": {
52
- "@looker/components": "^4.1.3",
53
- "@looker/design-tokens": "^3.1.0",
52
+ "@looker/components": "^5.0.3",
53
+ "@looker/design-tokens": "^3.1.3",
54
54
  "prism-react-renderer": "^1.2.0",
55
55
  "react": "^17.0.2",
56
56
  "react-dom": "^17.0.2",
@@ -58,5 +58,5 @@
58
58
  "react-simple-code-editor": "^0.11.0",
59
59
  "styled-components": "^5.3.1"
60
60
  },
61
- "gitHead": "bca935bc6fcc4a89ad95cc3b05f37498866011fb"
61
+ "gitHead": "272a2874acba0fe9f1b41755826b009a750fa485"
62
62
  }