|
10 | 10 | "private": true, |
11 | 11 | "scripts": { |
12 | 12 | "bootstrap": "lerna bootstrap", |
13 | | - "build": "yarn clean-build && lerna run build --concurrency 1 --ignore @data-driven-forms/react-renderer-demo", |
| 13 | + "build": "yarn clean-build && lerna run build --concurrency 1 --ignore @data-driven-forms/react-renderer-demo --ignore @data-driven-forms/parsers", |
14 | 14 | "vendor": "lerna run vendor", |
15 | 15 | "test": "jest --coverage", |
16 | 16 | "test:ci": "jest --coverage --runInBand", |
|
28 | 28 | "packages/**" |
29 | 29 | ], |
30 | 30 | "jest": { |
| 31 | + "testEnvironment": "jsdom", |
31 | 32 | "verbose": true, |
32 | 33 | "testPathIgnorePatterns": [ |
33 | 34 | "/node_modules/" |
|
55 | 56 | "globalSetup": "<rootDir>/config/globalSetup.js" |
56 | 57 | }, |
57 | 58 | "devDependencies": { |
58 | | - "@babel/eslint-parser": "^7.13.8", |
59 | | - "@babel/plugin-transform-runtime": "^7.13.9", |
60 | | - "@babel/preset-typescript": "^7.13.0", |
| 59 | + "@babel/core": "^7.15.5", |
| 60 | + "@babel/plugin-proposal-class-properties": "^7.14.5", |
| 61 | + "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
| 62 | + "@babel/preset-env": "^7.15.6", |
| 63 | + "@babel/preset-react": "^7.13.5", |
| 64 | + "babel-eslint": "^10.1.0", |
| 65 | + "babel-jest": "^27.2.0", |
| 66 | + "babel-loader": "^8.2.2", |
| 67 | + "css-loader": "^6.2.0", |
| 68 | + "html-webpack-plugin": "^5.3.2", |
| 69 | + "regenerator-runtime": "^0.13.9", |
| 70 | + "sass-loader": "^12.1.0", |
| 71 | + "style-loader": "^3.2.1", |
| 72 | + "webpack": "^5.52.1", |
| 73 | + "webpack-cli": "^4.8.0", |
| 74 | + "webpack-dev-server": "^4.2.1", |
| 75 | + "prop-types": "^15.6.2", |
| 76 | + "react": "^17.0.2", |
| 77 | + "react-dom": "^17.0.2", |
| 78 | + "@wojtekmaj/enzyme-adapter-react-17": "^0.6.3", |
| 79 | + "enzyme": "^3.11.0", |
| 80 | + "enzyme-to-json": "^3.6.2", |
| 81 | + "@babel/eslint-parser": "^7.14.4", |
| 82 | + "@babel/plugin-transform-runtime": "^7.15.0", |
| 83 | + "@babel/preset-typescript": "^7.15.0", |
| 84 | + "node-sass": "^6.0.1", |
61 | 85 | "@khala/commit-analyzer-wildcard": "^2.5.2", |
62 | 86 | "@khala/npm-release-monorepo": "^2.5.2", |
63 | 87 | "@khala/wildcard-release-notes": "^2.5.2", |
64 | | - "@rollup/plugin-typescript": "^4.1.2", |
65 | 88 | "@semantic-release/git": "^8.0.0", |
66 | 89 | "@semantic-release/github": "^5.5.5", |
67 | 90 | "@semantic-release/npm": "^5.1.4", |
|
86 | 109 | "glob": "^7.1.6", |
87 | 110 | "identity-obj-proxy": "^3.0.0", |
88 | 111 | "inquirer": "^7.1.0", |
89 | | - "jest": "^24.8.0", |
| 112 | + "jest": "^27.2.0", |
90 | 113 | "lerna": "^3.13.1", |
91 | 114 | "ncp": "^2.0.0", |
92 | 115 | "prettier": "^1.19.1", |
93 | 116 | "replace-in-file": "^6.0.0", |
94 | 117 | "semantic-release": "^17.2.3", |
95 | | - "source-map-loader": "^0.2.4", |
96 | 118 | "strip-ansi": "^6.0.0", |
97 | 119 | "terser-webpack-plugin": "^1.3.0", |
98 | 120 | "ts-loader": "^7.0.5", |
|
0 commit comments