|
10 | 10 | "serve": "vite preview", |
11 | 11 | "test": "jest", |
12 | 12 | "predeploy": "yarn build && cp CNAME ./dist/CNAME", |
13 | | - "deploy": "gh-pages -d dist" |
| 13 | + "deploy": "gh-pages -d dist", |
| 14 | + "postinstall": "patch-package" |
14 | 15 | }, |
15 | 16 | "dependencies": { |
16 | 17 | "@apollo/client": "^3.6.9", |
17 | | - "@honeybadger-io/js": "^4.0.3", |
18 | | - "@honeybadger-io/react": "^2.1.0", |
19 | | - "@pluralsight/ps-design-system-appframe": "^6.1.1", |
| 18 | + "@honeybadger-io/js": "^5.1.1", |
| 19 | + "@honeybadger-io/react": "^5.1.3", |
| 20 | + "@pluralsight/ps-design-system-appframe": "^6.1.2", |
20 | 21 | "@pluralsight/ps-design-system-button": "^24.1.1", |
21 | 22 | "@pluralsight/ps-design-system-carousel": "^14.1.1", |
22 | 23 | "@pluralsight/ps-design-system-core": "^10.0.4", |
|
44 | 45 | "lottie-web": "^5.9.6", |
45 | 46 | "posthog-js": "^1.50.0", |
46 | 47 | "prismjs": "^1.28.0", |
47 | | - "react": "^18.1.0", |
48 | | - "react-dom": "^18.1.0", |
| 48 | + "react": "^18.2.0", |
| 49 | + "react-dom": "^18.2.0", |
49 | 50 | "react-github-btn": "^1.3.0", |
50 | 51 | "react-table": "^7.7.0" |
51 | 52 | }, |
|
55 | 56 | "@types/express": "^4.17.13", |
56 | 57 | "@types/jest": "^27.4.1", |
57 | 58 | "@types/prismjs": "^1.26.0", |
58 | | - "@types/react": "^17.0.43", |
59 | | - "@types/react-dom": "^18.0.5", |
| 59 | + "@types/react": "^ 18.0.28", |
| 60 | + "@types/react-dom": "^18.0.11", |
60 | 61 | "@types/react-table": "^7.7.10", |
61 | 62 | "@types/testing-library__jest-dom": "^5.14.5", |
62 | 63 | "@vitejs/plugin-react-refresh": "^1.3.6", |
63 | 64 | "autoprefixer": "^10.4.8", |
64 | 65 | "gh-pages": "^4.0.0", |
65 | 66 | "jest": "^27.5.1", |
| 67 | + "patch-package": "^6.5.1", |
66 | 68 | "postcss": "^8.4.21", |
| 69 | + "postinstall-postinstall": "^2.1.0", |
67 | 70 | "rollup-plugin-analyzer": "^4.0.0", |
68 | 71 | "tailwindcss": "^3.2.7", |
69 | 72 | "ts-jest": "^27.1.4", |
70 | | - "typescript": "^4.7.4", |
| 73 | + "typescript": "^4.9.5", |
71 | 74 | "vite": "^3.0.9" |
72 | 75 | } |
73 | 76 | } |
0 commit comments