|
70 | 70 | ], |
71 | 71 | "license": "Apache-2.0", |
72 | 72 | "devDependencies": { |
73 | | - "ast-types": "^0.13.2", |
| 73 | + "@types/jest": "^26.0.15", |
| 74 | + "ast-types": "^0.13.4", |
74 | 75 | "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", |
75 | 76 | "clean-webpack-plugin": "^1.0.0", |
76 | | - "eslint": "^6.8.0", |
77 | | - "eslint-config-standard": "^14.1.0", |
78 | | - "eslint-plugin-import": "^2.14.0", |
79 | | - "eslint-plugin-jest": "^23.6.0", |
80 | | - "eslint-plugin-node": "^11.0.0", |
| 77 | + "eslint": "^7.14.0", |
| 78 | + "eslint-config-standard": "^16.0.2", |
| 79 | + "eslint-plugin-import": "^2.22.1", |
| 80 | + "eslint-plugin-jest": "^24.1.3", |
| 81 | + "eslint-plugin-node": "^11.1.0", |
81 | 82 | "eslint-plugin-promise": "^4.0.1", |
82 | | - "eslint-plugin-standard": "^4.0.1", |
83 | | - "jest": "^25.1.0", |
| 83 | + "eslint-plugin-standard": "^4.1.0", |
| 84 | + "jest": "^25.5.4", |
84 | 85 | "memory-fs": "^0.4.1", |
85 | | - "microbundle": "^0.12.0-next.8", |
86 | | - "preact": "^10.2.1", |
87 | | - "sucrase": "^3.12.1", |
88 | | - "terser-webpack-plugin": "^1.1.0", |
89 | | - "ts-loader": "^6.2.1", |
90 | | - "webpack": "^4.26.1" |
| 86 | + "microbundle": "^0.12.4", |
| 87 | + "preact": "^10.5.7", |
| 88 | + "sucrase": "^3.16.0", |
| 89 | + "terser-webpack-plugin": "^1.4.5", |
| 90 | + "ts-loader": "^6.2.2", |
| 91 | + "webpack": "^4.44.2" |
91 | 92 | }, |
92 | 93 | "dependencies": { |
93 | | - "@babel/core": "^7.8.4", |
94 | | - "@babel/preset-modules": "^0.1.2", |
95 | | - "@rollup/plugin-commonjs": "^11.0.1", |
96 | | - "@rollup/plugin-node-resolve": "^7.0.0", |
97 | | - "core-js": "^3.6.4", |
| 94 | + "@babel/core": "^7.12.7", |
| 95 | + "@rollup/plugin-commonjs": "^11.1.0", |
| 96 | + "@rollup/plugin-node-resolve": "^7.1.3", |
| 97 | + "babel-preset-modernize": "0.0.3", |
| 98 | + "core-js": "^3.7.0", |
98 | 99 | "gzip-size": "^5.1.1", |
99 | | - "jest-worker": "^25.1.0", |
100 | | - "magic-string": "^0.25.6", |
101 | | - "regenerator-runtime": "^0.13.3", |
102 | | - "rollup": "^1.29.1", |
103 | | - "terser": "^4.6.3", |
| 100 | + "jest-worker": "^25.5.0", |
| 101 | + "magic-string": "^0.25.7", |
| 102 | + "regenerator-runtime": "^0.13.7", |
| 103 | + "rollup": "^1.32.1", |
| 104 | + "terser": "^4.8.0", |
104 | 105 | "webpack-sources": "^1.4.3" |
105 | 106 | }, |
106 | 107 | "peerDependencies": { |
| 108 | + "@babel/preset-env": ">= 7.10", |
107 | 109 | "webpack": ">= 4" |
108 | 110 | } |
109 | 111 | } |
0 commit comments