Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
140 changes: 70 additions & 70 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,75 +47,75 @@
},
"homepage": "https://github.com/tresko/react-datepicker#readme",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@storybook/addon-actions": "^5.1.11",
"@storybook/addon-knobs": "^5.1.11",
"@storybook/addon-links": "^5.1.11",
"@storybook/addon-viewport": "^5.1.11",
"@storybook/addons": "^5.1.11",
"@storybook/react": "^5.1.11",
"@testing-library/jest-dom": "^4.1.0",
"@testing-library/react": "^9.1.3",
"@testing-library/react-hooks": "^2.0.1",
"@types/jest": "^24.0.18",
"@types/react": "^16.9.2",
"@types/storybook__addon-actions": "^3.4.3",
"@types/storybook__addon-knobs": "^5.0.3",
"@types/storybook__react": "^4.0.2",
"@typescript-eslint/eslint-plugin": "^2.0.1-alpha.19",
"@typescript-eslint/parser": "^2.0.1-alpha.19",
"awesome-typescript-loader": "^5.2.1",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"commitizen": "^4.0.3",
"coveralls": "^3.0.6",
"cz-lerna-changelog": "^2.0.2",
"date-fns": "^2.0.0",
"eslint": "^6.2.1",
"eslint-config-prettier": "^6.1.0",
"eslint-config-react-app": "^5.0.1",
"eslint-plugin-flowtype": "^4.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.0.1",
"husky": "^3.0.4",
"is-ci-cli": "^1.1.1",
"jest": "^24.9.0",
"jest-config": "^24.9.0",
"jest-date-mock": "^1.0.7",
"jest-environment-jsdom": "^24.9.0",
"jest-environment-node": "^24.9.0",
"jest-runner-eslint": "^0.7.4",
"jest-serializer-html": "^7.0.0",
"jest-styled-components": "^6.3.3",
"jest-watch-select-projects": "^0.1.2",
"jest-watch-typeahead": "^0.4.0",
"lerna": "^3.16.4",
"lint-staged": "^9.2.3",
"npm-run-all": "^4.1.5",
"prettier": "^1.18.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-test-renderer": "^16.9.0",
"rimraf": "^3.0.0",
"rollup": "^1.20.1",
"rollup-plugin-analyzer": "^3.1.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.1.1",
"rollup-plugin-typescript2": "^0.23.0",
"rollup-plugin-visualizer": "^2.5.4",
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.8.0",
"ts-jest": "^24.0.2",
"typescript": "^3.5.3"
"@babel/core": "7.5.5",
"@babel/preset-env": "7.5.5",
"@babel/preset-react": "7.0.0",
"@storybook/addon-actions": "5.1.11",
"@storybook/addon-knobs": "5.1.11",
"@storybook/addon-links": "5.1.11",
"@storybook/addon-viewport": "5.1.11",
"@storybook/addons": "5.1.11",
"@storybook/react": "5.1.11",
"@testing-library/jest-dom": "4.1.0",
"@testing-library/react": "9.1.3",
"@testing-library/react-hooks": "2.0.1",
"@types/jest": "24.0.18",
"@types/react": "16.9.2",
"@types/storybook__addon-actions": "3.4.3",
"@types/storybook__addon-knobs": "5.0.3",
"@types/storybook__react": "4.0.2",
"@typescript-eslint/eslint-plugin": "2.0.1-alpha.19",
"@typescript-eslint/parser": "2.0.1-alpha.19",
"awesome-typescript-loader": "5.2.1",
"babel-eslint": "10.0.2",
"babel-loader": "8.0.6",
"commitizen": "4.0.3",
"coveralls": "3.0.6",
"cz-lerna-changelog": "2.0.2",
"date-fns": "2.0.0",
"eslint": "6.2.1",
"eslint-config-prettier": "6.1.0",
"eslint-config-react-app": "5.0.1",
"eslint-plugin-flowtype": "4.2.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.14.3",
"eslint-plugin-react-hooks": "2.0.1",
"husky": "3.0.4",
"is-ci-cli": "1.1.1",
"jest": "24.9.0",
"jest-config": "24.9.0",
"jest-date-mock": "1.0.7",
"jest-environment-jsdom": "24.9.0",
"jest-environment-node": "24.9.0",
"jest-runner-eslint": "0.7.4",
"jest-serializer-html": "7.0.0",
"jest-styled-components": "6.3.3",
"jest-watch-select-projects": "0.1.2",
"jest-watch-typeahead": "0.4.0",
"lerna": "3.16.4",
"lint-staged": "9.2.3",
"npm-run-all": "4.1.5",
"prettier": "1.18.2",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-test-renderer": "16.9.0",
"rimraf": "3.0.0",
"rollup": "1.20.1",
"rollup-plugin-analyzer": "3.1.2",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-commonjs": "10.0.2",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-terser": "5.1.1",
"rollup-plugin-typescript2": "0.23.0",
"rollup-plugin-visualizer": "2.5.4",
"stylelint": "10.1.0",
"stylelint-config-standard": "18.3.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.8.0",
"ts-jest": "24.0.2",
"typescript": "3.5.3"
},
"config": {
"commitizen": {
Expand All @@ -138,7 +138,7 @@
]
},
"resolutions": {
"@types/react": "^16.9.2"
"@types/react": "16.9.2"
},
"name": "react-datepicker"
}
10 changes: 5 additions & 5 deletions packages/styled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"styled-components": ">= 4.0.0"
},
"devDependencies": {
"@types/styled-components": "^4.1.18",
"@types/styled-system": "^5.1.0",
"csstype": "^2.6.6",
"date-fns": "^2.0.0",
"styled-components": "^4.3.2"
"@types/styled-components": "4.1.18",
"@types/styled-system": "5.1.0",
"csstype": "2.6.6",
"date-fns": "2.0.0",
"styled-components": "4.3.2"
},
"dependencies": {
"@datepicker-react/hooks": "^2.0.3",
Expand Down
Loading