Skip to content

Commit 301493e

Browse files
committed
Demote some dependnecies to devDependencies
1 parent e389a94 commit 301493e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/sdk/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"license": "UNLICENSED",
5555
"devDependencies": {
5656
"@airtable-blocks-internal/changelog-publish": "^1.0.2",
57+
"@airtable/eslint-plugin-blocks": "^1.0.2",
5758
"@babel/cli": "^7.7.5",
5859
"@babel/core": "^7.7.5",
5960
"@babel/plugin-proposal-class-properties": "^7.7.4",
@@ -71,6 +72,8 @@
7172
"@types/enzyme": "^3.10.4",
7273
"@types/enzyme-adapter-react-16": "^1.0.5",
7374
"@types/fs-extra": "^8.0.1",
75+
"@types/lodash.omit": "^4.5.6",
76+
"@types/prettier": "^1.19.0",
7477
"@types/glob": "^7.1.1",
7578
"@types/jest": "^24.0.23",
7679
"@typescript-eslint/eslint-plugin": "^2.10.0",
@@ -87,19 +90,17 @@
8790
"eslint-plugin-jsdoc": "^15.12.0",
8891
"eslint-plugin-react": "^7.17.0",
8992
"eslint-plugin-react-hooks": "^2.3.0",
93+
"lodash.omit": "^4.5.0",
9094
"glob": "^7.1.6",
9195
"jest": "^24.9.0",
9296
"prettier": "^1.19.1",
9397
"prism-react-renderer": "^1.0.2",
9498
"typescript": "^3.7.3"
9599
},
96100
"dependencies": {
97-
"@airtable/eslint-plugin-blocks": "^1.0.2",
98101
"@babel/runtime": "^7.7.6",
99102
"@styled-system/core": "^5.1.2",
100103
"@types/hoist-non-react-statics": "^3.3.1",
101-
"@types/lodash.omit": "^4.5.6",
102-
"@types/prettier": "^1.19.0",
103104
"@types/prop-types": "^15.7.3",
104105
"@types/react": "^16.9.5",
105106
"@types/react-dom": "^16.9.1",
@@ -109,7 +110,6 @@
109110
"emotion": "^10.0.23",
110111
"fast-deep-equal": "^3.1.1",
111112
"hoist-non-react-statics": "^3.3.1",
112-
"lodash.omit": "^4.5.0",
113113
"prop-types": "15.7.2",
114114
"react-window": "1.8.6",
115115
"use-subscription": "^1.3.0"
@@ -142,7 +142,7 @@
142142
},
143143
"hooks": {
144144
"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}",
146146
"after:release": "../../tools/git-mirror/bin/git-mirror sync @airtable/blocks@${version}"
147147
},
148148
"npm": {

0 commit comments

Comments
 (0)