|
52 | 52 | "image-snapshots-update": "rm -rf packages/*/snapshots && yarn image-snapshots" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | | - "@babel/cli": "^7.12.7", |
56 | | - "@babel/core": "^7.12.7", |
| 55 | + "@babel/cli": "^7.12.10", |
| 56 | + "@babel/core": "^7.12.10", |
57 | 57 | "@babel/plugin-proposal-class-properties": "^7.12.1", |
58 | 58 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", |
59 | 59 | "@babel/plugin-proposal-object-rest-spread": "^7.12.1", |
60 | 60 | "@babel/plugin-proposal-optional-chaining": "^7.12.7", |
61 | | - "@babel/preset-env": "^7.12.7", |
62 | | - "@babel/preset-react": "7.12.7", |
| 61 | + "@babel/preset-env": "^7.12.10", |
| 62 | + "@babel/preset-react": "7.12.10", |
63 | 63 | "@babel/preset-typescript": "^7.12.7", |
64 | 64 | "@babel/runtime": "^7.12.5", |
65 | 65 | "@babel/runtime-corejs3": "^7.12.5", |
66 | 66 | "@testing-library/jest-dom": "^5.11.6", |
67 | 67 | "@types/jest-image-snapshot": "^4.1.3", |
68 | | - "@types/node": "^14.14.9", |
69 | | - "babel-plugin-styled-components": "^1.11.1", |
70 | | - "core-js": "^3.7.0", |
| 68 | + "@types/node": "^14.14.12", |
| 69 | + "babel-plugin-styled-components": "1.12.0", |
| 70 | + "core-js": "^3.8.1", |
71 | 71 | "enzyme": "^3.11.0", |
72 | 72 | "enzyme-adapter-react-16": "^1.15.5", |
73 | | - "eslint": "^7.13.0", |
| 73 | + "eslint": "^7.15.0", |
74 | 74 | "jest": "^26.6.3", |
75 | 75 | "jest-canvas-mock": "^2.3.0", |
76 | 76 | "jest-image-snapshot": "^4.2.0", |
77 | 77 | "jest-styled-components": "^7.0.3", |
78 | 78 | "lerna": "^3.22.1", |
79 | | - "lint-staged": "^10.5.1", |
| 79 | + "lint-staged": "^10.5.3", |
80 | 80 | "node-fetch": "2.6.1", |
81 | 81 | "npm-run-all": "^4.1.5", |
82 | 82 | "pre-commit": "1.2.2", |
83 | | - "prettier": "2.2.0", |
| 83 | + "prettier": "2.2.1", |
84 | 84 | "puppeteer": "5.5.0", |
85 | 85 | "react": "^16.14.0", |
86 | 86 | "react-dom": "^16.14.0", |
|
92 | 92 | }, |
93 | 93 | "resolutions": { |
94 | 94 | "eslint-plugin-react-hooks": "4.2.0", |
| 95 | + "highlight.js": "10.4.1", |
95 | 96 | "node-fetch": "2.6.1", |
96 | 97 | "node-forge": "0.10.0", |
97 | 98 | "prismjs": "1.22.0", |
|
0 commit comments