mirror of
https://github.com/strapi/strapi.git
synced 2025-08-05 07:16:02 +00:00
Move the ts dependency to the core package
This commit is contained in:
parent
0d3c753bff
commit
c33742c72b
@ -120,8 +120,7 @@
|
|||||||
"stylelint-config-styled-components": "0.1.1",
|
"stylelint-config-styled-components": "0.1.1",
|
||||||
"stylelint-processor-styled-components": "1.10.0",
|
"stylelint-processor-styled-components": "1.10.0",
|
||||||
"supertest": "5.0.0",
|
"supertest": "5.0.0",
|
||||||
"yargs": "13.3.2",
|
"yargs": "13.3.2"
|
||||||
"typescript": "4.6.2"
|
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12.22.0 <=16.x.x",
|
"node": ">=12.22.0 <=16.x.x",
|
||||||
|
@ -130,7 +130,8 @@
|
|||||||
"uuid": "^3.3.2"
|
"uuid": "^3.3.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"supertest": "^6.1.6"
|
"supertest": "^6.1.6",
|
||||||
|
"typescript": "4.6.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12.22.0 <=16.x.x",
|
"node": ">=12.22.0 <=16.x.x",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user