From 24f01d6f56e25fb81fa9638529367f08a7a4eed6 Mon Sep 17 00:00:00 2001 From: David Zbarsky Date: Fri, 30 Aug 2024 10:44:41 -0400 Subject: [PATCH] Demote some dependnecies to devDependencies --- packages/sdk/package.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/packages/sdk/package.json b/packages/sdk/package.json index aba1cb4de..ad1cde8b8 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -54,6 +54,7 @@ "license": "UNLICENSED", "devDependencies": { "@airtable-blocks-internal/changelog-publish": "^1.0.2", + "@airtable/eslint-plugin-blocks": "^1.0.2", "@babel/cli": "^7.7.5", "@babel/core": "^7.7.5", "@babel/plugin-proposal-class-properties": "^7.7.4", @@ -71,6 +72,7 @@ "@types/enzyme": "^3.10.4", "@types/enzyme-adapter-react-16": "^1.0.5", "@types/fs-extra": "^8.0.1", + "@types/prettier": "^1.19.0", "@types/glob": "^7.1.1", "@types/jest": "^24.0.23", "@typescript-eslint/eslint-plugin": "^2.10.0", @@ -94,12 +96,9 @@ "typescript": "^3.7.3" }, "dependencies": { - "@airtable/eslint-plugin-blocks": "^1.0.2", "@babel/runtime": "^7.7.6", "@styled-system/core": "^5.1.2", "@types/hoist-non-react-statics": "^3.3.1", - "@types/lodash.omit": "^4.5.6", - "@types/prettier": "^1.19.0", "@types/prop-types": "^15.7.3", "@types/react": "^16.9.5", "@types/react-dom": "^16.9.1", @@ -109,7 +108,6 @@ "emotion": "^10.0.23", "fast-deep-equal": "^3.1.1", "hoist-non-react-statics": "^3.3.1", - "lodash.omit": "^4.5.0", "prop-types": "15.7.2", "react-window": "1.8.6", "use-subscription": "^1.3.0" @@ -142,7 +140,7 @@ }, "hooks": { "before:init": "../../bin/check-repo-for-release && yarn build && yarn test", - "after:bump": "yarn build", + "after:bump": "yarn build && rm -rf dist/types/{stories,test}", "after:release": "../../tools/git-mirror/bin/git-mirror sync @airtable/blocks@${version}" }, "npm": {