Files
continue/docs/package.json
snyk-bot 9b192e4784 fix: upgrade @c15t/react from 1.8.1 to 1.8.2
Snyk has created this PR to upgrade @c15t/react from 1.8.1 to 1.8.2.

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
2026-01-15 00:34:19 +00:00

24 lines
559 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.8.2",
"axios": "^1.13.2",
"tar-fs": "^3.1.1"
}
}