|
13 | 13 | "esnext": "dist/entrepot.esm.js", |
14 | 14 | "sideEffects": false, |
15 | 15 | "devDependencies": { |
16 | | - "@babel/core": "7.12.10", |
17 | | - "@babel/eslint-parser": "7.12.1", |
18 | | - "@babel/eslint-plugin": "7.12.1", |
19 | | - "@babel/plugin-external-helpers": "7.12.1", |
20 | | - "@babel/plugin-transform-runtime": "7.12.10", |
21 | | - "@babel/preset-env": "7.12.11", |
| 16 | + "@babel/core": "7.13.8", |
| 17 | + "@babel/eslint-parser": "7.13.8", |
| 18 | + "@babel/eslint-plugin": "7.13.0", |
| 19 | + "@babel/plugin-external-helpers": "7.12.13", |
| 20 | + "@babel/plugin-transform-runtime": "7.13.9", |
| 21 | + "@babel/preset-env": "7.13.9", |
22 | 22 | "@poool/eslint-config": "1.4.2", |
23 | 23 | "@poool/eslint-plugin": "1.4.2", |
24 | 24 | "@rollup/plugin-babel": "5.2.2", |
|
57 | 57 | "lint": "./node_modules/.bin/eslint ." |
58 | 58 | }, |
59 | 59 | "dependencies": { |
60 | | - "@babel/runtime-corejs3": "7.12.5", |
| 60 | + "@babel/runtime-corejs3": "7.13.9", |
61 | 61 | "core-js": "3.8.1", |
62 | 62 | "js-cookie": "2.2.1", |
63 | 63 | "query-string": "6.13.8" |
|
0 commit comments