|
26 | 26 | ],
|
27 | 27 | "license": "BSD-3-Clause",
|
28 | 28 | "peerDependencies": {
|
29 |
| - "react": "17.0.1", |
30 |
| - "react-dom": "17.0.1", |
| 29 | + "bs-platform": "7 | 8 | 9", |
| 30 | + "react": "17", |
| 31 | + "react-dom": "17", |
31 | 32 | "reason-react": ">=0.9.1"
|
32 | 33 | },
|
33 | 34 | "dependencies": {
|
34 |
| - "@storybook/storybook-deployer": "^2.8.8", |
35 | 35 | "bs-css-emotion": "^3.0.0",
|
36 | 36 | "bs-flexboxgrid": "^3.0.0",
|
37 | 37 | "bs-webapi": "^0.19.1",
|
38 | 38 | "react-icons": "^4.2.0",
|
39 |
| - "react-syntax-highlighter": "^15.4.3", |
40 |
| - "regenerator-runtime": "^0.13.5", |
| 39 | + "react-syntax-highlighter": "^15.4.4", |
41 | 40 | "storybook-dark-mode": "^1.0.8"
|
42 | 41 | },
|
43 | 42 | "devDependencies": {
|
44 | 43 | "@babel/core": "^7.14.3",
|
45 | 44 | "@glennsl/bs-jest": "^0.7.0",
|
46 |
| - "@storybook/addon-actions": "^6.2.9", |
47 |
| - "@storybook/addon-links": "^6.2.9", |
48 |
| - "@storybook/addons": "^6.2.9", |
49 |
| - "@storybook/api": "^6.2.9", |
50 |
| - "@storybook/components": "^6.2.9", |
51 |
| - "@storybook/core": "^6.2.9", |
52 |
| - "@storybook/core-events": "^6.2.9", |
53 |
| - "@storybook/react": "^6.2.9", |
54 |
| - "@storybook/theming": "^6.2.9", |
| 45 | + "@storybook/addon-actions": "^6.3.6", |
| 46 | + "@storybook/addon-postcss": "^2.0.0", |
| 47 | + "autoprefixer": "^10.3.1", |
| 48 | + "postcss-flexbugs-fixes": "^5.0.2", |
| 49 | + "@storybook/addon-links": "^6.3.6", |
| 50 | + "@storybook/addons": "^6.3.6", |
| 51 | + "@storybook/api": "^6.3.6", |
| 52 | + "@storybook/components": "^6.3.6", |
| 53 | + "@storybook/core": "^6.3.6", |
| 54 | + "@storybook/core-events": "^6.3.6", |
| 55 | + "@storybook/react": "^6.3.6", |
| 56 | + "@storybook/storybook-deployer": "^2.8.10", |
| 57 | + "@storybook/theming": "^6.3.6", |
55 | 58 | "babel-loader": "^8.2.2",
|
56 |
| - "bs-platform": "^8.3.1", |
57 |
| - "html-webpack-plugin": "^5.3.1", |
| 59 | + "bs-platform": "^9.0.2", |
| 60 | + "html-webpack-plugin": "^5.3.2", |
58 | 61 | "husky": "^4.3.8",
|
59 | 62 | "lint-staged": "^10.4.2",
|
60 |
| - "prettier": "^2.3.0", |
61 |
| - "react": "17.0.1", |
62 |
| - "react-dom": "17.0.1", |
| 63 | + "prettier": "^2.3.2", |
| 64 | + "react": "17.0.2", |
| 65 | + "react-dom": "17.0.2", |
63 | 66 | "react-scripts": "^4.0.3",
|
64 |
| - "reason-react": ">=0.9.1" |
| 67 | + "reason-react": ">=0.9.1", |
| 68 | + "regenerator-runtime": "^0.13.9" |
65 | 69 | },
|
66 | 70 | "jest": {
|
67 | 71 | "transformIgnorePatterns": [
|
68 | 72 | "node_modules/(?!(@glennsl|bs-platform|bs-css)/)"
|
69 | 73 | ]
|
70 | 74 | },
|
71 | 75 | "resolutions": {
|
72 |
| - "browserslist": "^4.16.5", |
73 |
| - "glob-parent": "^5.1.2", |
74 |
| - "normalize-url": "^4.5.1", |
75 |
| - "merge-deep": "^3.0.3", |
76 |
| - "dns-packet": "^1.3.2", |
77 |
| - "css-what": "^5.0.1" |
| 76 | + "trim": ">=0.0.3", |
| 77 | + "tar": ">=6.1.2", |
| 78 | + "prismjs": ">=1.24.0", |
| 79 | + "glob-parent": ">=5.1.2", |
| 80 | + "postcss": ">=8.2.10", |
| 81 | + "browserslist": ">=4.16.5", |
| 82 | + "ws": ">=7.4.6" |
78 | 83 | },
|
79 | 84 | "husky": {
|
80 | 85 | "hooks": {
|
|
0 commit comments