|
17 | 17 | ], |
18 | 18 | "types": "./dist/index.d.ts", |
19 | 19 | "exports": { |
20 | | - ".": "./dist/index.js", |
21 | | - "./*": "./dist/**/*.js", |
22 | | - "./bundler-plugins": "./dist/bundler-plugins/index.js", |
23 | | - "./bundler-plugins/*": "./dist/bundler-plugins/*.js" |
| 20 | + ".": { |
| 21 | + "types": "./dist/index.d.ts", |
| 22 | + "import": "./dist/index.js" |
| 23 | + }, |
| 24 | + "./*": { |
| 25 | + "types": "./dist/**/*.d.ts", |
| 26 | + "import": "./dist/**/*.js" |
| 27 | + }, |
| 28 | + "./bundler-plugins": { |
| 29 | + "types": "./dist/bundler-plugins/index.d.ts", |
| 30 | + "import": "./dist/bundler-plugins/index.js" |
| 31 | + }, |
| 32 | + "./bundler-plugins/*": { |
| 33 | + "types": "./dist/bundler-plugins/*.d.ts", |
| 34 | + "import": "./dist/bundler-plugins/*.js" |
| 35 | + } |
24 | 36 | }, |
25 | 37 | "scripts": { |
26 | 38 | "build:lib": "tsc --noEmit -p tsconfig.lib.json && vitest run && vite build -c vite.config.lib.ts && npm run messages:compile && cp -r ./twThemes dist && npm run tsc:plugin", |
|
110 | 122 | "lowlight": "^3.3.0", |
111 | 123 | "lucide-react": "^0.544.0", |
112 | 124 | "mime-types": "^3.0.1", |
113 | | - "motion": "^12.23.13", |
| 125 | + "motion": "^12.23.19", |
114 | 126 | "postcss": "^8.5.6", |
115 | 127 | "react-awesome-slider": "^4.1.0", |
116 | | - "react-day-picker": "^9.10.0", |
| 128 | + "react-day-picker": "^9.11.0", |
117 | 129 | "react-intl": "^7.1.11", |
118 | 130 | "react-joyride": "^2.9.3", |
119 | 131 | "react-router-dom": "^7.9.1", |
|
123 | 135 | "use-resize-observer": "^9.1.0" |
124 | 136 | }, |
125 | 137 | "devDependencies": { |
126 | | - "@atlaskit/atlassian-navigation": "^5.3.17", |
127 | | - "@atlaskit/css-reset": "^7.3.6", |
128 | | - "@atlaskit/table-tree": "^12.2.8", |
| 138 | + "@atlaskit/atlassian-navigation": "^5.3.18", |
| 139 | + "@atlaskit/css-reset": "^7.3.7", |
| 140 | + "@atlaskit/table-tree": "^12.2.9", |
129 | 141 | "@atlaskit/theme": "^21.0.0", |
130 | | - "@atlaskit/tokens": "^6.3.1", |
| 142 | + "@atlaskit/tokens": "^6.3.2", |
131 | 143 | "@babel/generator": "^7.28.3", |
132 | 144 | "@babel/parser": "^7.28.4", |
133 | 145 | "@babel/traverse": "^7.28.4", |
|
137 | 149 | "@hello-pangea/dnd": "^18.0.1", |
138 | 150 | "@monaco-editor/react": "^4.7.0", |
139 | 151 | "@tailwindcss/vite": "^4.1.13", |
140 | | - "@tanstack/react-query": "^5.89.0", |
| 152 | + "@tanstack/react-query": "^5.90.2", |
141 | 153 | "@testing-library/jest-dom": "^6.8.0", |
142 | 154 | "@total-typescript/ts-reset": "^0.6.1", |
143 | | - "@types/node": "^24.5.0", |
| 155 | + "@types/node": "^24.5.2", |
144 | 156 | "@types/react": "^18.3.24", |
145 | 157 | "@types/react-dom": "^18.3.7", |
146 | 158 | "@types/react-transition-group": "^4.4.12", |
147 | | - "@vitejs/plugin-react-swc": "^4.0.1", |
| 159 | + "@vitejs/plugin-react-swc": "^4.1.0", |
148 | 160 | "cypress": "^15.2.0", |
149 | 161 | "cypress-terminal-report": "^7.2.1", |
150 | 162 | "dayjs": "^1.11.18", |
151 | | - "eslint-plugin-react-refresh": "^0.4.20", |
152 | 163 | "jsdom": "^26.1.0", |
153 | 164 | "process": "^0.11.10", |
154 | 165 | "react": "^18.3.1", |
|
163 | 174 | "tailwindcss": "^4.1.13", |
164 | 175 | "typescript": "^5.9.2", |
165 | 176 | "typescript-plugin-css-modules": "^5.2.0", |
166 | | - "vite": "^7.1.5", |
| 177 | + "vite": "^7.1.7", |
167 | 178 | "vite-plugin-dts": "^4.5.4", |
168 | 179 | "vitest": "^3.2.4" |
169 | 180 | }, |
|
0 commit comments