|
15 | 15 | "test:e2e": "pnpm run test:playwright -c playwright.ssr.config.ts && pnpm run test:playwright -c playwright.spa.config.ts" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@babel/runtime": "^7.18.6", |
| 18 | + "@babel/runtime": "^7.18.9", |
19 | 19 | "@heroicons/react": "^1.0.6", |
20 | 20 | "@tailwindcss/forms": "^0.5.2", |
21 | 21 | "classnames": "^2.3.1", |
|
24 | 24 | "msw": "^0.42.1", |
25 | 25 | "react": "^18.2.0", |
26 | 26 | "react-dom": "^18.2.0", |
27 | | - "react-hook-form": "^7.33.1", |
| 27 | + "react-hook-form": "^7.34.0", |
28 | 28 | "react-query": "^3.39.1", |
29 | 29 | "react-showroom": "workspace:*", |
30 | 30 | "react-textarea-autosize": "^8.3.4" |
31 | 31 | }, |
32 | 32 | "devDependencies": { |
33 | | - "@babel/core": "^7.18.6", |
34 | | - "@babel/plugin-transform-runtime": "^7.18.6", |
35 | | - "@babel/preset-env": "^7.18.6", |
| 33 | + "@babel/core": "^7.18.10", |
| 34 | + "@babel/plugin-transform-runtime": "^7.18.10", |
| 35 | + "@babel/preset-env": "^7.18.10", |
36 | 36 | "@babel/preset-react": "^7.18.6", |
37 | 37 | "@babel/preset-typescript": "^7.18.6", |
38 | | - "@testing-library/dom": "^8.14.0", |
| 38 | + "@testing-library/dom": "^8.16.1", |
39 | 39 | "@testing-library/react": "^13.3.0", |
40 | | - "@testing-library/user-event": "^14.2.1", |
41 | | - "@types/jest": "^28.1.4", |
42 | | - "autoprefixer": "^10.4.7", |
| 40 | + "@testing-library/user-event": "^14.4.2", |
| 41 | + "@types/jest": "^28.1.6", |
| 42 | + "@vanilla-extract/css": "^1.7.2", |
| 43 | + "@vanilla-extract/webpack-plugin": "^2.1.11", |
| 44 | + "autoprefixer": "^10.4.8", |
43 | 45 | "babel-loader": "^8.2.5", |
44 | 46 | "css-loader": "^6.7.1", |
45 | | - "jest": "^28.1.2", |
46 | | - "postcss": "^8.4.14", |
47 | | - "postcss-loader": "^7.0.0", |
| 47 | + "jest": "^28.1.3", |
| 48 | + "postcss": "^8.4.16", |
| 49 | + "postcss-loader": "^7.0.1", |
48 | 50 | "style-loader": "^3.3.1", |
49 | | - "tailwindcss": "^3.1.4", |
| 51 | + "tailwindcss": "^3.1.8", |
50 | 52 | "typescript": "~4.6.4", |
51 | | - "webpack": "^5.73.0" |
| 53 | + "webpack": "^5.74.0" |
52 | 54 | }, |
53 | 55 | "msw": { |
54 | 56 | "workerDirectory": "public" |
|
0 commit comments