Skip to content

Commit f4290b0

Browse files
committed
fixed missing font sizes in theme
1 parent 02b7e3a commit f4290b0

File tree

3 files changed

+1139
-1294
lines changed

3 files changed

+1139
-1294
lines changed

package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -114,53 +114,53 @@
114114
"@radix-ui/react-tooltip": "^1.2.8",
115115
"@radix-ui/react-visually-hidden": "^1.2.3",
116116
"@tanstack/react-table": "^8.21.3",
117-
"@yudiel/react-qr-scanner": "^2.3.1",
117+
"@yudiel/react-qr-scanner": "^2.4.1",
118118
"class-variance-authority": "^0.7.1",
119119
"hast-util-to-jsx-runtime": "^2.3.6",
120120
"highlight.js": "^11.11.1",
121-
"intl-messageformat": "^10.7.17",
121+
"intl-messageformat": "^10.7.18",
122122
"lowlight": "^3.3.0",
123-
"lucide-react": "^0.545.0",
123+
"lucide-react": "^0.548.0",
124124
"mime-types": "^3.0.1",
125-
"motion": "^12.23.22",
125+
"motion": "^12.23.24",
126126
"postcss": "^8.5.6",
127127
"react-awesome-slider": "^4.1.0",
128-
"react-day-picker": "^9.11.0",
129-
"react-intl": "^7.1.13",
128+
"react-day-picker": "^9.11.1",
129+
"react-intl": "^7.1.14",
130130
"react-joyride": "^2.9.3",
131-
"react-router-dom": "^7.9.3",
131+
"react-router-dom": "^7.9.5",
132132
"react-select": "^5.10.2",
133-
"react-syntax-highlighter": "^15.6.6",
133+
"react-syntax-highlighter": "^16.1.0",
134134
"react-transition-group": "^4.4.5",
135135
"use-resize-observer": "^9.1.0"
136136
},
137137
"devDependencies": {
138-
"@atlaskit/atlassian-navigation": "^5.3.20",
139-
"@atlaskit/css-reset": "^7.3.7",
140-
"@atlaskit/table-tree": "^12.2.9",
141-
"@atlaskit/theme": "^21.0.0",
142-
"@atlaskit/tokens": "^6.4.3",
143-
"@babel/generator": "^7.28.3",
144-
"@babel/parser": "^7.28.4",
145-
"@babel/traverse": "^7.28.4",
146-
"@babel/types": "^7.28.4",
147-
"@biomejs/biome": "^2.2.5",
148-
"@formatjs/cli": "^6.7.3",
138+
"@atlaskit/atlassian-navigation": "^5.3.23",
139+
"@atlaskit/css-reset": "^7.3.8",
140+
"@atlaskit/table-tree": "^12.2.10",
141+
"@atlaskit/theme": "^21.0.1",
142+
"@atlaskit/tokens": "^7.0.0",
143+
"@babel/generator": "^7.28.5",
144+
"@babel/parser": "^7.28.5",
145+
"@babel/traverse": "^7.28.5",
146+
"@babel/types": "^7.28.5",
147+
"@biomejs/biome": "^2.3.2",
148+
"@formatjs/cli": "^6.7.4",
149149
"@hello-pangea/dnd": "^18.0.1",
150150
"@monaco-editor/react": "^4.7.0",
151-
"@tailwindcss/vite": "^4.1.14",
152-
"@tanstack/react-query": "^5.90.2",
151+
"@tailwindcss/vite": "^4.1.16",
152+
"@tanstack/react-query": "^5.90.5",
153153
"@testing-library/jest-dom": "^6.9.1",
154154
"@total-typescript/ts-reset": "^0.6.1",
155-
"@types/node": "^24.7.0",
155+
"@types/node": "^24.9.2",
156156
"@types/react": "^18.3.26",
157157
"@types/react-dom": "^18.3.7",
158158
"@types/react-transition-group": "^4.4.12",
159-
"@vitejs/plugin-react-swc": "^4.1.0",
160-
"cypress": "^15.3.0",
161-
"cypress-terminal-report": "^7.2.1",
159+
"@vitejs/plugin-react-swc": "^4.2.0",
160+
"cypress": "^15.5.0",
161+
"cypress-terminal-report": "^7.3.3",
162162
"dayjs": "^1.11.18",
163-
"jsdom": "^26.1.0",
163+
"jsdom": "^27.0.1",
164164
"process": "^0.11.10",
165165
"react": "^18.3.1",
166166
"react-dom": "^18.3.1",
@@ -171,12 +171,12 @@
171171
"stylelint-config-tailwindcss": "^1.0.0",
172172
"stylelint-order": "^7.0.0",
173173
"tailwind-merge": "^3.3.1",
174-
"tailwindcss": "^4.1.14",
174+
"tailwindcss": "^4.1.16",
175175
"typescript": "^5.9.3",
176176
"typescript-plugin-css-modules": "^5.2.0",
177-
"vite": "^7.1.9",
177+
"vite": "^7.1.12",
178178
"vite-plugin-dts": "^4.5.4",
179-
"vitest": "^3.2.4"
179+
"vitest": "^4.0.5"
180180
},
181181
"peerDependencies": {
182182
"@tailwindcss/vite": "^4.0.3",

0 commit comments

Comments
 (0)