|
54 | 54 | "license": "UNLICENSED", |
55 | 55 | "devDependencies": { |
56 | 56 | "@airtable-blocks-internal/changelog-publish": "^1.0.2", |
| 57 | + "@airtable/eslint-plugin-blocks": "^1.0.2", |
57 | 58 | "@babel/cli": "^7.7.5", |
58 | 59 | "@babel/core": "^7.7.5", |
59 | 60 | "@babel/plugin-proposal-class-properties": "^7.7.4", |
|
71 | 72 | "@types/enzyme": "^3.10.4", |
72 | 73 | "@types/enzyme-adapter-react-16": "^1.0.5", |
73 | 74 | "@types/fs-extra": "^8.0.1", |
| 75 | + "@types/lodash.omit": "^4.5.6", |
| 76 | + "@types/prettier": "^1.19.0", |
74 | 77 | "@types/glob": "^7.1.1", |
75 | 78 | "@types/jest": "^24.0.23", |
76 | 79 | "@typescript-eslint/eslint-plugin": "^2.10.0", |
|
87 | 90 | "eslint-plugin-jsdoc": "^15.12.0", |
88 | 91 | "eslint-plugin-react": "^7.17.0", |
89 | 92 | "eslint-plugin-react-hooks": "^2.3.0", |
| 93 | + "lodash.omit": "^4.5.0", |
90 | 94 | "glob": "^7.1.6", |
91 | 95 | "jest": "^24.9.0", |
92 | 96 | "prettier": "^1.19.1", |
93 | 97 | "prism-react-renderer": "^1.0.2", |
94 | 98 | "typescript": "^3.7.3" |
95 | 99 | }, |
96 | 100 | "dependencies": { |
97 | | - "@airtable/eslint-plugin-blocks": "^1.0.2", |
98 | 101 | "@babel/runtime": "^7.7.6", |
99 | 102 | "@styled-system/core": "^5.1.2", |
100 | 103 | "@types/hoist-non-react-statics": "^3.3.1", |
101 | | - "@types/lodash.omit": "^4.5.6", |
102 | | - "@types/prettier": "^1.19.0", |
103 | 104 | "@types/prop-types": "^15.7.3", |
104 | 105 | "@types/react": "^16.9.5", |
105 | 106 | "@types/react-dom": "^16.9.1", |
|
109 | 110 | "emotion": "^10.0.23", |
110 | 111 | "fast-deep-equal": "^3.1.1", |
111 | 112 | "hoist-non-react-statics": "^3.3.1", |
112 | | - "lodash.omit": "^4.5.0", |
113 | 113 | "prop-types": "15.7.2", |
114 | 114 | "react-window": "1.8.6", |
115 | 115 | "use-subscription": "^1.3.0" |
|
142 | 142 | }, |
143 | 143 | "hooks": { |
144 | 144 | "before:init": "../../bin/check-repo-for-release && yarn build && yarn test", |
145 | | - "after:bump": "yarn build", |
| 145 | + "after:bump": "yarn build && rm -rf dist/types/{stories,test}", |
146 | 146 | "after:release": "../../tools/git-mirror/bin/git-mirror sync @airtable/blocks@${version}" |
147 | 147 | }, |
148 | 148 | "npm": { |
|
0 commit comments