|
46 | 46 | },
|
47 | 47 | "devDependencies": {
|
48 | 48 | "@babel/core": "7.24.5",
|
49 |
| - "@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
| 49 | + "@babel/plugin-proposal-private-property-in-object": "7.21.11", |
50 | 50 | "@codemirror/lang-css": "6.2.1",
|
51 | 51 | "@codemirror/lang-html": "6.4.9",
|
52 | 52 | "@codemirror/lang-javascript": "6.2.2",
|
53 |
| - "@emoji-mart/data": "^1.1.2", |
54 |
| - "@emoji-mart/react": "^1.1.1", |
55 |
| - "@etchteam/storybook-addon-status": "^4.2.4", |
| 53 | + "@emoji-mart/data": "1.2.1", |
| 54 | + "@emoji-mart/react": "1.1.1", |
| 55 | + "@etchteam/storybook-addon-status": "4.2.4", |
56 | 56 | "@lexical/clipboard": "0.13.1",
|
57 | 57 | "@lexical/list": "0.13.1",
|
58 | 58 | "@lexical/react": "0.13.1",
|
59 | 59 | "@lexical/selection": "0.13.1",
|
60 | 60 | "@lexical/text": "0.13.1",
|
61 | 61 | "@lexical/utils": "0.13.1",
|
62 |
| - "@lezer/highlight": "^1.1.3", |
63 |
| - "@playwright/test": "^1.33.0", |
64 |
| - "@prettier/sync": "^0.3.0", |
| 62 | + "@lezer/highlight": "1.2.0", |
| 63 | + "@playwright/test": "1.41.0", |
| 64 | + "@prettier/sync": "0.3.0", |
65 | 65 | "@sentry/vite-plugin": "2.16.1",
|
66 | 66 | "@storybook/addon-actions": "7.6.19",
|
67 | 67 | "@storybook/addon-essentials": "7.6.19",
|
|
70 | 70 | "@storybook/addon-mdx-gfm": "7.6.19",
|
71 | 71 | "@storybook/react": "7.6.19",
|
72 | 72 | "@storybook/react-vite": "7.6.19",
|
73 |
| - "@storybook/test-runner": "^0.18.0", |
| 73 | + "@storybook/test-runner": "0.18.0", |
74 | 74 | "@testing-library/jest-dom": "6.4.5",
|
75 | 75 | "@testing-library/react": "14.3.1",
|
76 | 76 | "@tryghost/color-utils": "^0.2.0",
|
|
84 | 84 | "@tryghost/kg-unsplash-selector": "0.2.0",
|
85 | 85 | "@types/react": "^18.2.0",
|
86 | 86 | "@types/react-dom": "^18.2.0",
|
87 |
| - "@uiw/react-codemirror": "^4.19.6", |
| 87 | + "@uiw/react-codemirror": "4.22.0", |
88 | 88 | "@vitejs/plugin-react": "4.3.0",
|
89 | 89 | "@vitest/coverage-c8": "0.33.0",
|
90 | 90 | "@vitest/ui": "1.6.0",
|
91 | 91 | "autoprefixer": "10.4.19",
|
92 | 92 | "babel-loader": "9.1.3",
|
93 |
| - "clsx": "^2.0.0", |
94 |
| - "codemirror": "^6.0.1", |
95 |
| - "concurrently": "^8.0.0", |
96 |
| - "cross-fetch": "^4.0.0", |
97 |
| - "dompurify": "^3.1.3", |
98 |
| - "dotenv": "^16.3.1", |
99 |
| - "emoji-mart": "^5.5.2", |
| 93 | + "clsx": "2.1.1", |
| 94 | + "codemirror": "6.0.1", |
| 95 | + "concurrently": "8.2.2", |
| 96 | + "cross-fetch": "4.0.0", |
| 97 | + "dompurify": "3.1.4", |
| 98 | + "dotenv": "16.3.2", |
| 99 | + "emoji-mart": "5.6.0", |
100 | 100 | "eslint-config-react-app": "7.0.1",
|
101 | 101 | "eslint-plugin-jest": "27.9.0",
|
102 | 102 | "eslint-plugin-react": "7.34.1",
|
103 | 103 | "eslint-plugin-storybook": "0.8.0",
|
104 | 104 | "eslint-plugin-tailwindcss": "3.17.0",
|
105 |
| - "eventemitter3": "^5.0.0", |
106 |
| - "fast-average-color": "^9.3.0", |
| 105 | + "eventemitter3": "5.0.1", |
| 106 | + "fast-average-color": "9.4.0", |
107 | 107 | "jsdom": "24.1.0",
|
108 | 108 | "lexical": "0.13.1",
|
109 |
| - "luxon": "^3.3.0", |
110 |
| - "pluralize": "^8.0.0", |
| 109 | + "luxon": "3.4.4", |
| 110 | + "pluralize": "8.0.0", |
111 | 111 | "postcss": "8.4.38",
|
112 | 112 | "postcss-import": "16.1.0",
|
113 | 113 | "prettier": "3.2.5",
|
114 |
| - "react": "^18.2.0", |
115 |
| - "react-colorful": "^5.6.1", |
116 |
| - "react-dom": "^18.2.0", |
117 |
| - "react-highlight": "^0.15.0", |
| 114 | + "react": "18.2.0", |
| 115 | + "react-colorful": "5.6.1", |
| 116 | + "react-dom": "18.2.0", |
| 117 | + "react-highlight": "0.15.0", |
118 | 118 | "react-router-dom": "6.23.1",
|
119 |
| - "react-slider": "^2.0.6", |
120 |
| - "storybook": "^7.0.12", |
| 119 | + "react-slider": "2.0.6", |
| 120 | + "storybook": "7.6.19", |
121 | 121 | "stylelint": "16.5.0",
|
122 | 122 | "tailwindcss": "3.4.3",
|
123 | 123 | "typescript": "5.4.5",
|
124 | 124 | "vite": "4.5.3",
|
125 | 125 | "vite-plugin-svgr": "4.2.0",
|
126 | 126 | "vitest": "1.6.0",
|
127 |
| - "y-websocket": "^1.5.0", |
128 |
| - "yjs": "^13.5.50" |
| 127 | + "y-websocket": "1.5.4", |
| 128 | + "yjs": "13.6.15" |
129 | 129 | }
|
130 | 130 | }
|
0 commit comments