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