diff --git a/cli/package.json b/cli/package.json index d7107b4976d..e9f2cc4ad71 100644 --- a/cli/package.json +++ b/cli/package.json @@ -40,7 +40,7 @@ }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.24.4", + "version": "4.24.3", "content": "./scripts/template-oss" }, "files": [ diff --git a/package-lock.json b/package-lock.json index 432a47f6b38..d96d1f3934b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22487,9 +22487,9 @@ } }, "node_modules/framer-motion": { - "version": "12.19.1", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.19.1.tgz", - "integrity": "sha512-nq9hwWAEKf4gzprbOZzKugLV5OVKF7zrNDY6UOVu+4D3ZgIkg8L9Jy6AMrpBM06fhbKJ6LEG6UY5+t7Eq6wNlg==", + "version": "12.19.2", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.19.2.tgz", + "integrity": "sha512-0cWMLkYr+i0emeXC4hkLF+5aYpzo32nRdQ0D/5DI460B3O7biQ3l2BpDzIGsAHYuZ0fpBP0DC8XBkVf6RPAlZw==", "dependencies": { "motion-dom": "^12.19.0", "motion-utils": "^12.19.0", diff --git a/package.json b/package.json index 5aa7aa86479..d89348514c1 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ "lintfix": "npm run eslint -- --fix", "test": "jest", "posttest": "npm run lint", - "test-all": "npm run test --workspaces --include-workspace-root --if-present", - "lint-all": "npm run lint --workspaces --include-workspace-root --if-present", + "test-all": "npm run test -ws -iwr --if-present", + "lint-all": "npm run lint -ws -iwr --if-present", "format": "prettier --write .", "format:check": "prettier --check .", "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"" @@ -105,7 +105,7 @@ }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.24.4", + "version": "4.24.3", "content": "./scripts/template-oss", "allowPaths": [ "cli-cache.json"