Skip to content

Commit

Permalink
ci: use master package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad committed Aug 13, 2024
1 parent 9887932 commit 9b6abbc
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@
},
"packageManager": "pnpm@9.4.0",
"scripts": {
"dev": "nodemon --config nodemon.config.json -x 'pnpm build:packages'",
"build": "turbo run build --cache-dir=.turbo",
"build:packages": "turbo run build --filter=!docs --filter=!template-*",
"dev": "nodemon --config nodemon.config.json -x 'pnpm build'",
"build": "turbo run build --filter=!docs --filter=!template-* --filter=!demo-* --cache-dir=.turbo",
"build:all": "turbo run build --cache-dir=.turbo",
"ci:test": "./scripts/tests-ci.sh",
"pretest": "turbo run pretest",
"depcheck": "knip --dependencies --tags=-knipignore",
"knip:fix": "knip --fix",
"depsync:lint": "syncpack list-mismatches",
"depsync:fix": "syncpack fix-mismatches",
"test": "vitest --run --coverage --config vitest.node.config.mts $(scripts/tests-find.sh --node)",
"test:filter": "vitest --run --coverage false --config vitest.node.config.mts",
"test:coverage-merge": "tsx ./scripts/tests-coverage-merge.ts",
Expand Down Expand Up @@ -70,10 +72,10 @@
"@internal/fuel-core": "workspace:*",
"@internal/tsup": "workspace:*",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@playwright/test": "^1.45.1",
"@types/node": "18.15.3",
"@playwright/test": "^1.46.0",
"@types/node": "^22.2.0",
"@types/node-fetch": "^2.6.11",
"@types/web": "^0.0.151",
"@types/web": "^0.0.154",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@vitest/browser": "^1.6.0",
Expand All @@ -88,32 +90,33 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-tsdoc": "^0.3.0",
"glob": "^10.2.6",
"knip": "^5.26.0",
"memfs": "^4.9.3",
"knip": "^5.27.2",
"memfs": "^4.11.1",
"nodemon": "^3.1.4",
"npm-run-all": "^4.1.5",
"nyc": "^17.0.0",
"open": "^8.4.2",
"prettier": "^3.3.3",
"rimraf": "^5.0.8",
"textlint": "^13.3.2",
"textlint-rule-no-dead-link": "^5.1.2",
"textlint-rule-no-dead-link": "^5.2.0",
"ts-generator": "^0.1.1",
"tsup": "^6.7.0",
"tsx": "^4.16.2",
"turbo": "^2.0.6",
"tsx": "^4.17.0",
"turbo": "^2.0.12",
"typescript": "~5.4.5",
"vite": "^5.3.3",
"vite": "^5.4.0",
"vite-plugin-json5": "^1.1.2",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-plain-text": "^1.4.2",
"vitest": "^1.6.0",
"webdriverio": "^8.39.1"
"webdriverio": "^8.40.2",
"syncpack": "12.3.3"
},
"pnpm": {
"overrides": {
Expand Down

0 comments on commit 9b6abbc

Please sign in to comment.