Skip to content

Commit

Permalink
Merge pull request #13 from dman926/migrate-to-latest
Browse files Browse the repository at this point in the history
Migrate to latest.
  • Loading branch information
dman926 authored Nov 23, 2023
2 parents 8aa33c9 + 4640841 commit 62e0f23
Show file tree
Hide file tree
Showing 6 changed files with 880 additions and 922 deletions.
3 changes: 2 additions & 1 deletion e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"jestConfig": "e2e/jest.config.ts",
"codeCoverage": true,
"coverageDirectory": "coverage/e2e",
"runInBand": true
"runInBand": true,
"passWithNoTests": false
},
"dependsOn": ["@dman926/nx-python-pdm:build"]
},
Expand Down
24 changes: 0 additions & 24 deletions migrations.json

This file was deleted.

16 changes: 11 additions & 5 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,18 @@
],
"cache": true
},
"test": {
"@nx/jest:jest": {
"cache": true,
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"],
"cache": true
},
"e2e": {
"cache": true
"options": {
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"codeCoverage": true
}
}
}
},
"namedInputs": {
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,40 +10,40 @@
"url": "git+https://github.com/dman926/nx-python-pdm.git"
},
"dependencies": {
"@nx/devkit": "17.0.2",
"@nx/devkit": "17.1.3",
"tslib": "^2.6.2"
},
"devDependencies": {
"@nx/cypress": "17.0.2",
"@nx/eslint": "17.0.2",
"@nx/eslint-plugin": "17.0.2",
"@nx/jest": "17.0.2",
"@nx/js": "17.0.2",
"@nx/plugin": "17.0.2",
"@nx/workspace": "17.0.2",
"@nx/cypress": "17.1.3",
"@nx/eslint": "17.1.3",
"@nx/eslint-plugin": "17.1.3",
"@nx/jest": "17.1.3",
"@nx/js": "17.1.3",
"@nx/plugin": "17.1.3",
"@nx/workspace": "17.1.3",
"@swc-node/register": "1.6.8",
"@swc/cli": "~0.1.62",
"@swc/cli": "~0.1.63",
"@swc/core": "1.3.95",
"@swc/helpers": "^0.5.3",
"@types/jest": "^29.5.6",
"@types/jest": "^29.5.10",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"chalk": "^5.3.0",
"eslint": "8.46.0",
"eslint-config-prettier": "9.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsonc-eslint-parser": "^2.4.0",
"nx": "17.0.2",
"nx": "17.1.3",
"prettier": "^2.8.8",
"ts-jest": "^29.1.1",
"ts-node": "10.9.1",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"peerDependencies": {
"@nx/cypress": "17.0.2",
"@nx/eslint": "17.0.2"
"@nx/cypress": "17.1.3",
"@nx/eslint": "17.1.3"
},
"peerDependenciesMeta": {
"@nx/cypress": {
Expand Down
Loading

0 comments on commit 62e0f23

Please sign in to comment.