|
17 | 17 | "dev": "yarn run clean && cross-env BABEL_ENV=commonjs babel src -d lib --watch",
|
18 | 18 | "start": "parcel examples/index.html -d examples/dist --cache-dir examples/cache --open",
|
19 | 19 | "lint": "eslint src/ --ext .js,.tsx,.ts",
|
20 |
| - "prepublishOnly": "yarn run test && yarn run clean && yarn run build", |
| 20 | + "prepublishOnly": "yarn run test && yarn run lint && yarn run ts:check && yarn run clean && yarn run build", |
21 | 21 | "test": "jest",
|
22 | 22 | "test:coverage": "jest --coverage",
|
23 | 23 | "ts:check": "tsc -p tsconfig.json --allowJs false --noEmit --emitDeclarationOnly false"
|
|
53 | 53 | },
|
54 | 54 | "homepage": "https://github.com/braposo/react-text-loop#readme",
|
55 | 55 | "devDependencies": {
|
56 |
| - "@babel/cli": "^7.7.0", |
57 |
| - "@babel/core": "^7.7.2", |
58 |
| - "@babel/plugin-proposal-class-properties": "^7.7.0", |
59 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.6.2", |
60 |
| - "@babel/plugin-transform-modules-commonjs": "^7.7.0", |
61 |
| - "@babel/preset-env": "^7.7.1", |
62 |
| - "@babel/preset-react": "^7.7.0", |
63 |
| - "@babel/preset-typescript": "^7.7.2", |
| 56 | + "@babel/cli": "^7.7.5", |
| 57 | + "@babel/core": "^7.7.5", |
| 58 | + "@babel/plugin-proposal-class-properties": "^7.7.4", |
| 59 | + "@babel/plugin-proposal-object-rest-spread": "^7.7.4", |
| 60 | + "@babel/plugin-transform-modules-commonjs": "^7.7.5", |
| 61 | + "@babel/preset-env": "^7.7.6", |
| 62 | + "@babel/preset-react": "^7.7.4", |
| 63 | + "@babel/preset-typescript": "^7.7.4", |
64 | 64 | "@testing-library/jest-dom": "^4.2.4",
|
65 |
| - "@testing-library/react": "^9.3.2", |
| 65 | + "@testing-library/react": "^9.4.0", |
66 | 66 | "@types/jest": "^24.0.23",
|
67 |
| - "@types/node": "^12.12.8", |
68 |
| - "@types/react": "^16.9.11", |
| 67 | + "@types/node": "^12.12.17", |
| 68 | + "@types/react": "^16.9.16", |
69 | 69 | "@types/react-dom": "^16.9.4",
|
70 | 70 | "@types/react-motion": "^0.0.29",
|
71 |
| - "@typescript-eslint/eslint-plugin": "^2.7.0", |
72 |
| - "@typescript-eslint/parser": "^2.7.0", |
| 71 | + "@typescript-eslint/eslint-plugin": "^2.11.0", |
| 72 | + "@typescript-eslint/parser": "^2.11.0", |
73 | 73 | "babel-eslint": "^10.0.3",
|
74 | 74 | "babel-loader": "^8.0.6",
|
75 | 75 | "cross-env": "^6.0.3",
|
76 |
| - "eslint": "^6.6.0", |
| 76 | + "eslint": "^6.7.2", |
77 | 77 | "eslint-config-airbnb-base": "^14.0.0",
|
78 |
| - "eslint-config-prettier": "^6.6.0", |
79 |
| - "eslint-plugin-import": "^2.18.2", |
| 78 | + "eslint-config-prettier": "^6.7.0", |
| 79 | + "eslint-plugin-import": "^2.19.1", |
80 | 80 | "eslint-plugin-prettier": "^3.1.1",
|
81 |
| - "eslint-plugin-react": "^7.16.0", |
| 81 | + "eslint-plugin-react": "^7.17.0", |
82 | 82 | "jest": "^24.9.0",
|
83 | 83 | "npm-run-all": "^4.1.5",
|
84 | 84 | "parcel-bundler": "^1.12.4",
|
|
87 | 87 | "react-dom": "^16.12.0",
|
88 | 88 | "rimraf": "^3.0.0",
|
89 | 89 | "source-map-loader": "^0.2.4",
|
90 |
| - "ts-jest": "^24.1.0", |
91 |
| - "typescript": "^3.7.2", |
| 90 | + "ts-jest": "^24.2.0", |
| 91 | + "typescript": "^3.7.3", |
92 | 92 | "webpack": "^4.41.2",
|
93 | 93 | "webpack-cli": "^3.3.10"
|
94 | 94 | },
|
|
0 commit comments