|
21 | 21 | "test": "jest" |
22 | 22 | }, |
23 | 23 | "devDependencies": { |
24 | | - "@babel/core": "^7.19.3", |
25 | | - "@babel/runtime": "^7.19.4", |
| 24 | + "@babel/core": "^7.19.6", |
| 25 | + "@babel/runtime": "^7.20.0", |
26 | 26 | "@chakra-ui/cli": "^2.1.8", |
27 | | - "@chakra-ui/react": "^2.3.5", |
| 27 | + "@chakra-ui/react": "^2.3.6", |
28 | 28 | "@chakra-ui/styled-system": "^2.3.4", |
29 | | - "@emotion/react": "^11.10.4", |
30 | | - "@emotion/styled": "^11.10.4", |
31 | | - "@rollup/plugin-commonjs": "^23.0.0", |
32 | | - "@rollup/plugin-node-resolve": "^15.0.0", |
33 | | - "@rollup/plugin-replace": "^5.0.0", |
34 | | - "@swc/core": "^1.3.8", |
| 29 | + "@emotion/react": "^11.10.5", |
| 30 | + "@emotion/styled": "^11.10.5", |
| 31 | + "@rollup/plugin-commonjs": "^23.0.2", |
| 32 | + "@rollup/plugin-node-resolve": "^15.0.1", |
| 33 | + "@rollup/plugin-replace": "^5.0.1", |
| 34 | + "@swc/core": "^1.3.11", |
35 | 35 | "@swc/helpers": "^0.4.12", |
36 | | - "@types/jest": "^29.1.2", |
| 36 | + "@types/jest": "^29.2.0", |
37 | 37 | "@types/lodash": "^4.14.186", |
38 | 38 | "@types/lodash-es": "^4.17.6", |
39 | | - "@types/node": "^18.11.0", |
| 39 | + "@types/node": "^18.11.8", |
40 | 40 | "@typescript-eslint/eslint-plugin": "^5.40.0", |
41 | 41 | "@typescript-eslint/parser": "^5.40.0", |
42 | 42 | "axios": "^0.27.2", |
43 | 43 | "cross-env": "^7.0.3", |
44 | 44 | "eslint": "^8.25.0", |
45 | 45 | "eslint-config-prettier": "^8.5.0", |
46 | | - "eslint-import-resolver-typescript": "^3.5.1", |
| 46 | + "eslint-import-resolver-typescript": "^3.5.2", |
47 | 47 | "eslint-plugin-import": "^2.26.0", |
48 | 48 | "eslint-plugin-prettier": "^4.2.1", |
49 | 49 | "eslint-plugin-react": "^7.31.10", |
50 | 50 | "eslint-plugin-react-hooks": "^4.6.0", |
51 | 51 | "framer-motion": "^6.5.1", |
52 | | - "jest": "^29.2.0", |
53 | | - "jest-environment-jsdom": "^29.2.0", |
| 52 | + "jest": "^29.2.2", |
| 53 | + "jest-environment-jsdom": "^29.2.2", |
54 | 54 | "lodash": "^4.17.21", |
55 | 55 | "lodash-es": "^4.17.21", |
56 | 56 | "prettier": "^2.7.1", |
57 | 57 | "react": "18.2.0", |
58 | 58 | "react-dom": "18.2.0", |
59 | | - "rollup": "^3.1.0", |
| 59 | + "rollup": "^3.2.3", |
60 | 60 | "rollup-plugin-typescript2": "^0.34.1", |
61 | 61 | "ts-jest": "^29.0.3", |
62 | 62 | "ts-node": "^10.9.1", |
|
0 commit comments