Skip to content
Open
2 changes: 1 addition & 1 deletion .circleci/cache-version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Bump this version to force CI to re-create the cache from scratch.
10-17-2025
11-25-2025
7 changes: 6 additions & 1 deletion knip.json
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,12 @@
"@tooling/*"
],
"ignoreBinaries": [
"cypress"
"circleci",
"cypress",
"rm",
"tar",
"tslint",
"wc"
],
"rules": {
"files": "warn",
Expand Down
1 change: 1 addition & 0 deletions npm/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"react-dom": "18.3.1",
"react-router": "6.28.0",
"react-router-dom": "6.28.0",
"rollup": "3.29.5",
"semver": "^7.7.3",
"typescript": "~5.4.5",
"vite": "6.3.5",
Expand Down
1 change: 1 addition & 0 deletions npm/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"devDependencies": {
"@cypress/mount-utils": "0.0.0-development",
"rollup": "3.29.5",
"svelte": "^5.4.0",
"typescript": "~5.4.5"
},
Expand Down
1 change: 1 addition & 0 deletions npm/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cypress": "0.0.0-development",
"debug": "^4.3.4",
"globby": "^11.0.1",
"rollup": "3.29.5",
"tailwindcss": "1.1.4",
"typescript": "~5.4.5",
"vite": "6.3.5",
Expand Down
2 changes: 1 addition & 1 deletion npm/webpack-preprocessor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"build": "rimraf dist && tsc || echo 'built, with errors'",
"check-ts": "tsc --noEmit",
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.json, .",
"secure": "nsp check",
"semantic-release": "semantic-release",
"size": "npm pack --dry",
"test": "tsx ./scripts/test-webpack-5.ts",
Expand Down Expand Up @@ -36,6 +35,7 @@
"mock-require": "3.0.3",
"semantic-release": "22.0.12",
"strip-ansi": "6.0.1",
"tsx": "4.20.6",
"typescript": "~5.4.5",
"vitest": "^3.2.4",
"webpack": "^5.39.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"generate-stub-specs": "node ./script/generate-stub-specs.js",
"postinstall": "patch-package",
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.json,.vue .",
"test": "yarn cypress:run && yarn types",
"test": "yarn cypress:run",
"tslint": "tslint --config ../ts/tslint.json --project ."
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/launchpad/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dev": "yarn cypress:run-cypress-in-cypress gulp dev --project .",
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.json, .",
"start": "echo 'run yarn dev from the root' && exit 1",
"test": "yarn cypress:run:ct && yarn types",
"test": "yarn cypress:run:ct",
"tslint": "tslint --config ../ts/tslint.json --project . --exclude ../graphql/src/gen/nxs.gen.ts",
"watch": "echo 'run yarn dev from the root' && exit 1"
},
Expand Down
1 change: 0 additions & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"build-prod": "tsc || echo 'built, with type errors'",
"check-ts": "tsc --noEmit",
"clean-deps": "rimraf node_modules",
"codecov": "codecov",
"dev": "node index.js",
"docker": "cd ../.. && WORKING_DIR=/packages/server ./scripts/run-docker-local.sh",
"postinstall": "patch-package",
Expand Down
Loading