Bump `@tailwindcss/language-server`

master
Brad Cornes 2022-09-13 17:35:00 +01:00
parent 8aa2064684
commit f49c7e84a1
2 changed files with 11 additions and 10 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@tailwindcss/language-server",
"version": "0.0.8",
"version": "0.0.9",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@tailwindcss/language-server",
"version": "0.0.8",
"version": "0.0.9",
"license": "MIT",
"bin": {
"tailwindcss-language-server": "bin/tailwindcss-language-server"
@ -19,12 +19,13 @@
"@tailwindcss/typography": "0.5.0",
"@types/debounce": "1.2.0",
"@types/node": "14.14.34",
"@types/vscode": "1.71.0",
"@types/vscode": "1.65.0",
"builtin-modules": "3.2.0",
"chokidar": "3.5.1",
"color-name": "1.1.4",
"culori": "0.20.1",
"debounce": "1.2.0",
"deepmerge": "4.2.2",
"detective": "5.2.0",
"dlv": "1.1.3",
"dset": "3.1.2",
@ -1163,9 +1164,9 @@
"dev": true
},
"node_modules/@types/vscode": {
"version": "1.71.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.71.0.tgz",
"integrity": "sha512-nB50bBC9H/x2CpwW9FzRRRDrTZ7G0/POttJojvN/LiVfzTGfLyQIje1L1QRMdFXK9G41k5UJN/1B9S4of7CSzA==",
"version": "1.65.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.65.0.tgz",
"integrity": "sha512-wQhExnh2nEzpjDMSKhUvnNmz3ucpd3E+R7wJkOhBNK3No6fG3VUdmVmMOKD0A8NDZDDDiQcLNxe3oGmX5SjJ5w==",
"dev": true
},
"node_modules/@types/yargs": {
@ -8885,9 +8886,9 @@
"dev": true
},
"@types/vscode": {
"version": "1.71.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.71.0.tgz",
"integrity": "sha512-nB50bBC9H/x2CpwW9FzRRRDrTZ7G0/POttJojvN/LiVfzTGfLyQIje1L1QRMdFXK9G41k5UJN/1B9S4of7CSzA==",
"version": "1.65.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.65.0.tgz",
"integrity": "sha512-wQhExnh2nEzpjDMSKhUvnNmz3ucpd3E+R7wJkOhBNK3No6fG3VUdmVmMOKD0A8NDZDDDiQcLNxe3oGmX5SjJ5w==",
"dev": true
},
"@types/yargs": {

View File

@ -2,7 +2,7 @@
"name": "@tailwindcss/language-server",
"description": "Tailwind CSS Language Server",
"license": "MIT",
"version": "0.0.8",
"version": "0.0.9",
"repository": {
"type": "git",
"url": "git+https://github.com/tailwindlabs/tailwindcss-intellisense.git",