Skip to content

Commit

Permalink
Demote some dependnecies to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbarsky committed Aug 30, 2024
1 parent e389a94 commit 301493e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -71,6 +72,8 @@
"@types/enzyme": "^3.10.4",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/fs-extra": "^8.0.1",
"@types/lodash.omit": "^4.5.6",
"@types/prettier": "^1.19.0",
"@types/glob": "^7.1.1",
"@types/jest": "^24.0.23",
"@typescript-eslint/eslint-plugin": "^2.10.0",
Expand All @@ -87,19 +90,17 @@
"eslint-plugin-jsdoc": "^15.12.0",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"lodash.omit": "^4.5.0",
"glob": "^7.1.6",
"jest": "^24.9.0",
"prettier": "^1.19.1",
"prism-react-renderer": "^1.0.2",
"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",
Expand All @@ -109,7 +110,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"
Expand Down Expand Up @@ -142,7 +142,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": {
Expand Down

0 comments on commit 301493e

Please sign in to comment.