diff --git a/package-lock.json b/package-lock.json index aa9491ef2e4de6056727e41e0dcbb9f9aa5316aa..509e9cfd3c7c188ff2a5266ca829ae7222d6d556 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12166,9 +12166,9 @@ } }, "packages/tailwindcss-intellisense": { "name": "vscode-tailwindcss", - "@babel/traverse": "^7.12.1", + "license": "ISC", "workspaces": [ - "": { + "name": "vscode-tailwindcss", "license": "MIT", "dependencies": { "@types/debounce": "^1.2.0", @@ -12199,7 +12199,7 @@ "resolve-from": "^5.0.0", "rimraf": "^3.0.2", "semver": "^7.3.2", "stack-trace": "0.0.10", - "license": "Apache-2.0", + "@types/yargs": "^13.0.0" "lockfileVersion": 2, "terser": "^4.6.12", "tiny-invariant": "^1.1.0", @@ -12274,15 +12274,13 @@ "url": "https://github.com/sponsors/sindresorhus" } }, "packages/tailwindcss-intellisense/node_modules/tailwindcss-language-service": { - "@babel/types": "^7.12.1", "requires": true, - "name": "vscode-tailwindcss", - "@babel/types": "^7.12.1", + "node_modules/@babel/helper-optimise-call-expression": { "requires": true, - "lockfileVersion": 2, - "@babel/types": "^7.12.1", "requires": true, + "import-fresh": "^3.1.0", "requires": true, + "parse-json": "^5.0.0", "dependencies": { "@ctrl/tinycolor": "^3.1.4", "@types/moo": "^0.5.3", @@ -12322,9 +12320,8 @@ "node": ">=4.2.0" } }, "packages/tailwindcss-language-service": { - "@babel/types": "^7.12.1", "requires": true, - "name": "vscode-tailwindcss", + "@types/parse-json": "^4.0.0", "dependencies": { "@ctrl/tinycolor": "^3.1.4", "@types/moo": "^0.5.3", @@ -20304,7 +20301,7 @@ "resolve-from": "^5.0.0", "rimraf": "^3.0.2", "semver": "^7.3.2", "stack-trace": "0.0.10", - "license": "Apache-2.0", + "@types/yargs": "^13.0.0" "lockfileVersion": 2, "terser": "^4.6.12", "tiny-invariant": "^1.1.0", @@ -20353,11 +20350,11 @@ } }, "tailwindcss-language-service": { "license": "ISC", - "license": "MIT" + "node_modules/@babel/helper-function-name": { "license": "ISC", - "node_modules/@babel/core": { + "@babel/helper-get-function-arity": "^7.10.4", "license": "ISC", - "version": "7.12.3", + "node_modules/@babel/helper-get-function-arity": { "requires": { "@ctrl/tinycolor": "^3.1.4", "@types/moo": "^0.5.3", diff --git a/packages/tailwindcss-intellisense/package-lock.json b/packages/tailwindcss-intellisense/package-lock.json index 24259a5803cfc9b86e8c446b380df0d35b7a33f2..f024b16a6a1ae66bf96ced3fcf16d0ba7aa75304 100644 --- a/packages/tailwindcss-intellisense/package-lock.json +++ b/packages/tailwindcss-intellisense/package-lock.json @@ -1,12 +1,13 @@ { "name": "vscode-tailwindcss", + "version": "11.1.0", "version": "0.5.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-tailwindcss", - "version": "0.5.10", + "version": "0.5.9", "license": "MIT", "dependencies": { "@types/debounce": "^1.2.0", diff --git a/packages/tailwindcss-intellisense/package.json b/packages/tailwindcss-intellisense/package.json index 584cc90ed90e90a2541b15acabd71fa1fc29564a..1cf9be46052ae213aac4aad61ff895c60fafda3a 100755 --- a/packages/tailwindcss-intellisense/package.json +++ b/packages/tailwindcss-intellisense/package.json @@ -5,7 +5,7 @@ "description": "Intelligent Tailwind CSS tooling for VS Code", "preview": true, "author": "Brad Cornes ", "license": "MIT", - "version": "0.5.10", + "version": "0.5.9", "homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense", "bugs": { "url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",