Skip to content

Commit

Permalink
Merge e8039d4 into feb20ca
Browse files Browse the repository at this point in the history
  • Loading branch information
spautz committed Jan 29, 2020
2 parents feb20ca + e8039d4 commit f09912c
Show file tree
Hide file tree
Showing 3 changed files with 1,169 additions and 1,386 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.14.0
12.14.1
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"test:report": "jest --coverage --coverageReporters=text-lcov | coveralls",
"test:watch": "jest --watch",
"types": "tsc --noEmit src/index.ts src/hooks.ts",
"types:everything": "find . -name '*.ts' | grep -v node_modules | xargs tsc --noEmit",
"____ HOOKS _________________________________________________________": "",
"prebuild": "yon clean",
"postbuild": "node ./scripts/copy-files.js && yon build:check",
Expand All @@ -48,27 +49,27 @@
"dependencies": {},
"devDependencies": {
"@rollup/plugin-replace": "^2.3.0",
"@types/jest": "^24.0.25",
"@types/node": "^13.1.6",
"@types/react": "^16.9.17",
"@typescript-eslint/eslint-plugin": "^2.15.0",
"@typescript-eslint/parser": "^2.15.0",
"@types/jest": "^25.1.0",
"@types/node": "^13.5.1",
"@types/react": "^16.9.19",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"coveralls": "^3.0.9",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"husky": "^3.1.0",
"jest": "^24.9.0",
"lint-staged": "^9.5.0",
"husky": "^4.2.1",
"jest": "^25.1.0",
"lint-staged": "^10.0.3",
"prettier": "^1.19.1",
"react": "^16.8.0",
"rimraf": "^3.0.0",
"rollup": "^1.29.0",
"rollup-plugin-terser": "^5.1.3",
"rimraf": "^3.0.1",
"rollup": "^1.30.1",
"rollup-plugin-terser": "^5.2.0",
"rollup-plugin-typescript2": "^0.25.3",
"ts-jest": "^24.3.0",
"ts-jest": "^25.0.0",
"tslib": "^1.10.0",
"typescript": "^3.7.4",
"typescript": "^3.7.5",
"yarn-or-npm": "^3.0.1"
},
"optionalDependencies": {
Expand Down Expand Up @@ -99,8 +100,7 @@
},
"lint-staged": {
"**/*.{css,html,js,json,less,md,scss,ts}": [
"prettier --write",
"git add"
"prettier --write"
]
},
"husky": {
Expand Down
Loading

0 comments on commit f09912c

Please sign in to comment.