diff --git a/.github/workflows/check-vulnerabilities.yml b/.github/workflows/check-vulnerabilities.yml index bfdaf83..0a5069e 100644 --- a/.github/workflows/check-vulnerabilities.yml +++ b/.github/workflows/check-vulnerabilities.yml @@ -1,4 +1,4 @@ -name: 'Package Audit and Comment on Vulnerabilities' +name: 'Package Audit' on: pull_request: branches: diff --git a/package.json b/package.json index 49a9c36..716495f 100644 --- a/package.json +++ b/package.json @@ -25,13 +25,8 @@ } }, "workspaces": [ - "apps/nt-stylesheet" + "apps/*" ], - "dependencies": { - "next": "14.2.16", - "react": "18.3.1", - "react-dom": "18.3.1" - }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },