|
55 | 55 | "@testing-library/react-hooks": "^8.0.0",
|
56 | 56 | "@testing-library/react-native": "^11.0.0",
|
57 | 57 | "@types/fs-extra": "^11.0.3",
|
58 |
| - "@types/jest": "^28.1.6", |
| 58 | + "@types/jest": "^29.5.12", |
59 | 59 | "@types/lodash": "^4.14.149",
|
60 | 60 | "@types/node": "^18.6.1",
|
61 | 61 | "@types/prop-types": "^15.7.5",
|
|
64 | 64 | "@types/testing-library__jest-dom": "^5.14.5",
|
65 | 65 | "@typescript-eslint/eslint-plugin": "^5.32.0",
|
66 | 66 | "@typescript-eslint/parser": "^5.32.0",
|
67 |
| - "babel-jest": "^28.1.3", |
| 67 | + "babel-jest": "^29.7.0", |
68 | 68 | "babel-loader": "^8.2.5",
|
69 | 69 | "babel-plugin-lodash": "^3.1.2",
|
70 | 70 | "babel-plugin-module-resolver": "^4.1.0",
|
|
87 | 87 | "fs-extra": "^10.0.0",
|
88 | 88 | "glob": "8.0.3",
|
89 | 89 | "immutable": "^3.8.2",
|
90 |
| - "jest": "^28.1.3", |
91 |
| - "jest-environment-jsdom": "^28.1.3", |
| 90 | + "jest": "^29.7.0", |
| 91 | + "jest-environment-jsdom": "^29.7.0", |
92 | 92 | "lodash": "^4.17.19",
|
93 | 93 | "lodash-webpack-plugin": "^0.11.6",
|
94 | 94 | "mdast-util-to-string": "^1.0.6",
|
|
107 | 107 | "seedrandom": "^3.0.5",
|
108 | 108 | "storybook": "^7.6.7",
|
109 | 109 | "styled-components": "^5.3.5",
|
110 |
| - "ts-jest": "^28.0.7", |
| 110 | + "ts-jest": "^29.1.2", |
111 | 111 | "ts-loader": "^9.3.0",
|
112 | 112 | "ts-node": "^10.9.1",
|
113 | 113 | "typescript": "^4.7.3",
|
|
163 | 163 | "storybook:server": "concurrently --raw \"pnpm:build:lib:esm --watch\" \"pnpx storybook dev -p 6006\"",
|
164 | 164 | "sync": "wireit",
|
165 | 165 | "sync:pkgs": "node ./scripts/sync-pkgs-wireit.js",
|
166 |
| - "sync:tsconfig": "pnpm -r --filter !victory-core --filter !victory-vendor exec -- cpx ../victory-core/tsconfig.* .", |
| 166 | + "sync:tsconfig": "pnpm -r --filter !victory-core --filter !victory-vendor --filter !victory-native exec -- cpx ../victory-core/tsconfig.* .", |
167 | 167 | "release-notes": "ts-node ./scripts/release.ts"
|
168 | 168 | },
|
169 | 169 | "wireit": {
|
|
422 | 422 | },
|
423 | 423 | "jest": {
|
424 | 424 | "dependencies": [
|
425 |
| - "jest:root", |
426 | 425 | "jest:pkgs"
|
427 | 426 | ]
|
428 | 427 | },
|
429 |
| - "jest:root": { |
430 |
| - "command": "jest --testPathPattern=test/node", |
431 |
| - "files": [ |
432 |
| - "test" |
433 |
| - ], |
434 |
| - "output": [], |
435 |
| - "dependencies": [ |
436 |
| - "./packages/victory:build:lib:cjs" |
437 |
| - ], |
438 |
| - "packageLocks": [ |
439 |
| - "pnpm-lock.yaml" |
440 |
| - ] |
441 |
| - }, |
442 | 428 | "jest:pkgs": {
|
443 | 429 | "dependencies": [
|
444 | 430 | "./packages/victory-native:jest",
|
|
0 commit comments