Skip to content

Commit 9c98783

Browse files
authoredJan 29, 2025··
examples: remove dep (#3270)
1 parent 2519c65 commit 9c98783

File tree

3 files changed

+21
-25
lines changed

3 files changed

+21
-25
lines changed
 

‎examples/react/router-monorepo-simple/packages/post-feature/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"main": "./dist/index.js",
99
"types": "./dist/index.d.ts",
1010
"dependencies": {
11-
"@tanstack/react-query": "^5.64.2",
1211
"@router-mono-simple/router": "workspace:*",
1312
"react": "^19.0.0",
1413
"react-dom": "^19.0.0"

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"clean": "pnpm --filter \"./packages/**\" run clean",
1313
"preinstall": "node -e \"if(process.env.CI == 'true') {console.info('Skipping preinstall...')} else {process.exit(1)}\" || npx -y only-allow pnpm",
1414
"test": "pnpm run test:ci",
15-
"test:pr": "nx affected --targets=test:eslint,test:unit,test:e2e,test:types,test:build,build",
16-
"test:ci": "nx run-many --targets=test:eslint,test:unit,test:e2e,test:types,test:build,build",
15+
"test:pr": "nx affected --targets=test:eslint,test:unit,test:e2e,test:types,test:build,build --exclude=examples/react/router-monorepo-simple/**",
16+
"test:ci": "nx run-many --targets=test:eslint,test:unit,test:e2e,test:types,test:build,build --exclude=examples/react/router-monorepo-simple/**",
1717
"test:eslint": "nx affected --target=test:eslint --exclude=examples/**,e2e/**",
1818
"test:format": "pnpm run prettier --check",
1919
"test:unit": "nx affected --target=test:unit --exclude=examples/**,e2e/**",

‎pnpm-lock.yaml

+19-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.