|
35 | 35 | ], |
36 | 36 | "license": "MIT", |
37 | 37 | "dependencies": { |
38 | | - "@babel/cli": "^7.13.14", |
39 | | - "@babel/core": "^7.13.15", |
| 38 | + "@babel/cli": "^7.14.3", |
| 39 | + "@babel/core": "^7.14.3", |
40 | 40 | "@babel/plugin-proposal-class-properties": "^7.13.0", |
41 | | - "@babel/plugin-transform-modules-commonjs": "^7.13.8", |
42 | | - "@babel/plugin-transform-runtime": "^7.13.15", |
43 | | - "@babel/preset-env": "^7.13.15", |
| 41 | + "@babel/plugin-transform-modules-commonjs": "^7.14.0", |
| 42 | + "@babel/plugin-transform-runtime": "^7.14.3", |
| 43 | + "@babel/preset-env": "^7.14.4", |
44 | 44 | "@babel/preset-react": "^7.13.13", |
45 | 45 | "@babel/preset-typescript": "^7.13.0", |
46 | | - "@babel/runtime": "^7.13.10", |
| 46 | + "@babel/runtime": "^7.14.0", |
47 | 47 | "@rollup/plugin-babel": "^5.3.0", |
48 | | - "@rollup/plugin-commonjs": "^18.0.0", |
| 48 | + "@rollup/plugin-commonjs": "^19.0.0", |
49 | 49 | "@rollup/plugin-json": "^4.1.0", |
50 | | - "@rollup/plugin-node-resolve": "^11.2.1", |
| 50 | + "@rollup/plugin-node-resolve": "^13.0.0", |
51 | 51 | "@rollup/plugin-replace": "^2.4.2", |
52 | | - "@types/jest": "^26.0.22", |
| 52 | + "@types/jest": "^26.0.23", |
53 | 53 | "arrify": "^2.0.1", |
54 | | - "babel-jest": "^27.0.1", |
55 | | - "babel-plugin-macros": "^3.0.1", |
| 54 | + "babel-jest": "^27.0.2", |
| 55 | + "babel-plugin-macros": "^3.1.0", |
56 | 56 | "babel-plugin-minify-dead-code-elimination": "^0.5.1", |
57 | 57 | "babel-plugin-module-resolver": "^4.1.0", |
58 | 58 | "babel-plugin-transform-inline-environment-variables": "^0.4.3", |
59 | 59 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24", |
60 | | - "browserslist": "^4.16.4", |
| 60 | + "browserslist": "^4.16.6", |
61 | 61 | "builtin-modules": "^3.2.0", |
62 | | - "chalk": "^4.1.0", |
63 | | - "concurrently": "^6.0.1", |
| 62 | + "chalk": "^4.1.1", |
| 63 | + "concurrently": "^6.2.0", |
64 | 64 | "cosmiconfig": "^7.0.0", |
65 | 65 | "cpy": "^8.1.2", |
66 | 66 | "cross-env": "^7.0.3", |
67 | 67 | "cross-spawn": "^7.0.3", |
68 | 68 | "doctoc": "^2.0.0", |
69 | | - "eslint": "^7.24.0", |
| 69 | + "eslint": "^7.27.0", |
70 | 70 | "eslint-config-crisfcodes": "^19.1.1", |
71 | | - "glob": "^7.1.6", |
| 71 | + "glob": "^7.1.7", |
72 | 72 | "husky": "^4.3.8", |
73 | 73 | "is-ci": "^3.0.0", |
74 | | - "jest": "^27.0.1", |
| 74 | + "jest": "^27.0.4", |
75 | 75 | "jest-serializer-path": "^0.1.15", |
76 | 76 | "jest-snapshot-serializer-raw": "^1.2.0", |
77 | 77 | "jest-watch-typeahead": "^0.6.4", |
78 | | - "lint-staged": "^10.5.4", |
| 78 | + "lint-staged": "^11.0.0", |
79 | 79 | "lodash.camelcase": "^4.3.0", |
80 | 80 | "lodash.has": "^4.5.2", |
81 | 81 | "lodash.omit": "^4.5.0", |
82 | 82 | "mkdirp": "^1.0.4", |
83 | | - "prettier": "2.2.1", |
| 83 | + "prettier": "2.3.0", |
84 | 84 | "read-pkg-up": "^7.0.1", |
85 | 85 | "resolve": "^1.20.0", |
86 | 86 | "rimraf": "^3.0.2", |
87 | | - "rollup": "^2.45.1", |
| 87 | + "rollup": "^2.50.6", |
88 | 88 | "rollup-plugin-node-builtins": "^2.1.2", |
89 | 89 | "rollup-plugin-node-globals": "^1.4.0", |
90 | 90 | "rollup-plugin-terser": "^7.0.2", |
|
0 commit comments