|
1 | 1 | { |
2 | 2 | "name": "@user-interviews/ui-design-system", |
3 | | - "version": "1.24.1", |
| 3 | + "version": "1.25.0", |
4 | 4 | "dependencies": { |
| 5 | + "react-bootstrap": "^2.0.2", |
5 | 6 | "react-router-dom": "^5.2.0", |
6 | 7 | "react-select": "^3.0.8", |
7 | 8 | "react-transition-group": "^4.3.0", |
|
43 | 44 | "@popperjs/core": "^2.5.3", |
44 | 45 | "bootstrap": "5.0", |
45 | 46 | "classnames": "^2.2.5", |
46 | | - "node-sass": "^4.13.0", |
47 | 47 | "prop-types": "^15.6.1", |
48 | 48 | "react": "^16.12.0", |
49 | 49 | "react-copy-to-clipboard": "^5.0.2", |
50 | 50 | "react-dom": "^16.12.0", |
51 | 51 | "react-modal": "^3.12.1", |
52 | 52 | "react-popper": "^2.2.3", |
53 | | - "react-tracking": "^8.1.0" |
| 53 | + "react-tracking": "^8.1.0", |
| 54 | + "styled-components": "^5.3.3" |
54 | 55 | }, |
55 | 56 | "devDependencies": { |
56 | 57 | "@babel/cli": "^7.8.4", |
|
78 | 79 | "@storybook/addons": "^6.2.1", |
79 | 80 | "@storybook/react": "^6.2.1", |
80 | 81 | "@storybook/storybook-deployer": "^2.8.7", |
| 82 | + "@testing-library/jest-dom": "^5.15.0", |
| 83 | + "@testing-library/react": "^12.1.2", |
81 | 84 | "@testing-library/react-hooks": "^3.2.1", |
| 85 | + "@testing-library/user-event": "^13.5.0", |
82 | 86 | "babel-eslint": "^10.0.3", |
83 | 87 | "babel-loader": "^8.0.6", |
84 | 88 | "babel-plugin-module-resolver": "^4.0.0", |
|
100 | 104 | "eslint-plugin-react-hooks": "^2.5.1", |
101 | 105 | "eslint-utils": "^1.4.3", |
102 | 106 | "jest": "^26.6.3", |
103 | | - "node-sass": "4.13.1", |
| 107 | + "node-sass": "^4.14.1", |
104 | 108 | "nodemon": "^2.0.15", |
105 | 109 | "prop-types": "^15.6.1", |
106 | 110 | "react": "16.14.0", |
|
111 | 115 | "react-test-renderer": "^16.12.0", |
112 | 116 | "react-tracking": "8.1.0", |
113 | 117 | "sass-loader": "^8.0.2", |
114 | | - "style-loader": "^1.1.3" |
| 118 | + "style-loader": "^1.1.3", |
| 119 | + "styled-components": "^5.3.3" |
| 120 | + }, |
| 121 | + "resolutions": { |
| 122 | + "styled-components": "^5" |
115 | 123 | }, |
116 | 124 | "description": "UI Storybook design system", |
117 | 125 | "files": [ |
|
0 commit comments