@elastic/monaco-esql 3.1.11 → 3.1.12

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/README.md +2 -0
  2. package/package.json +18 -17
package/README.md CHANGED
@@ -22,6 +22,8 @@ monaco.languages.setMonarchTokensProvider("esql", monarchLanguage);
22
22
  To release a new version add a `publish` label to the PR.
23
23
  Or you can run the `Release` Github action manually from Github web.
24
24
 
25
+ There is no need to bump the version manually, release-it does it automatically.
26
+
25
27
  ## License
26
28
 
27
29
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elastic/monaco-esql",
3
- "version": "3.1.11",
3
+ "version": "3.1.12",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -50,22 +50,23 @@
50
50
  "monaco-editor": "*"
51
51
  },
52
52
  "devDependencies": {
53
- "@biomejs/biome": "2.2.4",
54
- "@chromatic-com/storybook": "4.1.1",
53
+ "@biomejs/biome": "2.3.8",
54
+ "@chromatic-com/storybook": "4.1.3",
55
55
  "@monaco-editor/react": "4.7.0",
56
- "@storybook/addon-docs": "9.1.10",
57
- "@storybook/addon-onboarding": "9.1.10",
58
- "@storybook/addon-vitest": "9.1.10",
59
- "@storybook/react-vite": "9.1.10",
60
- "@types/react": "19.1.13",
61
- "@vitest/browser": "3.2.4",
62
- "@vitest/coverage-v8": "3.2.4",
63
- "monaco-editor": "0.53.0",
64
- "playwright": "1.55.1",
65
- "react": "19.1.1",
66
- "react-dom": "19.1.1",
67
- "storybook": "9.1.10",
68
- "typescript": "5.9.2",
69
- "vitest": "3.2.4"
56
+ "@storybook/addon-docs": "10.1.2",
57
+ "@storybook/addon-onboarding": "10.1.2",
58
+ "@storybook/addon-vitest": "10.1.2",
59
+ "@storybook/react-vite": "10.1.2",
60
+ "@types/react": "19.2.7",
61
+ "@vitest/browser": "4.0.14",
62
+ "@vitest/browser-playwright": "4.0.14",
63
+ "@vitest/coverage-v8": "4.0.14",
64
+ "monaco-editor": "0.55.1",
65
+ "playwright": "1.57.0",
66
+ "react": "19.2.0",
67
+ "react-dom": "19.2.0",
68
+ "storybook": "10.1.2",
69
+ "typescript": "5.9.3",
70
+ "vitest": "4.0.14"
70
71
  }
71
72
  }