fix: move types to dev dependencies
This commit is contained in:
parent
4703f9c4d5
commit
739fe0caa1
@ -55,9 +55,6 @@
|
|||||||
"@kyvg/vue3-notification": "2.9.0",
|
"@kyvg/vue3-notification": "2.9.0",
|
||||||
"@sentry/tracing": "7.45.0",
|
"@sentry/tracing": "7.45.0",
|
||||||
"@sentry/vue": "7.45.0",
|
"@sentry/vue": "7.45.0",
|
||||||
"@types/is-touch-device": "1.0.0",
|
|
||||||
"@types/lodash.clonedeep": "4.5.7",
|
|
||||||
"@types/sortablejs": "1.15.1",
|
|
||||||
"@vueuse/core": "9.13.0",
|
"@vueuse/core": "9.13.0",
|
||||||
"axios": "1.3.4",
|
"axios": "1.3.4",
|
||||||
"blurhash": "2.0.5",
|
"blurhash": "2.0.5",
|
||||||
@ -101,10 +98,12 @@
|
|||||||
"@types/codemirror": "5.60.7",
|
"@types/codemirror": "5.60.7",
|
||||||
"@types/dompurify": "3.0.0",
|
"@types/dompurify": "3.0.0",
|
||||||
"@types/flexsearch": "0.7.3",
|
"@types/flexsearch": "0.7.3",
|
||||||
|
"@types/is-touch-device": "1.0.0",
|
||||||
"@types/lodash.debounce": "4.0.7",
|
"@types/lodash.debounce": "4.0.7",
|
||||||
"@types/marked": "4.0.8",
|
"@types/marked": "4.0.8",
|
||||||
"@types/node": "18.15.11",
|
"@types/node": "18.15.11",
|
||||||
"@types/postcss-preset-env": "7.7.0",
|
"@types/postcss-preset-env": "7.7.0",
|
||||||
|
"@types/sortablejs": "1.15.1",
|
||||||
"@typescript-eslint/eslint-plugin": "5.57.0",
|
"@typescript-eslint/eslint-plugin": "5.57.0",
|
||||||
"@typescript-eslint/parser": "5.57.0",
|
"@typescript-eslint/parser": "5.57.0",
|
||||||
"@vitejs/plugin-legacy": "4.0.2",
|
"@vitejs/plugin-legacy": "4.0.2",
|
||||||
|
26
pnpm-lock.yaml
generated
26
pnpm-lock.yaml
generated
@ -36,15 +36,6 @@ dependencies:
|
|||||||
'@sentry/vue':
|
'@sentry/vue':
|
||||||
specifier: 7.45.0
|
specifier: 7.45.0
|
||||||
version: 7.45.0(vue@3.2.47)
|
version: 7.45.0(vue@3.2.47)
|
||||||
'@types/is-touch-device':
|
|
||||||
specifier: 1.0.0
|
|
||||||
version: 1.0.0
|
|
||||||
'@types/lodash.clonedeep':
|
|
||||||
specifier: 4.5.7
|
|
||||||
version: 4.5.7
|
|
||||||
'@types/sortablejs':
|
|
||||||
specifier: 1.15.1
|
|
||||||
version: 1.15.1
|
|
||||||
'@vueuse/core':
|
'@vueuse/core':
|
||||||
specifier: 9.13.0
|
specifier: 9.13.0
|
||||||
version: 9.13.0(vue@3.2.47)
|
version: 9.13.0(vue@3.2.47)
|
||||||
@ -170,6 +161,9 @@ devDependencies:
|
|||||||
'@types/flexsearch':
|
'@types/flexsearch':
|
||||||
specifier: 0.7.3
|
specifier: 0.7.3
|
||||||
version: 0.7.3
|
version: 0.7.3
|
||||||
|
'@types/is-touch-device':
|
||||||
|
specifier: 1.0.0
|
||||||
|
version: 1.0.0
|
||||||
'@types/lodash.debounce':
|
'@types/lodash.debounce':
|
||||||
specifier: 4.0.7
|
specifier: 4.0.7
|
||||||
version: 4.0.7
|
version: 4.0.7
|
||||||
@ -182,6 +176,9 @@ devDependencies:
|
|||||||
'@types/postcss-preset-env':
|
'@types/postcss-preset-env':
|
||||||
specifier: 7.7.0
|
specifier: 7.7.0
|
||||||
version: 7.7.0
|
version: 7.7.0
|
||||||
|
'@types/sortablejs':
|
||||||
|
specifier: 1.15.1
|
||||||
|
version: 1.15.1
|
||||||
'@typescript-eslint/eslint-plugin':
|
'@typescript-eslint/eslint-plugin':
|
||||||
specifier: 5.57.0
|
specifier: 5.57.0
|
||||||
version: 5.57.0(@typescript-eslint/parser@5.57.0)(eslint@8.37.0)(typescript@5.0.2)
|
version: 5.57.0(@typescript-eslint/parser@5.57.0)(eslint@8.37.0)(typescript@5.0.2)
|
||||||
@ -3935,7 +3932,7 @@ packages:
|
|||||||
|
|
||||||
/@types/is-touch-device@1.0.0:
|
/@types/is-touch-device@1.0.0:
|
||||||
resolution: {integrity: sha512-/rErV0NuroAR9EZF1xK0TrihQ/7BbVckGfSr/suq/E4tJQLr4TrADR0qAUpDs/hxtl1NiP0V/ho+fSA/5EIO9Q==}
|
resolution: {integrity: sha512-/rErV0NuroAR9EZF1xK0TrihQ/7BbVckGfSr/suq/E4tJQLr4TrADR0qAUpDs/hxtl1NiP0V/ho+fSA/5EIO9Q==}
|
||||||
dev: false
|
dev: true
|
||||||
|
|
||||||
/@types/istanbul-lib-coverage@2.0.4:
|
/@types/istanbul-lib-coverage@2.0.4:
|
||||||
resolution: {integrity: sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==}
|
resolution: {integrity: sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==}
|
||||||
@ -3967,12 +3964,6 @@ packages:
|
|||||||
resolution: {integrity: sha512-HZQYqbiFVWufzCwexrvh694SOim8z2d+xJl5UNamcvQFejLY/2YUtzXHYi3cHdI7PMlS8ejH2slRAOJQ32aNbA==}
|
resolution: {integrity: sha512-HZQYqbiFVWufzCwexrvh694SOim8z2d+xJl5UNamcvQFejLY/2YUtzXHYi3cHdI7PMlS8ejH2slRAOJQ32aNbA==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@types/lodash.clonedeep@4.5.7:
|
|
||||||
resolution: {integrity: sha512-ccNqkPptFIXrpVqUECi60/DFxjNKsfoQxSQsgcBJCX/fuX1wgyQieojkcWH/KpE3xzLoWN/2k+ZeGqIN3paSvw==}
|
|
||||||
dependencies:
|
|
||||||
'@types/lodash': 4.14.185
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/@types/lodash.debounce@4.0.7:
|
/@types/lodash.debounce@4.0.7:
|
||||||
resolution: {integrity: sha512-X1T4wMZ+gT000M2/91SYj0d/7JfeNZ9PeeOldSNoE/lunLeQXKvkmIumI29IaKMotU/ln/McOIvgzZcQ/3TrSA==}
|
resolution: {integrity: sha512-X1T4wMZ+gT000M2/91SYj0d/7JfeNZ9PeeOldSNoE/lunLeQXKvkmIumI29IaKMotU/ln/McOIvgzZcQ/3TrSA==}
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -3981,6 +3972,7 @@ packages:
|
|||||||
|
|
||||||
/@types/lodash@4.14.185:
|
/@types/lodash@4.14.185:
|
||||||
resolution: {integrity: sha512-evMDG1bC4rgQg4ku9tKpuMh5iBNEwNa3tf9zRHdP1qlv+1WUg44xat4IxCE14gIpZRGUUWAx2VhItCZc25NfMA==}
|
resolution: {integrity: sha512-evMDG1bC4rgQg4ku9tKpuMh5iBNEwNa3tf9zRHdP1qlv+1WUg44xat4IxCE14gIpZRGUUWAx2VhItCZc25NfMA==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
/@types/markdown-it@12.2.3:
|
/@types/markdown-it@12.2.3:
|
||||||
resolution: {integrity: sha512-GKMHFfv3458yYy+v/N8gjufHO6MSZKCOXpZc5GXIWWy8uldwfmPn98vp81gZ5f9SVw8YYBctgfJ22a2d7AOMeQ==}
|
resolution: {integrity: sha512-GKMHFfv3458yYy+v/N8gjufHO6MSZKCOXpZc5GXIWWy8uldwfmPn98vp81gZ5f9SVw8YYBctgfJ22a2d7AOMeQ==}
|
||||||
@ -4060,7 +4052,7 @@ packages:
|
|||||||
|
|
||||||
/@types/sortablejs@1.15.1:
|
/@types/sortablejs@1.15.1:
|
||||||
resolution: {integrity: sha512-g/JwBNToh6oCTAwNS8UGVmjO7NLDKsejVhvE4x1eWiPTC3uCuNsa/TD4ssvX3du+MLiM+SHPNDuijp8y76JzLQ==}
|
resolution: {integrity: sha512-g/JwBNToh6oCTAwNS8UGVmjO7NLDKsejVhvE4x1eWiPTC3uCuNsa/TD4ssvX3du+MLiM+SHPNDuijp8y76JzLQ==}
|
||||||
dev: false
|
dev: true
|
||||||
|
|
||||||
/@types/tern@0.23.4:
|
/@types/tern@0.23.4:
|
||||||
resolution: {integrity: sha512-JAUw1iXGO1qaWwEOzxTKJZ/5JxVeON9kvGZ/osgZaJImBnyjyn0cjovPsf6FNLmyGY8Vw9DoXZCMlfMkMwHRWg==}
|
resolution: {integrity: sha512-JAUw1iXGO1qaWwEOzxTKJZ/5JxVeON9kvGZ/osgZaJImBnyjyn0cjovPsf6FNLmyGY8Vw9DoXZCMlfMkMwHRWg==}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user