Revert "web: bump @codemirror/lang-html from 6.2.0 to 6.3.1 in /web (#4122)"

This reverts commit 17fc775fd3.
This commit is contained in:
Jens Langhammer 2022-11-30 10:42:28 +02:00
parent 5156aeee0f
commit 8a926aaa73
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -14,7 +14,7 @@
"@babel/plugin-transform-runtime": "^7.19.6", "@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2", "@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6", "@babel/preset-typescript": "^7.18.6",
"@codemirror/lang-html": "^6.3.1", "@codemirror/lang-html": "^6.2.0",
"@codemirror/lang-javascript": "^6.1.1", "@codemirror/lang-javascript": "^6.1.1",
"@codemirror/lang-python": "^6.1.0", "@codemirror/lang-python": "^6.1.0",
"@codemirror/lang-xml": "^6.0.1", "@codemirror/lang-xml": "^6.0.1",
@ -1732,9 +1732,9 @@
} }
}, },
"node_modules/@codemirror/lang-html": { "node_modules/@codemirror/lang-html": {
"version": "6.3.1", "version": "6.2.0",
"resolved": "https://registry.npmjs.org/@codemirror/lang-html/-/lang-html-6.3.1.tgz", "resolved": "https://registry.npmjs.org/@codemirror/lang-html/-/lang-html-6.2.0.tgz",
"integrity": "sha512-36PoquiZ1S8HW0mF2hupZYPajYgpSwK27YDPOOwMk4jFW+shkS79I7mSNmYlDBkgRS8p3ldfh3dG2/HknwsawA==", "integrity": "sha512-0Kr+gWPu1J4mhpLbqHPqoD5+xLCwAntfzRv9L61cqRSFNpDpDbGbONSN5xzWupo6AJ9qtDOlJNBFBuL72tXPwg==",
"dependencies": { "dependencies": {
"@codemirror/autocomplete": "^6.0.0", "@codemirror/autocomplete": "^6.0.0",
"@codemirror/lang-css": "^6.0.0", "@codemirror/lang-css": "^6.0.0",
@ -11475,9 +11475,9 @@
} }
}, },
"@codemirror/lang-html": { "@codemirror/lang-html": {
"version": "6.3.1", "version": "6.2.0",
"resolved": "https://registry.npmjs.org/@codemirror/lang-html/-/lang-html-6.3.1.tgz", "resolved": "https://registry.npmjs.org/@codemirror/lang-html/-/lang-html-6.2.0.tgz",
"integrity": "sha512-36PoquiZ1S8HW0mF2hupZYPajYgpSwK27YDPOOwMk4jFW+shkS79I7mSNmYlDBkgRS8p3ldfh3dG2/HknwsawA==", "integrity": "sha512-0Kr+gWPu1J4mhpLbqHPqoD5+xLCwAntfzRv9L61cqRSFNpDpDbGbONSN5xzWupo6AJ9qtDOlJNBFBuL72tXPwg==",
"requires": { "requires": {
"@codemirror/autocomplete": "^6.0.0", "@codemirror/autocomplete": "^6.0.0",
"@codemirror/lang-css": "^6.0.0", "@codemirror/lang-css": "^6.0.0",

View File

@ -57,7 +57,7 @@
"@babel/plugin-transform-runtime": "^7.19.6", "@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2", "@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6", "@babel/preset-typescript": "^7.18.6",
"@codemirror/lang-html": "^6.3.1", "@codemirror/lang-html": "^6.2.0",
"@codemirror/lang-javascript": "^6.1.1", "@codemirror/lang-javascript": "^6.1.1",
"@codemirror/lang-python": "^6.1.0", "@codemirror/lang-python": "^6.1.0",
"@codemirror/lang-xml": "^6.0.1", "@codemirror/lang-xml": "^6.0.1",