Move @types/vinyl into dev dependencies

This commit is contained in:
Thibault “Adædra” Hamel 2024-06-27 05:22:02 +02:00
parent 6b68281ac0
commit 4b4aa3ff79
2 changed files with 5 additions and 3 deletions

6
package-lock.json generated
View File

@ -9,7 +9,6 @@
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"@mapbox/rehype-prism": "^0.9.0", "@mapbox/rehype-prism": "^0.9.0",
"@types/vinyl": "^2.0.12",
"asciidoctor": "^3.0.4", "asciidoctor": "^3.0.4",
"chokidar": "^3.6.0", "chokidar": "^3.6.0",
"cssnano": "^7.0.2", "cssnano": "^7.0.2",
@ -33,6 +32,7 @@
"@types/glob": "^8.1.0", "@types/glob": "^8.1.0",
"@types/luxon": "^3.4.2", "@types/luxon": "^3.4.2",
"@types/tmp": "^0.2.6", "@types/tmp": "^0.2.6",
"@types/vinyl": "^2.0.12",
"prettier": "^3.3.1" "prettier": "^3.3.1"
} }
}, },
@ -356,7 +356,8 @@
"node_modules/@types/expect": { "node_modules/@types/expect": {
"version": "1.20.4", "version": "1.20.4",
"resolved": "https://registry.npmjs.org/@types/expect/-/expect-1.20.4.tgz", "resolved": "https://registry.npmjs.org/@types/expect/-/expect-1.20.4.tgz",
"integrity": "sha512-Q5Vn3yjTDyCMV50TB6VRIbQNxSE4OmZR86VSbGaNpfUolm0iePBB4KdEEHmxoY5sT2+2DIvXW0rvMDP2nHZ4Mg==" "integrity": "sha512-Q5Vn3yjTDyCMV50TB6VRIbQNxSE4OmZR86VSbGaNpfUolm0iePBB4KdEEHmxoY5sT2+2DIvXW0rvMDP2nHZ4Mg==",
"dev": true
}, },
"node_modules/@types/glob": { "node_modules/@types/glob": {
"version": "8.1.0", "version": "8.1.0",
@ -419,6 +420,7 @@
"version": "2.0.12", "version": "2.0.12",
"resolved": "https://registry.npmjs.org/@types/vinyl/-/vinyl-2.0.12.tgz", "resolved": "https://registry.npmjs.org/@types/vinyl/-/vinyl-2.0.12.tgz",
"integrity": "sha512-Sr2fYMBUVGYq8kj3UthXFAu5UN6ZW+rYr4NACjZQJvHvj+c8lYv0CahmZ2P/r7iUkN44gGUBwqxZkrKXYPb7cw==", "integrity": "sha512-Sr2fYMBUVGYq8kj3UthXFAu5UN6ZW+rYr4NACjZQJvHvj+c8lYv0CahmZ2P/r7iUkN44gGUBwqxZkrKXYPb7cw==",
"dev": true,
"dependencies": { "dependencies": {
"@types/expect": "^1.20.4", "@types/expect": "^1.20.4",
"@types/node": "*" "@types/node": "*"

View File

@ -5,7 +5,6 @@
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"@mapbox/rehype-prism": "^0.9.0", "@mapbox/rehype-prism": "^0.9.0",
"@types/vinyl": "^2.0.12",
"asciidoctor": "^3.0.4", "asciidoctor": "^3.0.4",
"chokidar": "^3.6.0", "chokidar": "^3.6.0",
"cssnano": "^7.0.2", "cssnano": "^7.0.2",
@ -29,6 +28,7 @@
"@types/glob": "^8.1.0", "@types/glob": "^8.1.0",
"@types/luxon": "^3.4.2", "@types/luxon": "^3.4.2",
"@types/tmp": "^0.2.6", "@types/tmp": "^0.2.6",
"@types/vinyl": "^2.0.12",
"prettier": "^3.3.1" "prettier": "^3.3.1"
}, },
"scripts": { "scripts": {