mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
Make type-only dependency versions of shared package less strict (#7978)
Strictly depending on a specific vue version caused multiple versions to be installed when scaffolding a typescript extension. This broke building the typescript extension.
This commit is contained in:
committed by
GitHub
parent
58e61ed402
commit
185e8b5db7
@@ -46,17 +46,18 @@
|
||||
],
|
||||
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd",
|
||||
"dependencies": {
|
||||
"axios": "*",
|
||||
"date-fns": "2.23.0",
|
||||
"express": "4.17.1",
|
||||
"express": "*",
|
||||
"fs-extra": "10.0.0",
|
||||
"geojson": "0.5.0",
|
||||
"geojson": "*",
|
||||
"joi": "17.4.2",
|
||||
"knex": "0.95.11",
|
||||
"knex-schema-inspector": "1.6.0",
|
||||
"knex": "*",
|
||||
"knex-schema-inspector": "*",
|
||||
"lodash": "4.17.21",
|
||||
"pino": "6.13.2",
|
||||
"vue": "3.2.11",
|
||||
"vue-router": "4.0.11"
|
||||
"pino": "*",
|
||||
"vue": "3",
|
||||
"vue-router": "4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"npm-run-all": "4.1.5",
|
||||
|
||||
Reference in New Issue
Block a user