Skip to content

Commit

Permalink
fix styled components dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Dec 19, 2020
1 parent 6944b93 commit d3b1a38
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "material-survey",
"version": "1.0.38",
"version": "1.0.40",
"description": "Material UI Survey Framework",
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
"prebuild": "rimraf dist",
"build": "npm run build:cjs && cp ./package.json ./dist/package.json && cp ./README.md ./dist/README.md",
"build:format": "babel --plugins=babel-plugin-flow-runtime --presets=@babel/preset-flow ./src/material-survey-format.js.flow --out-file=./src/material-survey-format.js",
"build:cjs": "NODE_ENV=production babel ./src --config-file ./build.config.js --out-dir ./dist --ignore \"**/*.test.js\" --ignore \"**/*.story.js\" --copy-files",
"build:cjs": "babel ./src --config-file ./build.config.js --out-dir ./dist --ignore \"**/*.test.js\" --ignore \"**/*.story.js\" --copy-files",
"build-storybook": "build-storybook",
"release": "npm run build && npm publish dist",
"deploy-storybook": "storybook-to-ghpages"
Expand Down Expand Up @@ -47,15 +47,18 @@
"react": "^16.9.0",
"react-markdown": "^4.0.4",
"rimraf": "^2.6.3",
"styled-components": "^4.1.2",
"storybook-addon-prettier-source": "^2.1.2",
"zipcodes": "^8.0.0"
},
"peerDependencies": {
"styled-components": "^4.1.2"
},
"dependencies": {
"k-choice-sort": "^1.0.9",
"lodash": "^4.17.11",
"react-dropzone": "^8.0.1",
"react-select": "^3.0.8",
"styled-components": "^4.1.2",
"surveyjs-expression-eval": "^1.0.2"
}
}

0 comments on commit d3b1a38

Please sign in to comment.