|
63 | 63 | "build:lib": "src/**/*.js"
|
64 | 64 | },
|
65 | 65 | "dependencies": {
|
66 |
| - "@babel/runtime": "^7.12.0" |
| 66 | + "@babel/runtime": "^7.12.5" |
67 | 67 | },
|
68 | 68 | "devDependencies": {
|
69 |
| - "@babel/cli": "^7.12.0", |
70 |
| - "@babel/core": "^7.12.0", |
71 |
| - "@babel/plugin-transform-runtime": "^7.12.0", |
72 |
| - "@babel/polyfill": "^7.8.7", |
73 |
| - "@babel/preset-env": "^7.12.0", |
74 |
| - "@babel/preset-flow": "^7.9.0", |
| 69 | + "@babel/cli": "^7.12.7", |
| 70 | + "@babel/core": "^7.12.7", |
| 71 | + "@babel/plugin-transform-runtime": "^7.12.1", |
| 72 | + "@babel/polyfill": "^7.12.1", |
| 73 | + "@babel/preset-env": "^7.12.7", |
| 74 | + "@babel/preset-flow": "^7.12.1", |
75 | 75 | "@rollup/plugin-babel": "^5.2.1",
|
76 |
| - "@rollup/plugin-node-resolve": "^9.0.0", |
77 |
| - "@rollup/plugin-replace": "^2.3.2", |
| 76 | + "@rollup/plugin-node-resolve": "^10.0.0", |
| 77 | + "@rollup/plugin-replace": "^2.3.4", |
78 | 78 | "babel-eslint": "^10.1.0",
|
79 |
| - "babel-jest": "^26.5.2", |
| 79 | + "babel-jest": "^26.6.3", |
80 | 80 | "babel-plugin-add-module-exports": "^1.0.2",
|
81 | 81 | "babel-plugin-annotate-pure-calls": "^0.4.0",
|
82 | 82 | "babel-plugin-preval": "5.0.0",
|
83 | 83 | "cross-env": "^7.0.2",
|
84 | 84 | "cz-conventional-changelog": "^3.1.0",
|
85 | 85 | "documentation": "12.3.0",
|
86 |
| - "eslint": "^7.11.0", |
87 |
| - "eslint-config-airbnb-base": "^14.1.0", |
| 86 | + "eslint": "^7.14.0", |
| 87 | + "eslint-config-airbnb-base": "^14.2.1", |
88 | 88 | "eslint-plugin-import": "^2.22.1",
|
89 | 89 | "flow-bin": "^0.133.0",
|
90 | 90 | "flow-copy-source": "^2.0.8",
|
91 | 91 | "husky": "^4.2.5",
|
92 |
| - "jest": "^26.5.3", |
93 |
| - "lint-staged": "^10.4.0", |
| 92 | + "jest": "^26.6.3", |
| 93 | + "lint-staged": "^10.5.1", |
94 | 94 | "npm-watch": "^0.7.0",
|
95 |
| - "prettier": "^2.0.5", |
| 95 | + "prettier": "^2.2.0", |
96 | 96 | "pushstate-server": "^3.1.0",
|
97 | 97 | "ramda": "^0.27.0",
|
98 |
| - "rollup": "^2.31.0", |
| 98 | + "rollup": "^2.33.3", |
99 | 99 | "rollup-plugin-sourcemaps": "^0.6.3",
|
100 | 100 | "rollup-plugin-terser": "^7.0.2",
|
101 |
| - "semantic-release": "^17.2.1", |
102 |
| - "shx": "^0.3.2", |
| 101 | + "semantic-release": "^17.2.4", |
| 102 | + "shx": "^0.3.3", |
103 | 103 | "tsgen": "1.3.0",
|
104 |
| - "typescript": "4.0.3", |
| 104 | + "typescript": "4.1.2", |
105 | 105 | "validate-commit-msg": "^2.14.0"
|
106 | 106 | },
|
107 | 107 | "config": {
|
|
0 commit comments