diff --git a/docs/package-lock.json b/docs/package-lock.json index 969d72f91..c7d19fd06 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -17,7 +17,7 @@ "fumadocs-mdx": "^11.5.6", "fumadocs-ui": "^15.0.16", "lucide-react": "^0.479.0", - "next": "15.2.1", + "next": "^15.2.3", "next-themes": "^0.4.6", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/docs/package.json b/docs/package.json index 441f36602..4d4e0573f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -18,7 +18,7 @@ "fumadocs-mdx": "^11.5.6", "fumadocs-ui": "^15.0.16", "lucide-react": "^0.479.0", - "next": "15.2.1", + "next": "^15.2.3", "next-themes": "^0.4.6", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/packages/package-lock.json b/packages/package-lock.json new file mode 100644 index 000000000..f20691ff2 --- /dev/null +++ b/packages/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "packages", + "lockfileVersion": 3, + "requires": true, + "packages": {} +} diff --git a/packages/sdk/package-lock.json b/packages/sdk/package-lock.json index afadb68c1..586c23c16 100644 --- a/packages/sdk/package-lock.json +++ b/packages/sdk/package-lock.json @@ -7,6 +7,7 @@ "": { "name": "@sim-studio/sdk", "version": "0.1.0", + "license": "Apache-2.0", "dependencies": { "axios": "^1.6.2" },