|
24 | 24 | "version": "echo \"Running post lerna version script; bump lockfile\" && yarn install && git stage yarn.lock" |
25 | 25 | }, |
26 | 26 | "devDependencies": { |
27 | | - "@babel/cli": "^7.7.4", |
28 | | - "@babel/core": "^7.7.4", |
29 | | - "@babel/plugin-proposal-class-properties": "^7.7.4", |
30 | | - "@babel/plugin-proposal-object-rest-spread": "^7.7.4", |
31 | | - "@babel/preset-env": "^7.7.4", |
32 | | - "@testing-library/react": "^9.4.0", |
33 | | - "@types/jest": "^24.0.25", |
34 | | - "@types/react-dom": "^16.8.0", |
35 | | - "@typescript-eslint/eslint-plugin": "^2.14.0", |
36 | | - "@typescript-eslint/parser": "^2.14.0", |
37 | | - "@wojtekmaj/enzyme-adapter-react-17": "^0.6.1", |
38 | | - "babel-eslint": "^10.0.3", |
39 | | - "cross-env": "^6.0.3", |
40 | | - "cypress": "^6.5.0", |
41 | | - "enzyme": "^3.11.0", |
42 | | - "eslint": "^6.8.0", |
43 | | - "eslint-config-prettier": "^6.10.1", |
44 | | - "eslint-config-react-app": "^5.1.0", |
45 | | - "eslint-plugin-flowtype": "^4.5.3", |
46 | | - "eslint-plugin-import": "^2.22.1", |
47 | | - "eslint-plugin-jsx-a11y": "^6.2.3", |
48 | | - "eslint-plugin-prettier": "^3.1.2", |
49 | | - "eslint-plugin-react": "^7.17.0", |
50 | | - "eslint-plugin-react-hooks": "^2.3.0", |
51 | | - "husky": "^3.1.0", |
52 | | - "jest": "^24.9.0", |
53 | | - "lerna": "^4.0.0", |
54 | | - "lint-staged": "^9.5.0", |
55 | | - "nodemon": "^2.0.1", |
56 | | - "npm-run-all": "^4.1.5", |
57 | | - "prettier": "^2.0.1", |
58 | | - "pretty-quick": "^2.0.1", |
59 | | - "rimraf": "^3.0.2", |
60 | | - "rollup-plugin-babel": "^4.3.3", |
61 | | - "rollup-plugin-commonjs": "^10.1.0", |
62 | | - "rollup-plugin-node-resolve": "^5.2.0", |
63 | | - "rollup-plugin-terser": "^5.1.3", |
64 | | - "ts-jest": "^24.2.0", |
65 | | - "typescript": "^3.5.1" |
| 27 | + "@babel/cli": "7.7.4", |
| 28 | + "@babel/core": "7.7.4", |
| 29 | + "@babel/plugin-proposal-class-properties": "7.7.4", |
| 30 | + "@babel/plugin-proposal-object-rest-spread": "7.7.4", |
| 31 | + "@babel/preset-env": "7.7.4", |
| 32 | + "@testing-library/react": "9.4.0", |
| 33 | + "@types/jest": "24.0.25", |
| 34 | + "@types/react-dom": "16.8.0", |
| 35 | + "@typescript-eslint/eslint-plugin": "2.14.0", |
| 36 | + "@typescript-eslint/parser": "2.14.0", |
| 37 | + "@wojtekmaj/enzyme-adapter-react-17": "0.6.1", |
| 38 | + "babel-eslint": "10.0.3", |
| 39 | + "cross-env": "6.0.3", |
| 40 | + "cypress": "6.5.0", |
| 41 | + "enzyme": "3.11.0", |
| 42 | + "eslint": "6.8.0", |
| 43 | + "eslint-config-prettier": "6.10.1", |
| 44 | + "eslint-config-react-app": "5.1.0", |
| 45 | + "eslint-plugin-flowtype": "4.5.3", |
| 46 | + "eslint-plugin-import": "2.22.1", |
| 47 | + "eslint-plugin-jsx-a11y": "6.2.3", |
| 48 | + "eslint-plugin-prettier": "3.1.2", |
| 49 | + "eslint-plugin-react": "7.17.0", |
| 50 | + "eslint-plugin-react-hooks": "2.3.0", |
| 51 | + "husky": "3.1.0", |
| 52 | + "jest": "24.9.0", |
| 53 | + "lerna": "4.0.0", |
| 54 | + "lint-staged": "9.5.0", |
| 55 | + "nodemon": "2.0.1", |
| 56 | + "npm-run-all": "4.1.5", |
| 57 | + "prettier": "2.0.1", |
| 58 | + "pretty-quick": "2.0.1", |
| 59 | + "rimraf": "3.0.2", |
| 60 | + "rollup-plugin-babel": "4.3.3", |
| 61 | + "rollup-plugin-commonjs": "10.1.0", |
| 62 | + "rollup-plugin-node-resolve": "5.2.0", |
| 63 | + "rollup-plugin-terser": "5.1.3", |
| 64 | + "ts-jest": "24.2.0", |
| 65 | + "typescript": "3.9.10" |
66 | 66 | }, |
67 | 67 | "workspaces": { |
68 | 68 | "packages": [ |
|
72 | 72 | ] |
73 | 73 | }, |
74 | 74 | "dependencies": { |
75 | | - "@babel/preset-typescript": "^7.7.7", |
76 | | - "all-contributors-cli": "^6.11.2", |
77 | | - "rollup-plugin-typescript": "^1.0.1" |
| 75 | + "@babel/preset-typescript": "7.7.7", |
| 76 | + "all-contributors-cli": "6.11.2", |
| 77 | + "rollup-plugin-typescript": "1.0.1" |
78 | 78 | }, |
79 | 79 | "license": "MIT", |
80 | 80 | "repository": { |
|
99 | 99 | "<rootDir>/packages/**/?(*.)test.ts(x|)" |
100 | 100 | ], |
101 | 101 | "transform": { |
102 | | - "^.+\\.(ts|tsx)$": "ts-jest" |
| 102 | + ".+\\.(ts|tsx)$": "ts-jest" |
103 | 103 | }, |
104 | 104 | "globals": { |
105 | 105 | "ts-jest": { |
|
122 | 122 | "pre-commit": "lint-staged", |
123 | 123 | "pre-push": "jest" |
124 | 124 | } |
| 125 | + }, |
| 126 | + "resolutions": { |
| 127 | + "@types/react": "17.0.2", |
| 128 | + "@types/react-dom": "17.0.2" |
125 | 129 | } |
126 | 130 | } |
0 commit comments