Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"@angular-devkit/build-angular": "^19.2.6",
"@angular/cli": "^19.2.6",
"@angular/compiler-cli": "^19.2.17",
"typescript": "~5.7.2"
"typescript": "~5.7.3"
}
}
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"typescript": "^5"
"typescript": "^6.0.3"
}
}
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@vitest/browser-playwright": "^4.1.6",
"msw": "^2.10.4",
"playwright": "1.61.1",
"typescript": "^5.7.3",
"typescript": "^6.0.3",
"vite": "^8.0.14",
"vitest": "^4.1.6",
"vitest-browser-react": "^2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/reactrouter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"tsx": "^4.0.0",
"typescript": "^5.1.6",
"typescript": "^6.0.3",
"vite": "^6.3.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.0.0",
"typescript": "^6.0.3",
"vite": "^6.2.5",
"vitest": "^4.1.6",
"vitest-browser-svelte": "^2.1.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@changesets/cli": "patch:@changesets/cli@npm%3A2.29.5#~/.yarn/patches/@changesets-cli-npm-2.29.5-68d8030bf3.patch",
"npm-run-all": "^4.1.5",
"turbo": "^2.5.4",
"typescript": "^5.8.3"
"typescript": "^6.0.3"
},
"packageManager": "yarn@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.2.0",
"ng-packagr": "^21.2.3",
"typescript": "~5.9.0"
"typescript": "~5.9.3"
}
}
2 changes: 1 addition & 1 deletion packages/@uppy/audio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"postcss": "^8.5.15",
"postcss-cli": "^11.0.1",
"sass": "^1.89.2",
"typescript": "^5.8.3",
"typescript": "^6.0.3",
"vitest": "^4.1.6"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/aws-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"jsdom": "^29.1.1",
"nock": "^13.1.0",
"playwright": "1.61.1",
"typescript": "^5.8.3",
"typescript": "^6.0.3",
"vitest": "^4.1.6",
"whatwg-fetch": "3.6.20"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/box/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
},
"devDependencies": {
"@uppy/core": "workspace:^",
"typescript": "^5.8.3"
"typescript": "^6.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/@uppy/companion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"http-proxy": "1.18.1",
"nock": "^14.0.15",
"supertest": "7.2.2",
"typescript": "6.0.3",
"typescript": "^6.0.3",
"vitest": "4.1.6"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"postcss": "^8.5.15",
"postcss-cli": "^11.0.1",
"tailwindcss": "^4.0.6",
"typescript": "^5.8.3"
"typescript": "^6.0.3"
},
"peerDependencies": {
"@uppy/core": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/compressor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@types/node": "^20.19.0",
"jsdom": "^29.1.1",
"typescript": "^5.8.3",
"typescript": "^6.0.3",
"vitest": "^4.1.6"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"postcss": "^8.5.15",
"postcss-cli": "^11.0.1",
"sass": "^1.89.2",
"typescript": "^5.8.3",
"typescript": "^6.0.3",
"vitest": "^4.1.6"
}
}
2 changes: 1 addition & 1 deletion packages/@uppy/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"postcss-cli": "^11.0.1",
"resize-observer-polyfill": "^1.5.0",
"sass": "^1.89.2",
"typescript": "^5.8.3",
"typescript": "^6.0.3",
"vitest": "^4.1.6"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/@uppy/dashboard/src/css.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module '*.css'
2 changes: 1 addition & 1 deletion packages/@uppy/drag-drop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"postcss": "^8.5.15",
"postcss-cli": "^11.0.1",
"sass": "^1.89.2",
"typescript": "^5.8.3"
"typescript": "^6.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/@uppy/drop-target/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"postcss": "^8.5.15",
"postcss-cli": "^11.0.1",
"sass": "^1.89.2",
"typescript": "^5.8.3"
"typescript": "^6.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/@uppy/dropbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
},
"devDependencies": {
"@uppy/core": "workspace:^",
"typescript": "^5.8.3"
"typescript": "^6.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/@uppy/facebook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
},
"devDependencies": {
"@uppy/core": "workspace:^",
"typescript": "^5.8.3"
"typescript": "^6.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/@uppy/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"@uppy/core": "workspace:^"
},
"devDependencies": {
"typescript": "^5.8.3"
"typescript": "^6.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/@uppy/golden-retriever/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@vitest/browser": "^4.1.6",
"@vitest/browser-playwright": "^4.1.6",
"playwright": "1.61.1",
"typescript": "^5.8.3",
"typescript": "^6.0.3",
"vitest": "^4.1.6"
}
}
1 change: 1 addition & 0 deletions packages/@uppy/golden-retriever/src/css.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module '*.css'
2 changes: 1 addition & 1 deletion packages/@uppy/google-drive-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
},
"devDependencies": {
"@uppy/core": "workspace:^",
"typescript": "^5.8.3"
"typescript": "^6.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/@uppy/google-drive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
},
"devDependencies": {
"@uppy/core": "workspace:^",
"typescript": "^5.8.3"
"typescript": "^6.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/@uppy/google-photos-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
},
"devDependencies": {
"@uppy/core": "workspace:^",
"typescript": "^5.8.3"
"typescript": "^6.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/@uppy/image-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"postcss": "^8.5.15",
"postcss-cli": "^11.0.1",
"sass": "^1.89.2",
"typescript": "^5.8.3"
"typescript": "^6.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/@uppy/locales/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"chalk": "^5.0.0",
"dedent": "^1.0.0",
"glob": "^13.0.6",
"typescript": "^5.8.3"
"typescript": "^6.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/@uppy/onedrive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
},
"devDependencies": {
"@uppy/core": "workspace:^",
"typescript": "^5.8.3"
"typescript": "^6.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/@uppy/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"jsdom": "^29.1.1",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"typescript": "^5.8.3",
"typescript": "^6.0.3",
"vitest": "^4.1.6"
},
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/remote-sources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@uppy/core": "workspace:^",
"jsdom": "^29.1.1",
"resize-observer-polyfill": "^1.5.1",
"typescript": "^5.8.3",
"typescript": "^6.0.3",
"vitest": "^4.1.6"
}
}
2 changes: 1 addition & 1 deletion packages/@uppy/screen-capture/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
"postcss": "^8.5.15",
"postcss-cli": "^11.0.1",
"sass": "^1.89.2",
"typescript": "^5.8.3"
"typescript": "^6.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/@uppy/status-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"postcss": "^8.5.15",
"postcss-cli": "^11.0.1",
"sass": "^1.89.2",
"typescript": "^5.8.3"
"typescript": "^6.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/@uppy/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"svelte": "^5.55.8",
"svelte-check": "^4.4.8",
"tslib": "^2.8.1",
"typescript": "^5.8.3",
"typescript": "^6.0.3",
"vite": "^8.0.13"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/thumbnail-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"jsdom": "^29.1.1",
"namespace-emitter": "2.0.1",
"typescript": "^5.8.3",
"typescript": "^6.0.3",
"vitest": "^4.1.6"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/transloadit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@uppy/core": "workspace:^",
"jsdom": "^29.1.1",
"msw": "^2.10.4",
"typescript": "^5.8.3",
"typescript": "^6.0.3",
"vitest": "^4.1.6",
"whatwg-fetch": "^3.6.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/tus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@uppy/core": "workspace:^",
"jsdom": "^29.1.1",
"typescript": "^5.8.3",
"typescript": "^6.0.3",
"vitest": "^4.1.6"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/unsplash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
},
"devDependencies": {
"@uppy/core": "workspace:^",
"typescript": "^5.8.3"
"typescript": "^6.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/@uppy/url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"postcss": "^8.5.15",
"postcss-cli": "^11.0.1",
"sass": "^1.89.2",
"typescript": "^5.8.3",
"typescript": "^6.0.3",
"vitest": "^4.1.6"
}
}
2 changes: 1 addition & 1 deletion packages/@uppy/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@uppy/core": "workspace:^",
"typescript": "^5.8.3",
"typescript": "^6.0.3",
"vue": "^3.5.14"
},
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/webcam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"postcss": "^8.5.15",
"postcss-cli": "^11.0.1",
"sass": "^1.89.2",
"typescript": "^5.8.3",
"typescript": "^6.0.3",
"vitest": "^4.1.6"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/webdav/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
},
"devDependencies": {
"@uppy/core": "workspace:^",
"typescript": "^5.8.3"
"typescript": "^6.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/@uppy/xhr-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"jsdom": "^29.1.1",
"msw": "^2.10.4",
"playwright": "1.61.1",
"typescript": "^5.8.3",
"typescript": "^6.0.3",
"vitest": "^4.1.6"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/@uppy/xhr-upload/src/css.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module '*.css'
2 changes: 1 addition & 1 deletion packages/@uppy/zoom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
},
"devDependencies": {
"@uppy/core": "workspace:^",
"typescript": "^5.8.3"
"typescript": "^6.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/uppy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@
"postcss-cli": "^11.0.1",
"sass": "^1.89.2",
"tar": "^7.5.7",
"typescript": "^5.8.3"
"typescript": "^6.0.3"
}
}
Loading