|
56 | 56 | "prepublish": "./resources/prepublish.sh" |
57 | 57 | }, |
58 | 58 | "devDependencies": { |
59 | | - "@babel/cli": "7.8.4", |
60 | | - "@babel/core": "7.8.4", |
61 | | - "@babel/node": "7.8.4", |
62 | | - "@babel/plugin-proposal-class-properties": "7.8.3", |
63 | | - "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
64 | | - "@babel/plugin-transform-runtime": "^7.4.4", |
65 | | - "@babel/polyfill": "^7.4.4", |
66 | | - "@babel/preset-env": "7.8.4", |
67 | | - "@babel/preset-flow": "7.8.3", |
68 | | - "@babel/preset-react": "7.8.3", |
69 | | - "@babel/preset-typescript": "7.8.3", |
70 | | - "@babel/register": "^7.4.4", |
| 59 | + "@babel/cli": "^7.8.4", |
| 60 | + "@babel/core": "^7.9.0", |
| 61 | + "@babel/node": "^7.8.7", |
| 62 | + "@babel/plugin-proposal-class-properties": "^7.8.3", |
| 63 | + "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
| 64 | + "@babel/plugin-transform-runtime": "^7.9.0", |
| 65 | + "@babel/polyfill": "^7.8.7", |
| 66 | + "@babel/preset-env": "7.9.5", |
| 67 | + "@babel/preset-flow": "7.9.0", |
| 68 | + "@babel/preset-react": "7.9.4", |
| 69 | + "@babel/preset-typescript": "7.9.0", |
| 70 | + "@babel/register": "^7.9.0", |
71 | 71 | "@commitlint/cli": "^8.3.5", |
72 | | - "@commitlint/config-conventional": "^8.1.0", |
73 | | - "@commitlint/config-lerna-scopes": "^8.1.0", |
74 | | - "@strictsoftware/typedoc-plugin-monorepo": "^0.2.1", |
75 | | - "@testing-library/jest-dom": "^5.1.1", |
76 | | - "@types/codemirror": "^0.0.85", |
| 72 | + "@commitlint/config-conventional": "^8.3.4", |
| 73 | + "@commitlint/config-lerna-scopes": "^8.3.4", |
| 74 | + "@strictsoftware/typedoc-plugin-monorepo": "0.3.1", |
| 75 | + "@testing-library/jest-dom": "^5.4.0", |
| 76 | + "@types/codemirror": "^0.0.90", |
77 | 77 | "@types/fetch-mock": "^7.3.2", |
78 | | - "@types/jest": "^25.1.1", |
79 | | - "@types/node": "^13.7.1", |
80 | | - "@typescript-eslint/eslint-plugin": "^2.19.2", |
81 | | - "@typescript-eslint/parser": "^2.18.0", |
82 | | - "babel-eslint": "^10.0.1", |
83 | | - "babel-jest": "^25.1.0", |
| 78 | + "@types/jest": "^25.2.1", |
| 79 | + "@types/node": "^13.11.1", |
| 80 | + "@typescript-eslint/eslint-plugin": "^2.27.0", |
| 81 | + "@typescript-eslint/parser": "^2.27.0", |
| 82 | + "babel-eslint": "^10.1.0", |
| 83 | + "babel-jest": "^25.3.0", |
84 | 84 | "chai": "4.2.0", |
85 | | - "codecov": "^3.6.4", |
86 | | - "conventional-changelog-conventionalcommits": "^4.1.0", |
| 85 | + "codecov": "^3.6.5", |
| 86 | + "conventional-changelog-conventionalcommits": "^4.2.3", |
87 | 87 | "copy": "^0.3.2", |
88 | | - "cross-env": "^7.0.0", |
89 | | - "cypress": "^4.0.2", |
| 88 | + "cross-env": "^7.0.2", |
| 89 | + "cypress": "^4.3.0", |
90 | 90 | "eslint": "^6.8.0", |
91 | | - "eslint-config-prettier": "6.10.0", |
92 | | - "eslint-plugin-babel": "5.3.0", |
93 | | - "eslint-plugin-cypress": "^2.10.1", |
94 | | - "eslint-plugin-flowtype": "4.6.0", |
95 | | - "eslint-plugin-import": "^2.20.0", |
96 | | - "eslint-plugin-jest": "^23.1.1", |
| 91 | + "eslint-config-prettier": "^6.10.1", |
| 92 | + "eslint-plugin-babel": "^5.3.0", |
| 93 | + "eslint-plugin-cypress": "^2.10.3", |
| 94 | + "eslint-plugin-flowtype": "4.7.0", |
| 95 | + "eslint-plugin-import": "^2.20.2", |
| 96 | + "eslint-plugin-jest": "^23.8.2", |
97 | 97 | "eslint-plugin-prefer-object-spread": "1.2.1", |
98 | | - "eslint-plugin-react": "7.18.3", |
| 98 | + "eslint-plugin-react": "7.19.0", |
99 | 99 | "fetch-mock": "6.5.2", |
100 | 100 | "flow-bin": "^0.119.1", |
101 | 101 | "graphql": "^15.0.0", |
102 | | - "husky": "^4.0.7", |
103 | | - "jest": "^25.1.0", |
104 | | - "jest-environment-jsdom": "^25.1.0", |
105 | | - "jest-environment-jsdom-global": "^1.2.0", |
106 | | - "lerna": "^3.16.4", |
107 | | - "lint-staged": "^10.0.7", |
108 | | - "mkdirp": "^1.0.3", |
109 | | - "mocha": "7.0.1", |
110 | | - "prettier": "^1.18.2", |
| 102 | + "husky": "^4.2.3", |
| 103 | + "jest": "^25.3.0", |
| 104 | + "jest-environment-jsdom": "^25.3.0", |
| 105 | + "jest-environment-jsdom-global": "^2.0.2", |
| 106 | + "lerna": "^3.20.2", |
| 107 | + "lint-staged": "^10.1.2", |
| 108 | + "mkdirp": "^1.0.4", |
| 109 | + "mocha": "7.1.1", |
| 110 | + "prettier": "^2.0.4", |
111 | 111 | "rimraf": "^3.0.2", |
112 | | - "ts-jest": "^25.2.0", |
113 | | - "typedoc": "^0.15.1", |
114 | | - "typescript": "^3.6.3" |
| 112 | + "ts-jest": "^25.3.1", |
| 113 | + "typedoc": "0.17.4", |
| 114 | + "typescript": "^3.8.3" |
115 | 115 | } |
116 | 116 | } |
0 commit comments