|
42 | 42 | "react": ">=16.0.0" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | | - "@emotion/core": "^10.0.28", |
46 | | - "@emotion/styled": "^10.0.27", |
47 | | - "@testing-library/jest-dom": "^4.2.4", |
48 | | - "@testing-library/react": "^9.5.0", |
49 | | - "@testing-library/user-event": "^7.2.1", |
50 | | - "@types/jest": "^25.1.4", |
51 | | - "@types/node": "^12.12.38", |
52 | | - "@types/react": "^16.9.27", |
53 | | - "@types/react-dom": "^16.9.7", |
54 | | - "@typescript-eslint/eslint-plugin": "^2.26.0", |
55 | | - "@typescript-eslint/parser": "^2.26.0", |
| 45 | + "@babel/plugin-transform-react-jsx-self": "^7.16.7", |
| 46 | + "@babel/plugin-transform-react-jsx-source": "^7.16.7", |
| 47 | + "@emotion/react": "^11.8.2", |
| 48 | + "@emotion/styled": "^11.8.1", |
| 49 | + "@testing-library/jest-dom": "^5.16.3", |
| 50 | + "@testing-library/react": "^13.0.0", |
| 51 | + "@testing-library/user-event": "^14.0.4", |
| 52 | + "@types/jest": "^27.4.1", |
| 53 | + "@types/node": "^17.0.23", |
| 54 | + "@types/react": "^17.0.43", |
| 55 | + "@types/react-dom": "^17.0.14", |
| 56 | + "@typescript-eslint/eslint-plugin": "^5.18.0", |
| 57 | + "@typescript-eslint/parser": "^5.18.0", |
56 | 58 | "babel-eslint": "^10.0.3", |
57 | | - "cross-env": "^7.0.2", |
58 | | - "dotenv-cli": "^3.1.0", |
59 | | - "eslint": "^6.8.0", |
60 | | - "eslint-config-prettier": "^6.7.0", |
61 | | - "eslint-config-standard": "^14.1.0", |
62 | | - "eslint-config-standard-react": "^9.2.0", |
63 | | - "eslint-plugin-import": "^2.18.2", |
64 | | - "eslint-plugin-node": "^11.0.0", |
65 | | - "eslint-plugin-prettier": "^3.1.1", |
66 | | - "eslint-plugin-promise": "^4.2.1", |
67 | | - "eslint-plugin-react": "^7.17.0", |
68 | | - "eslint-plugin-standard": "^4.0.1", |
69 | | - "gh-pages": "^2.2.0", |
70 | | - "microbundle-crl": "^0.13.10", |
| 59 | + "cross-env": "^7.0.3", |
| 60 | + "dotenv-cli": "^5.1.0", |
| 61 | + "eslint": "^8.12.0", |
| 62 | + "eslint-config-prettier": "^8.5.0", |
| 63 | + "eslint-config-standard": "^16.0.3", |
| 64 | + "eslint-config-standard-react": "^11.0.1", |
| 65 | + "eslint-plugin-import": "^2.25.4", |
| 66 | + "eslint-plugin-node": "^11.1.0", |
| 67 | + "eslint-plugin-prettier": "^4.0.0", |
| 68 | + "eslint-plugin-promise": "^6.0.0", |
| 69 | + "eslint-plugin-react": "^7.29.4", |
| 70 | + "eslint-plugin-standard": "^4.1.0", |
| 71 | + "gh-pages": "^3.2.3", |
| 72 | + "microbundle-crl": "^0.13.11", |
71 | 73 | "npm-run-all": "^4.1.5", |
72 | | - "prettier": "^2.0.4", |
73 | | - "react": "^16.13.1", |
74 | | - "react-dom": "^16.13.1", |
75 | | - "react-scripts": "^3.4.1", |
76 | | - "release-it": "^13.6.3", |
77 | | - "typescript": "^3.7.5" |
| 74 | + "prettier": "^2.6.2", |
| 75 | + "react": "^18.0.0", |
| 76 | + "react-dom": "^18.0.0", |
| 77 | + "react-scripts": "^5.0.0", |
| 78 | + "release-it": "^14.14.0", |
| 79 | + "typescript": "^4.6.3" |
78 | 80 | }, |
79 | 81 | "files": [ |
80 | 82 | "dist" |
|
0 commit comments