|
28 | 28 | "packages/**"
|
29 | 29 | ],
|
30 | 30 | "jest": {
|
31 |
| - "testEnvironment": "jsdom", |
| 31 | + "testEnvironment": "jest-environment-jsdom", |
32 | 32 | "verbose": true,
|
33 | 33 | "testPathIgnorePatterns": [
|
34 | 34 | "/node_modules/"
|
35 | 35 | ],
|
36 |
| - "setupFiles": [ |
| 36 | + "setupFilesAfterEnv": [ |
37 | 37 | "<rootDir>/config/jest.setup.js"
|
38 | 38 | ],
|
39 | 39 | "collectCoverageFrom": [
|
|
57 | 57 | },
|
58 | 58 | "devDependencies": {
|
59 | 59 | "@babel/core": "^7.16.7",
|
| 60 | + "@babel/eslint-parser": "^7.16.5", |
60 | 61 | "@babel/plugin-proposal-class-properties": "^7.16.7",
|
61 | 62 | "@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
| 63 | + "@babel/plugin-transform-runtime": "^7.16.8", |
62 | 64 | "@babel/preset-env": "^7.16.8",
|
63 | 65 | "@babel/preset-react": "^7.16.7",
|
64 |
| - "babel-eslint": "^10.1.0", |
65 |
| - "babel-jest": "^27.4.6", |
66 |
| - "babel-loader": "^8.2.3", |
67 |
| - "css-loader": "^6.5.1", |
68 |
| - "html-webpack-plugin": "^5.5.0", |
69 |
| - "regenerator-runtime": "^0.13.9", |
70 |
| - "sass-loader": "^12.4.0", |
71 |
| - "style-loader": "^3.3.1", |
72 |
| - "webpack": "^5.66.0", |
73 |
| - "webpack-cli": "^4.9.1", |
74 |
| - "webpack-dev-server": "^4.7.3", |
75 |
| - "prop-types": "^15.8.1", |
76 |
| - "react": "^17.0.2", |
77 |
| - "react-dom": "^17.0.2", |
78 |
| - "@wojtekmaj/enzyme-adapter-react-17": "^0.6.6", |
79 |
| - "enzyme": "^3.11.0", |
80 |
| - "enzyme-to-json": "^3.6.2", |
81 |
| - "@babel/eslint-parser": "^7.16.5", |
82 |
| - "@babel/plugin-transform-runtime": "^7.16.8", |
83 | 66 | "@babel/preset-typescript": "^7.16.7",
|
84 |
| - "node-sass": "^7.0.1", |
85 | 67 | "@khala/commit-analyzer-wildcard": "^2.5.2",
|
86 | 68 | "@khala/npm-release-monorepo": "^2.5.2",
|
87 | 69 | "@khala/wildcard-release-notes": "^2.5.2",
|
88 | 70 | "@semantic-release/exec": "^6.0.3",
|
89 | 71 | "@semantic-release/git": "^10.0.1",
|
90 | 72 | "@semantic-release/github": "^8.0.2",
|
91 | 73 | "@semantic-release/npm": "^8.0.3",
|
| 74 | + "@testing-library/dom": "^8.11.2", |
| 75 | + "@testing-library/jest-dom": "^5.16.1", |
| 76 | + "@testing-library/react": "^12.1.2", |
| 77 | + "@testing-library/user-event": "^13.5.0", |
92 | 78 | "@types/react": "^17.0.21",
|
93 | 79 | "@types/react-dom": "^17.0.9",
|
94 | 80 | "@typescript-eslint/eslint-plugin": "^4.31.1",
|
| 81 | + "@wojtekmaj/enzyme-adapter-react-17": "^0.6.6", |
| 82 | + "babel-eslint": "^10.1.0", |
| 83 | + "babel-jest": "^27.4.6", |
| 84 | + "babel-loader": "^8.2.3", |
95 | 85 | "babel-plugin-transform-imports": "^2.0.0",
|
| 86 | + "css-loader": "^6.5.1", |
96 | 87 | "dtslint": "^4.2.1",
|
| 88 | + "enzyme": "^3.11.0", |
| 89 | + "enzyme-to-json": "^3.6.2", |
97 | 90 | "eslint": "^7.32.0",
|
98 | 91 | "eslint-config-prettier": "^8.3.0",
|
99 | 92 | "eslint-config-react-app": "^7.0.0",
|
|
107 | 100 | "eslint-plugin-react-hooks": "^4.3.0",
|
108 | 101 | "fs-extra": "^10.0.0",
|
109 | 102 | "glob": "^7.2.0",
|
| 103 | + "html-webpack-plugin": "^5.5.0", |
110 | 104 | "identity-obj-proxy": "^3.0.0",
|
111 | 105 | "inquirer": "^8.2.0",
|
112 | 106 | "jest": "^27.4.7",
|
113 | 107 | "lerna": "^4.0.0",
|
114 | 108 | "ncp": "^2.0.0",
|
| 109 | + "node-sass": "^7.0.1", |
115 | 110 | "prettier": "^2.5.1",
|
| 111 | + "prop-types": "^15.8.1", |
| 112 | + "react": "^17.0.2", |
| 113 | + "react-dom": "^17.0.2", |
| 114 | + "regenerator-runtime": "^0.13.9", |
116 | 115 | "replace-in-file": "^6.3.2",
|
| 116 | + "sass-loader": "^12.4.0", |
117 | 117 | "semantic-release": "^18.0.1",
|
118 | 118 | "strip-ansi": "^7.0.1",
|
| 119 | + "style-loader": "^3.3.1", |
119 | 120 | "terser-webpack-plugin": "^5.3.0",
|
120 | 121 | "ts-loader": "^9.2.6",
|
121 | 122 | "tslint": "^6.1.3",
|
122 | 123 | "tslint-config-prettier": "^1.18.0",
|
123 |
| - "typescript": "^4.5.4" |
| 124 | + "typescript": "^4.5.4", |
| 125 | + "webpack": "^5.66.0", |
| 126 | + "webpack-cli": "^4.9.1", |
| 127 | + "webpack-dev-server": "^4.7.3" |
124 | 128 | },
|
125 | 129 | "release": {
|
126 | 130 | "monorepo": "./packages",
|
|
180 | 184 | }
|
181 | 185 | ],
|
182 | 186 | [
|
183 |
| - "@semantic-release/exec", { |
| 187 | + "@semantic-release/exec", |
| 188 | + { |
184 | 189 | "prepareCmd": "node ./scripts/update-common.js ${nextRelease.version}"
|
185 | 190 | }
|
186 | 191 | ]
|
|
0 commit comments