|
12 | 12 | "test": "cross-env NODE_ENV=test jest" |
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | | - "@labkey/components": "2.222.0" |
| 15 | + "@labkey/components": "2.246.2" |
16 | 16 | }, |
17 | 17 | "devDependencies": { |
18 | | - "@labkey/build": "6.2.1", |
19 | | - "@types/enzyme": "3.10.11", |
20 | | - "@types/jest": "28.1.6", |
21 | | - "@types/react": "16.14.23", |
| 18 | + "@labkey/build": "6.4.0", |
| 19 | + "@types/enzyme": "3.10.12", |
| 20 | + "@types/jest": "29.2.0", |
| 21 | + "@types/react": "16.14.34", |
22 | 22 | "enzyme": "3.11.0", |
23 | 23 | "enzyme-adapter-react-16": "1.15.6", |
24 | 24 | "enzyme-to-json": "3.6.2", |
25 | | - "jest": "28.1.3", |
26 | | - "jest-environment-jsdom": "28.1.3", |
| 25 | + "jest": "29.2.2", |
| 26 | + "jest-environment-jsdom": "29.2.2", |
27 | 27 | "jest-teamcity-reporter": "0.9.0", |
28 | 28 | "react-test-renderer": "16.14.0", |
29 | | - "ts-jest": "28.0.7" |
| 29 | + "ts-jest": "29.0.3" |
30 | 30 | }, |
31 | 31 | "jest": { |
32 | 32 | "globals": { |
33 | | - "ts-jest": { |
34 | | - "tsconfig": "node_modules/@labkey/build/webpack/tsconfig.json", |
35 | | - "isolatedModules": true |
36 | | - }, |
37 | 33 | "LABKEY": {} |
38 | 34 | }, |
39 | 35 | "moduleFileExtensions": [ |
|
45 | 41 | "setupFilesAfterEnv": [ |
46 | 42 | "<rootDir>/test/jest.setup.ts" |
47 | 43 | ], |
48 | | - "moduleNameMapper": { |
49 | | - "\\.(scss)$": "<rootDir>/test/styleMock.ts" |
50 | | - }, |
51 | 44 | "testEnvironment": "jsdom", |
52 | 45 | "testMatch": null, |
53 | 46 | "testRegex": "(\\.(test|spec))\\.(ts|tsx)$", |
54 | 47 | "testResultsProcessor": "jest-teamcity-reporter", |
55 | 48 | "transform": { |
56 | | - "^.+\\.tsx?$": "ts-jest", |
57 | | - "\\.jsx?$": [ |
58 | | - "babel-jest", |
| 49 | + "^.+\\.tsx?$": [ |
| 50 | + "ts-jest", |
59 | 51 | { |
60 | | - "configFile": "./node_modules/@labkey/build/webpack/babel.config.js" |
| 52 | + "isolatedModules": true, |
| 53 | + "tsconfig": "node_modules/@labkey/build/webpack/tsconfig.json" |
61 | 54 | } |
62 | 55 | ] |
63 | | - }, |
64 | | - "transformIgnorePatterns": [ |
65 | | - "node_modules/(?!(@labkey))" |
66 | | - ] |
| 56 | + } |
67 | 57 | } |
68 | 58 | } |
0 commit comments