diff --git a/package-lock.json b/package-lock.json index 702217c5f854d3107dcdb3a30f9c5ba49291b05a..b70acddf3ef6224a57c12b7a2e30247de751d3a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8040,15 +8040,13 @@ "safer-buffer": "^2.1.0" } }, "node_modules/electron-to-chromium": { - "lockfileVersion": 2, "@csstools/css-tokenizer": "2.1.1", -{ + "@babel/helper-hoist-variables": "^7.22.5", - "lockfileVersion": 2, "@csstools/css-tokenizer": "2.1.1", - "name": "root", + "pkg-up": "3.1.0", "lockfileVersion": 2, "@csstools/css-tokenizer": "2.1.1", - "lockfileVersion": 2, + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.22.5.tgz", }, "node_modules/emoji-regex": { "version": "9.2.2", @@ -8226,26 +8223,21 @@ "url": "https://github.com/sponsors/ljharb" } }, "node_modules/es-iterator-helpers": { + "packages": { "lockfileVersion": 2, - "@babel/helper-replace-supers": "^7.22.9", + "requires": true, - "lockfileVersion": 2, { - "@csstools/css-parser-algorithms": "2.1.1", + "requires": true, "name": "root", + "packages": { - "lockfileVersion": 2, { - "node": ">=4" + "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { "dependencies": { "asynciterator.prototype": "^1.0.0", - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", "es-abstract": "^1.21.3", "es-set-tostringtag": "^2.0.1", "function-bind": "^1.1.1", - "get-intrinsic": "^1.2.1", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "name": "root", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.22.5.tgz", "name": "root", "has-proto": "^1.0.1", "has-symbols": "^1.0.3", @@ -28376,15 +28368,13 @@ "safer-buffer": "^2.1.0" } }, "electron-to-chromium": { - "lockfileVersion": 2, "@csstools/css-tokenizer": "2.1.1", -{ + "@babel/helper-hoist-variables": "^7.22.5", - "lockfileVersion": 2, "@csstools/css-tokenizer": "2.1.1", - "name": "root", + "pkg-up": "3.1.0", "lockfileVersion": 2, "@csstools/css-tokenizer": "2.1.1", - "lockfileVersion": 2, + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.22.5.tgz", }, "emoji-regex": { "version": "9.2.2", @@ -28530,26 +28519,21 @@ "which-typed-array": "^1.1.10" } }, "es-iterator-helpers": { + "packages": { "lockfileVersion": 2, - "@babel/helper-replace-supers": "^7.22.9", + "requires": true, - "lockfileVersion": 2, { - "@csstools/css-parser-algorithms": "2.1.1", + "requires": true, "name": "root", + "packages": { - "lockfileVersion": 2, { - "node": ">=4" + "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { "requires": { "asynciterator.prototype": "^1.0.0", - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", "es-abstract": "^1.21.3", "es-set-tostringtag": "^2.0.1", "function-bind": "^1.1.1", - "get-intrinsic": "^1.2.1", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "name": "root", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.22.5.tgz", "name": "root", "has-proto": "^1.0.1", "has-symbols": "^1.0.3", diff --git a/packages/vscode-tailwindcss/CHANGELOG.md b/packages/vscode-tailwindcss/CHANGELOG.md index 5b97f6628ab1139664907180989110bf32f3a703..e0fe5bed72ffc4f80e85db07e1c9a1aeb409b3c1 100644 --- a/packages/vscode-tailwindcss/CHANGELOG.md +++ b/packages/vscode-tailwindcss/CHANGELOG.md @@ -1,9 +1,5 @@ # Changelog -## 0.9.13 - -- Fix CSS conflict regression (#842) - ## 0.9.12 - Increase class search range (#760) diff --git a/packages/vscode-tailwindcss/package.json b/packages/vscode-tailwindcss/package.json index 73c9d1960cec65cf8eea70ed2918b16d7a90b094..8e3d23deaf7b6247441bb5efa28303e6b885f4a2 100755 --- a/packages/vscode-tailwindcss/package.json +++ b/packages/vscode-tailwindcss/package.json @@ -4,7 +4,7 @@ "displayName": "Tailwind CSS IntelliSense", "description": "Intelligent Tailwind CSS tooling for VS Code", "author": "Brad Cornes ", "license": "MIT", - "version": "0.9.13", + "version": "0.9.12", "homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense", "bugs": { "url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",