|
17 | 17 | "test:ci": "npx jest --ci --runInBand --reporters=default --reporters=jest-junit" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | | - "@sentry/nextjs": "^7.51.1", |
21 | | - "@types/react": "^18.2.6", |
| 20 | + "@sentry/nextjs": "^7.54.0", |
| 21 | + "@types/react": "^18.2.8", |
22 | 22 | "classnames": "^2.3.2", |
23 | 23 | "i18next": "^22.5.0", |
24 | | - "next": "13.4.3", |
25 | | - "next-i18next": "^13.2.2", |
| 24 | + "next": "13.4.4", |
| 25 | + "next-i18next": "^13.3.0", |
26 | 26 | "prop-types": "^15.8.1", |
27 | 27 | "react": "^18.2.0", |
28 | 28 | "react-dom": "18.2.0", |
|
47 | 47 | } |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | | - "@storybook/addon-a11y": "^7.0.12", |
51 | | - "@storybook/addon-actions": "^7.0.12", |
52 | | - "@storybook/addon-backgrounds": "^7.0.12", |
53 | | - "@storybook/addon-viewport": "^7.0.12", |
54 | | - "@storybook/addons": "^7.0.12", |
55 | | - "@storybook/nextjs": "^7.0.12", |
56 | | - "@storybook/react": "^7.0.12", |
57 | | - "@swc/core": "^1.3.59", |
| 50 | + "@storybook/addon-a11y": "^7.0.18", |
| 51 | + "@storybook/addon-actions": "^7.0.18", |
| 52 | + "@storybook/addon-backgrounds": "^7.0.18", |
| 53 | + "@storybook/addon-viewport": "^7.0.18", |
| 54 | + "@storybook/addons": "^7.0.18", |
| 55 | + "@storybook/nextjs": "^7.0.18", |
| 56 | + "@storybook/react": "^7.0.18", |
| 57 | + "@swc/core": "^1.3.62", |
58 | 58 | "@swc/jest": "^0.2.26", |
59 | 59 | "@testing-library/jest-dom": "^5.16.5", |
60 | 60 | "@testing-library/react": "^14.0.0", |
61 | 61 | "@testing-library/user-event": "^14.4.3", |
62 | 62 | "cross-env": "^7.0.3", |
63 | | - "css-loader": "^6.7.4", |
64 | | - "eslint": "8.40.0", |
65 | | - "eslint-config-next": "13.4.3", |
| 63 | + "css-loader": "^6.8.1", |
| 64 | + "eslint": "8.42.0", |
| 65 | + "eslint-config-next": "13.4.4", |
66 | 66 | "eslint-config-prettier": "^8.8.0", |
67 | 67 | "husky": "^8.0.3", |
68 | 68 | "jest": "^29.5.0", |
|
71 | 71 | "prettier": "^2.8.8", |
72 | 72 | "pretty-quick": "^3.1.3", |
73 | 73 | "react-test-renderer": "^18.2.0", |
74 | | - "storybook": "^7.0.12", |
| 74 | + "storybook": "^7.0.18", |
75 | 75 | "style-loader": "^3.3.3" |
76 | 76 | } |
77 | 77 | } |
0 commit comments