csso types

This commit is contained in:
Alan Grainger 2023-10-21 20:31:27 +02:00
parent c9b908258b
commit 04e271bd3b
2 changed files with 19 additions and 2 deletions

16
package-lock.json generated
View file

@ -13,6 +13,7 @@
"data-uri-to-buffer": "^6.0.1"
},
"devDependencies": {
"@types/csso": "^5.0.2",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
@ -538,6 +539,21 @@
"@types/tern": "*"
}
},
"node_modules/@types/css-tree": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/@types/css-tree/-/css-tree-2.3.3.tgz",
"integrity": "sha512-w2id4lNf2DzAAQ+A3bD9QTY/qpCw9rYlci9RbBscEmF5RO3U/acrcCErvsqkoIZqz9n0yv4CVUqz/6DKDOEZnw==",
"dev": true
},
"node_modules/@types/csso": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/@types/csso/-/csso-5.0.2.tgz",
"integrity": "sha512-4rX9xyR3Fk7hCbFvneunO74kfA6hgkc8vDW8LnzFrMHU+mqoMmsG7WtD1YAuHw/zhJHHQPfGxFf04Ypmnpyd5w==",
"dev": true,
"dependencies": {
"@types/css-tree": "*"
}
},
"node_modules/@types/estree": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz",

View file

@ -12,6 +12,7 @@
"author": "Alan Grainger",
"license": "MIT",
"devDependencies": {
"@types/csso": "^5.0.2",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
@ -24,7 +25,7 @@
"typescript": "4.7.4"
},
"dependencies": {
"data-uri-to-buffer": "^6.0.1",
"csso": "^5.0.5"
"csso": "^5.0.5",
"data-uri-to-buffer": "^6.0.1"
}
}