|
29 | 29 | "chalk": "4.1.2" |
30 | 30 | }, |
31 | 31 | "devDependencies": { |
32 | | - "@babel/cli": "^7.0.0", |
33 | | - "@babel/core": "^7.0.0", |
34 | | - "@babel/eslint-parser": "^7.19.1", |
35 | | - "@babel/plugin-proposal-class-properties": "^7.0.0", |
36 | | - "@babel/plugin-proposal-decorators": "^7.0.0", |
37 | | - "@babel/plugin-proposal-do-expressions": "^7.0.0", |
38 | | - "@babel/plugin-proposal-export-default-from": "^7.0.0", |
39 | | - "@babel/plugin-proposal-export-namespace-from": "^7.0.0", |
40 | | - "@babel/plugin-proposal-function-sent": "^7.0.0", |
41 | | - "@babel/plugin-proposal-json-strings": "^7.0.0", |
42 | | - "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0", |
43 | | - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0", |
44 | | - "@babel/plugin-proposal-numeric-separator": "^7.0.0", |
45 | | - "@babel/plugin-proposal-optional-chaining": "^7.0.0", |
46 | | - "@babel/plugin-proposal-pipeline-operator": "^7.0.0", |
47 | | - "@babel/plugin-proposal-throw-expressions": "^7.0.0", |
48 | | - "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
49 | | - "@babel/plugin-syntax-import-meta": "^7.0.0", |
50 | | - "@babel/plugin-transform-flow-strip-types": "^7.0.0", |
51 | | - "@babel/preset-env": "^7.0.0", |
52 | | - "@babel/preset-flow": "^7.0.0", |
53 | | - "babel-core": "^7.0.0-bridge.0", |
54 | | - "babel-jest": "29.2.1", |
55 | | - "eslint": "^8.25.0", |
| 32 | + "babel-cli": "6.26.0", |
| 33 | + "babel-core": "6.26.3", |
| 34 | + "babel-eslint": "8.2.3", |
| 35 | + "babel-jest": "23.6.0", |
| 36 | + "babel-plugin-transform-flow-strip-types": "6.22.0", |
| 37 | + "babel-preset-es2015": "6.24.1", |
| 38 | + "babel-preset-stage-1": "6.24.1", |
| 39 | + "eslint": "4.19.1", |
56 | 40 | "flow-bin": "0.66.0", |
57 | | - "flow-copy-source": "2.0.9", |
58 | | - "jest": "29.2.1", |
| 41 | + "flow-copy-source": "2.0.2", |
| 42 | + "jest": "23.6.0", |
59 | 43 | "markdownlint-cli": "^0.31.1", |
60 | 44 | "prettier": "2.7.1", |
61 | 45 | "rimraf": "3.0.2" |
|
64 | 48 | "collectCoverage": true, |
65 | 49 | "coverageDirectory": "./coverage/", |
66 | 50 | "testRegex": "__tests__[\\/].+(spec)\\.js$", |
67 | | - "testEnvironmentOptions": { |
68 | | - "url": "http://localhost/" |
69 | | - }, |
| 51 | + "testURL": "http://localhost/", |
70 | 52 | "testPathIgnorePatterns": [ |
71 | 53 | "/node_modules/", |
72 | 54 | "/dist/" |
|
0 commit comments