8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c7a43 commit 3b30be2Copy full SHA for 3b30be2
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.0.0 (2022-06-08)
2
+
3
+### Breaking changes
4
5
+Update dependencies to 6.0.0
6
7
## 0.20.0 (2022-04-20)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/lang-python",
- "version": "0.20.0",
+ "version": "6.0.0",
"description": "Python language support for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
@@ -26,8 +26,8 @@
26
"sideEffects": false,
27
"license": "MIT",
28
"dependencies": {
29
- "@codemirror/language": "^0.20.0",
30
- "@lezer/python": "^0.16.0"
+ "@codemirror/language": "^6.0.0",
+ "@lezer/python": "^1.0.0"
31
},
32
"devDependencies": {
33
"@codemirror/buildhelper": "^0.1.0"
0 commit comments