|
34 | 34 | "docs:publish": "npm run docs:build && cd example && rimraf .git && git init && git commit --allow-empty -m 'update docs' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'update docs' && git push [email protected]:andreypopp/react-textarea-autosize gh-pages --force",
|
35 | 35 | "clean": "rimraf dist",
|
36 | 36 | "lint": "eslint src",
|
37 |
| - "update:size": "cross-env ROLLUP_BUILDS=browser_esm npm run build && node scripts/update-size.js && git add README.md", |
38 | 37 | "prepare": "npm run build",
|
39 | 38 | "preversion": "npm run lint && npm test",
|
40 | 39 | "release:patch": "npm version patch && npm publish && git push --follow-tags",
|
41 | 40 | "release:minor": "npm version minor && npm publish && git push --follow-tags",
|
42 | 41 | "release:major": "npm version major && npm publish && git push --follow-tags",
|
43 |
| - "size": "size-limit", |
44 | 42 | "test": "jest",
|
45 | 43 | "test:watch": "npm test -- --watch"
|
46 | 44 | },
|
47 | 45 | "peerDependencies": {
|
48 | 46 | "react": ">=0.14.0 <17.0.0"
|
49 | 47 | },
|
50 | 48 | "dependencies": {
|
51 |
| - "@babel/runtime": "^7.1.2", |
52 |
| - "prop-types": "^15.6.0" |
| 49 | + "@babel/runtime": "^7.8.4", |
| 50 | + "prop-types": "^15.7.2" |
53 | 51 | },
|
54 | 52 | "devDependencies": {
|
55 |
| - "@babel/core": "^7.2.2", |
56 |
| - "@babel/helper-module-imports": "^7.0.0", |
57 |
| - "@babel/plugin-proposal-class-properties": "^7.3.0", |
58 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.3.2", |
59 |
| - "@babel/plugin-transform-runtime": "^7.2.0", |
60 |
| - "@babel/preset-env": "^7.3.1", |
61 |
| - "@babel/preset-react": "^7.0.0", |
62 |
| - "@rollup/plugin-replace": "^2.2.0", |
63 |
| - "@testing-library/jest-dom": "^4.2.0", |
64 |
| - "@testing-library/react": "^9.3.0", |
65 |
| - "babel-eslint": "11.0.0-beta.0", |
66 |
| - "babel-plugin-macros": "^2.2.2", |
67 |
| - "babel-plugin-transform-define": "^1.3.0", |
68 |
| - "babel-plugin-transform-react-remove-prop-types": "^0.4.13", |
69 |
| - "bytes": "^3.0.0", |
70 |
| - "cross-env": "^5.0.1", |
71 |
| - "eslint": "^5.13.0", |
72 |
| - "eslint-config-prettier": "^4.0.0", |
73 |
| - "eslint-plugin-prettier": "^3.0.1", |
74 |
| - "eslint-plugin-react": "^7.12.4", |
75 |
| - "husky": "^1.0.1", |
76 |
| - "jest": "^24.1.0", |
77 |
| - "lint-staged": "^8.1.3", |
78 |
| - "prettier": "^1.16.4", |
79 |
| - "react": "^16.5.2", |
80 |
| - "react-dom": "^16.5.2", |
81 |
| - "rimraf": "^2.6.1", |
82 |
| - "rollup": "^1.1.2", |
83 |
| - "rollup-plugin-babel": "^4.0.3", |
84 |
| - "rollup-plugin-commonjs": "^9.1.8", |
85 |
| - "rollup-plugin-node-resolve": "^4.0.0", |
86 |
| - "rollup-plugin-uglify": "^6.0.0", |
87 |
| - "size-limit": "^0.21.1", |
88 |
| - "terser": "^3.7.6" |
| 53 | + "@babel/core": "^7.8.6", |
| 54 | + "@babel/helper-module-imports": "^7.8.3", |
| 55 | + "@babel/plugin-proposal-class-properties": "^7.8.3", |
| 56 | + "@babel/plugin-proposal-object-rest-spread": "^7.8.3", |
| 57 | + "@babel/plugin-transform-runtime": "^7.8.3", |
| 58 | + "@babel/preset-env": "^7.8.6", |
| 59 | + "@babel/preset-react": "^7.8.3", |
| 60 | + "@rollup/plugin-commonjs": "^11.0.2", |
| 61 | + "@rollup/plugin-node-resolve": "^7.1.1", |
| 62 | + "@rollup/plugin-replace": "^2.3.1", |
| 63 | + "@testing-library/jest-dom": "^5.1.1", |
| 64 | + "@testing-library/react": "^9.4.1", |
| 65 | + "babel-eslint": "11.0.0-beta.2", |
| 66 | + "babel-plugin-macros": "^2.8.0", |
| 67 | + "babel-plugin-transform-define": "^2.0.0", |
| 68 | + "babel-plugin-transform-react-remove-prop-types": "^0.4.24", |
| 69 | + "bytes": "^3.1.0", |
| 70 | + "cross-env": "^7.0.0", |
| 71 | + "eslint": "^6.8.0", |
| 72 | + "eslint-config-prettier": "^6.10.0", |
| 73 | + "eslint-plugin-prettier": "^3.1.2", |
| 74 | + "eslint-plugin-react": "^7.18.3", |
| 75 | + "husky": "^4.2.3", |
| 76 | + "jest": "^25.1.0", |
| 77 | + "lint-staged": "^10.0.8", |
| 78 | + "prettier": "^1.19.1", |
| 79 | + "react": "^16.13.0", |
| 80 | + "react-dom": "^16.13.0", |
| 81 | + "rimraf": "^3.0.2", |
| 82 | + "rollup": "^1.32.0", |
| 83 | + "rollup-plugin-babel": "^4.3.3", |
| 84 | + "rollup-plugin-uglify": "^6.0.4", |
| 85 | + "terser": "^4.6.4" |
89 | 86 | }
|
90 | 87 | }
|
0 commit comments