|
1 | 1 | { |
2 | 2 | "name": "@js-widgets/example-widget", |
3 | | - "version": "1.0.0", |
| 3 | + "version": "1.1.0", |
4 | 4 | "private": false, |
5 | 5 | "license": "MIT", |
6 | 6 | "publishConfig": { |
7 | 7 | "access": "public" |
8 | 8 | }, |
9 | 9 | "homepage": "https://js-widgets.github.io/example-widget", |
10 | 10 | "dependencies": { |
11 | | - "@craco/craco": "^5.6.4", |
12 | | - "@formatjs/cli": "^1.7.5", |
13 | | - "@testing-library/jest-dom": "^4.2.4", |
14 | | - "@testing-library/react": "^9.3.2", |
15 | | - "@testing-library/user-event": "^7.1.2", |
16 | | - "eslint-plugin-react": "^7.20.0", |
17 | 11 | "postcss-wrap": "^0.0.4", |
18 | 12 | "prop-types": "^15.7.2", |
19 | | - "react": "^16.13.1", |
20 | | - "react-dom": "^16.13.1", |
21 | | - "react-intl": "^4.6.9", |
22 | | - "react-intl-translations-manager": "^5.0.3", |
23 | | - "react-scripts": "^3.4.3" |
| 13 | + "react": "^17.0.1", |
| 14 | + "react-dom": "^17.0.1", |
| 15 | + "react-intl": "^5.10.6", |
| 16 | + "react-intl-translations-manager": "^5.0.3" |
24 | 17 | }, |
25 | 18 | "scripts": { |
26 | 19 | "start": "craco start", |
|
35 | 28 | "devDependencies": { |
36 | 29 | "@commitlint/cli": "^11.0.0", |
37 | 30 | "@commitlint/config-conventional": "^11.0.0", |
| 31 | + "@craco/craco": "^6.0.0", |
| 32 | + "@formatjs/cli": "^1.7.5", |
| 33 | + "@testing-library/jest-dom": "^4.2.4", |
| 34 | + "@testing-library/react": "^9.3.2", |
| 35 | + "@testing-library/user-event": "^7.1.2", |
| 36 | + "eslint-plugin-react": "^7.20.0", |
38 | 37 | "gh-pages": "^3.0.0", |
39 | 38 | "husky": "^4.2.5", |
40 | 39 | "lint-staged": "^10.2.10", |
41 | 40 | "prettier": "^2.0.5", |
| 41 | + "react-scripts": "^3.4.3", |
42 | 42 | "semantic-release": "^17.0.8" |
43 | 43 | } |
44 | 44 | } |
0 commit comments