Snyk has created this PR to upgrade @c15t/react from 1.6.1 to 1.7.0. See this package in npm: @c15t/react See this project in Snyk: https://app.snyk.io/org/continue-dev-inc.-default/project/fa857427-b8e5-4147-9913-8d56d6835b6d?utm_source=github&utm_medium=referral&page=upgrade-pr
22 lines
511 B
JSON
22 lines
511 B
JSON
{
|
|
"name": "docs2",
|
|
"version": "1.0.0",
|
|
"description": "Click on `Use this template` to copy the Mintlify starter kit. The starter kit contains examples including",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "mintlify dev",
|
|
"build": "mintlify build",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"devDependencies": {
|
|
"mintlify": "^4.2.3"
|
|
},
|
|
"dependencies": {
|
|
"@c15t/react": "^1.7.0"
|
|
}
|
|
}
|