|
35 | 35 | "percy": "build-storybook -c .storybook && percy-storybook --widths=1280" |
36 | 36 | }, |
37 | 37 | "dependencies": { |
38 | | - "@emotion/core": "^10.1.1", |
39 | | - "@emotion/styled": "^10.0.27", |
| 38 | + "@emotion/cache": "^11.11.0", |
| 39 | + "@emotion/react": "^11.11.0", |
| 40 | + "@emotion/styled": "^11.11.0", |
40 | 41 | "@styled-system/css": "^5.1.5", |
41 | 42 | "@styled-system/theme-get": "5.0.16", |
42 | | - "emotion-theming": "^10.0.27", |
43 | 43 | "polished": "^2.3.0", |
44 | 44 | "prop-types": "^15.6.0", |
45 | | - "react": "^16.8.6", |
46 | | - "react-dom": "^16.8.6", |
| 45 | + "react": "^18.3.1", |
| 46 | + "react-dom": "^18.3.1", |
47 | 47 | "styled-system": "^5.0.16" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
|
54 | 54 | "@babel/preset-react": "^7.0.0", |
55 | 55 | "@babel/preset-typescript": "^7.1.0", |
56 | 56 | "@babel/runtime": "^7.0.0", |
57 | | - "@emotion/babel-preset-css-prop": "^10.0.14", |
| 57 | + "@emotion/babel-plugin": "^11.11.0", |
| 58 | + "@emotion/jest": "^11.11.0", |
58 | 59 | "@lightspeed/browserslist-config": "^0.1.2", |
59 | 60 | "@lightspeed/config-prettier": "^0.1.2", |
60 | 61 | "@lightspeed/config-typescript": "^0.2.0", |
|
72 | 73 | "@types/jest": "^25.2.3", |
73 | 74 | "@types/lodash": "^4.14.123", |
74 | 75 | "@types/luxon": "^1.15.2", |
| 76 | + "@types/minimatch": "^3.0.3", |
75 | 77 | "@types/react": "^18.3.26", |
76 | 78 | "@types/react-test-renderer": "^16.8.3", |
77 | 79 | "babel-eslint": "^10.0.1", |
78 | 80 | "babel-jest": "^26.0.1", |
79 | 81 | "babel-loader": "^8.0.4", |
80 | | - "babel-plugin-emotion": "^10.0.0", |
81 | 82 | "babel-plugin-module-resolver": "^4.0.0", |
82 | 83 | "babel-plugin-transform-object-rest-spread": "^6.26.0", |
83 | 84 | "babel-plugin-transform-react-remove-prop-types": "^0.4.13", |
|
96 | 97 | "husky": "^0.14.3", |
97 | 98 | "identity-obj-proxy": "^3.0.0", |
98 | 99 | "jest": "^26.0.1", |
99 | | - "jest-emotion": "^10.0.0", |
100 | 100 | "lerna": "^3.10.2", |
101 | 101 | "lint-staged": "^7.1.2", |
102 | 102 | "plop": "^2.4.0", |
|
106 | 106 | "prettier": "^1.16.1", |
107 | 107 | "raw-loader": "4.0.1", |
108 | 108 | "react-docgen-typescript": "~2.2.2", |
109 | | - "react-test-renderer": "^16.8.6", |
| 109 | + "react-test-renderer": "^18.3.1", |
110 | 110 | "sass": "^1.14.3", |
111 | 111 | "sass-loader": "^7.1.0", |
112 | | - "storybook-readme": "^5.0.8", |
113 | 112 | "style-loader": "^0.21.0", |
114 | 113 | "typescript": "^4.9.5", |
115 | 114 | "webpack": "^4.41.2", |
|
119 | 118 | "resolutions": { |
120 | 119 | "@types/react": "18.3.26", |
121 | 120 | "@types/react-dom": "^18.0.0", |
122 | | - "react-docgen-typescript": "~2.2.2" |
| 121 | + "react": "18.3.1", |
| 122 | + "react-dom": "18.3.1", |
| 123 | + "react-docgen-typescript": "~2.2.2", |
| 124 | + "@emotion/react": "^11.11.0", |
| 125 | + "@emotion/core": "npm:@emotion/react@^11.11.0", |
| 126 | + "@emotion/styled": "^11.11.0", |
| 127 | + "@emotion/styled-base": "npm:@emotion/styled@^11.11.0", |
| 128 | + "emotion-theming": "npm:@emotion/react@^11.11.0" |
123 | 129 | }, |
124 | 130 | "lint-staged": { |
125 | 131 | "*.{ts,tsx,js,jsx,json,css,scss,md}": [ |
|
0 commit comments