Skip to content

Commit 2968845

Browse files
committed
chore(scarf): add scarf package analytics dependency
Adds scarf.sh dependency to track library and documentation usage.
1 parent 8cfe69d commit 2968845

File tree

2 files changed

+392
-197
lines changed

2 files changed

+392
-197
lines changed

package.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -63,45 +63,46 @@
6363
"build:lib": "src/**/*.js"
6464
},
6565
"dependencies": {
66-
"@babel/runtime": "^7.12.5"
66+
"@babel/runtime": "^7.12.5",
67+
"@scarf/scarf": "^1.1.0"
6768
},
6869
"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",
7273
"@babel/polyfill": "^7.12.1",
73-
"@babel/preset-env": "^7.12.7",
74+
"@babel/preset-env": "^7.12.11",
7475
"@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",
7778
"@rollup/plugin-replace": "^2.3.4",
7879
"babel-eslint": "^10.1.0",
7980
"babel-jest": "^26.6.3",
8081
"babel-plugin-add-module-exports": "^1.0.2",
8182
"babel-plugin-annotate-pure-calls": "^0.4.0",
8283
"babel-plugin-preval": "5.0.0",
83-
"cross-env": "^7.0.2",
84+
"cross-env": "^7.0.3",
8485
"cz-conventional-changelog": "^3.1.0",
8586
"documentation": "12.3.0",
86-
"eslint": "^7.14.0",
87+
"eslint": "^7.18.0",
8788
"eslint-config-airbnb-base": "^14.2.1",
8889
"eslint-plugin-import": "^2.22.1",
8990
"flow-bin": "^0.133.0",
9091
"flow-copy-source": "^2.0.8",
91-
"husky": "^4.2.5",
92+
"husky": "^4.3.8",
9293
"jest": "^26.6.3",
93-
"lint-staged": "^10.5.2",
94+
"lint-staged": "^10.5.3",
9495
"npm-watch": "^0.7.0",
95-
"prettier": "^2.2.0",
96+
"prettier": "^2.2.1",
9697
"pushstate-server": "^3.1.0",
9798
"ramda": "^0.27.0",
98-
"rollup": "^2.33.3",
99+
"rollup": "^2.38.0",
99100
"rollup-plugin-sourcemaps": "^0.6.3",
100101
"rollup-plugin-terser": "^7.0.2",
101-
"semantic-release": "^17.3.0",
102+
"semantic-release": "^17.3.7",
102103
"shx": "^0.3.3",
103104
"tsgen": "1.3.0",
104-
"typescript": "4.1.2",
105+
"typescript": "4.1.3",
105106
"validate-commit-msg": "^2.14.0"
106107
},
107108
"config": {

0 commit comments

Comments
 (0)