|
6 | 6 | "private": true,
|
7 | 7 | "scripts": {
|
8 | 8 | "prepare": "husky install",
|
9 |
| - "postinstall": "manypkg check && preconstruct dev && yarn compile-css-modules && yarn --cwd website && yarn --cwd website-components-playground", |
| 9 | + "postinstall": "manypkg check && preconstruct dev && yarn compile-css-modules", |
10 | 10 | "auth": "npm_config_registry=https://registry.npmjs.org npm whoami",
|
11 | 11 | "clean": "manypkg exec rm -rf build dist test-utils/dist experimental/dist task/dist add-commands/dist",
|
12 | 12 | "extract-intl": "formatjs extract --format=$(pwd)/packages/i18n/transifex-transformer.js --out-file=$(pwd)/packages/i18n/data/core.json 'packages/**/*messages.ts'",
|
|
65 | 65 | "packages-backend/*",
|
66 | 66 | "application-templates/*",
|
67 | 67 | "playground",
|
68 |
| - "visual-testing-app" |
| 68 | + "visual-testing-app", |
| 69 | + "website", |
| 70 | + "website-components-playground" |
69 | 71 | ]
|
70 | 72 | },
|
71 | 73 | "preconstruct": {
|
|
98 | 100 | "@commercetools-docs/writing-style": "3.0.5",
|
99 | 101 | "@commercetools-frontend/eslint-config-mc-app": "*",
|
100 | 102 | "@commercetools-test-data/core": "2.1.2",
|
101 |
| - "@commercetools-uikit/design-system": "^11.0.2", |
| 103 | + "@commercetools-uikit/design-system": "^12.0.0", |
102 | 104 | "@commercetools/github-labels": "1.1.0",
|
103 | 105 | "@commitlint/cli": "12.1.1",
|
104 | 106 | "@commitlint/config-conventional": "12.1.1",
|
|
127 | 129 | "@types/jquery": "3.5.5",
|
128 | 130 | "@types/node": "14.14.37",
|
129 | 131 | "@types/puppeteer": "5.4.3",
|
130 |
| - "@types/react": "16.14.5", |
131 |
| - "@types/react-dom": "16.9.12", |
132 |
| - "@types/react-redux": "7.1.16", |
133 |
| - "@types/react-router": "5.1.13", |
134 |
| - "@types/react-router-dom": "5.1.7", |
135 | 132 | "@types/uuid": "8.3.0",
|
136 |
| - "@types/webpack": "4.41.27", |
137 | 133 | "@types/webpack-env": "1.16.0",
|
138 | 134 | "apollo-server-errors": "2.4.2",
|
139 | 135 | "autoprefixer": "10.2.5",
|
|
178 | 174 | "vfile-message": "2.0.4"
|
179 | 175 | },
|
180 | 176 | "resolutions": {
|
181 |
| - "@types/react": "16.14.5", |
| 177 | + "@babel/core": "7.13.14", |
| 178 | + "@pmmmwh/react-refresh-webpack-plugin": "0.5.0-beta.1", |
| 179 | + "@types/puppeteer": "5.4.3", |
182 | 180 | "@types/react-router": "5.1.13",
|
183 |
| - "graphql": "14.7.0", |
184 |
| - "pretty-format": "26.6.2", |
185 |
| - "intl-messageformat-parser": "6.4.4", |
186 |
| - "**/intl-messageformat-parser": "6.4.4", |
187 | 181 | "@typescript-eslint/eslint-plugin": "4.20.0",
|
188 | 182 | "@typescript-eslint/parser": "4.20.0",
|
189 |
| - "@types/puppeteer": "5.4.3", |
| 183 | + "graphql": "15.5.0", |
| 184 | + "intl-messageformat-parser": "6.4.4", |
| 185 | + "**/intl-messageformat-parser": "6.4.4", |
| 186 | + "pretty-format": "26.6.2", |
190 | 187 | "react-intl": "5.15.7"
|
191 | 188 | },
|
192 | 189 | "engines": {
|
193 |
| - "node": ">=14", |
| 190 | + "node": ">=12 || >=14", |
194 | 191 | "npm": ">=6",
|
195 | 192 | "yarn": ">=1.10"
|
196 | 193 | }
|
|
0 commit comments