|
35 | 35 | ], |
36 | 36 | "license": "MIT", |
37 | 37 | "dependencies": { |
38 | | - "@babel/cli": "^7.14.3", |
39 | | - "@babel/core": "^7.14.3", |
40 | | - "@babel/plugin-proposal-class-properties": "^7.13.0", |
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 | | - "@babel/preset-react": "^7.13.13", |
45 | | - "@babel/preset-typescript": "^7.13.0", |
46 | | - "@babel/runtime": "^7.14.0", |
| 38 | + "@babel/cli": "^7.14.5", |
| 39 | + "@babel/core": "^7.14.6", |
| 40 | + "@babel/plugin-proposal-class-properties": "^7.14.5", |
| 41 | + "@babel/plugin-transform-modules-commonjs": "^7.14.5", |
| 42 | + "@babel/plugin-transform-runtime": "^7.14.5", |
| 43 | + "@babel/preset-env": "^7.14.7", |
| 44 | + "@babel/preset-react": "^7.14.5", |
| 45 | + "@babel/preset-typescript": "^7.14.5", |
| 46 | + "@babel/runtime": "^7.14.6", |
47 | 47 | "@rollup/plugin-babel": "^5.3.0", |
48 | | - "@rollup/plugin-commonjs": "^19.0.0", |
| 48 | + "@rollup/plugin-commonjs": "^19.0.1", |
49 | 49 | "@rollup/plugin-json": "^4.1.0", |
50 | | - "@rollup/plugin-node-resolve": "^13.0.0", |
51 | | - "@rollup/plugin-replace": "^2.4.2", |
52 | | - "@types/jest": "^26.0.23", |
| 50 | + "@rollup/plugin-node-resolve": "^13.0.2", |
| 51 | + "@rollup/plugin-replace": "^3.0.0", |
| 52 | + "@types/jest": "^26.0.24", |
53 | 53 | "arrify": "^2.0.1", |
54 | | - "babel-jest": "^27.0.2", |
| 54 | + "babel-jest": "^27.0.6", |
55 | 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", |
|
65 | 65 | "cpy": "^8.1.2", |
66 | 66 | "cross-env": "^7.0.3", |
67 | 67 | "cross-spawn": "^7.0.3", |
68 | | - "doctoc": "^2.0.0", |
69 | | - "eslint": "^7.27.0", |
70 | 68 | "eslint-config-crisfcodes": "^19.2.2", |
| 69 | + "doctoc": "^2.0.1", |
| 70 | + "eslint": "^7.31.0", |
71 | 71 | "glob": "^7.1.7", |
72 | 72 | "husky": "^4.3.8", |
73 | 73 | "is-ci": "^3.0.0", |
74 | | - "jest": "^27.0.4", |
| 74 | + "jest": "^27.0.6", |
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": "^11.0.0", |
| 78 | + "lint-staged": "^11.0.1", |
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.3.0", |
| 83 | + "prettier": "2.3.2", |
84 | 84 | "read-pkg-up": "^7.0.1", |
85 | 85 | "resolve": "^1.20.0", |
86 | 86 | "rimraf": "^3.0.2", |
87 | | - "rollup": "^2.50.6", |
| 87 | + "rollup": "^2.53.2", |
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", |
91 | 91 | "semver": "^7.3.5", |
92 | 92 | "which": "^2.0.2", |
93 | | - "yargs-parser": "^20.2.7" |
| 93 | + "yargs-parser": "^20.2.9" |
94 | 94 | }, |
95 | 95 | "eslintConfig": { |
96 | 96 | "extends": [ |
|
0 commit comments