File tree Expand file tree Collapse file tree 6 files changed +1014
-1219
lines changed
Expand file tree Collapse file tree 6 files changed +1014
-1219
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 strategy :
99 matrix :
10- node : [20, 22 ]
10+ node : [22, 24 ]
1111
1212 steps :
1313 - name : Checkout repository
Original file line number Diff line number Diff line change 1212 "react-leaflet" : " workspace:^"
1313 },
1414 "devDependencies" : {
15- "@types/react" : " ^19.0.1 " ,
15+ "@types/react" : " ^19.1.5 " ,
1616 "@types/react-dom" : " ^19.0.2" ,
17- "@vitejs/plugin-react" : " ^4.3.4 " ,
17+ "@vitejs/plugin-react" : " ^4.5.0 " ,
1818 "typescript" : " ^5.7.2" ,
1919 "vite" : " ^6.0.3"
2020 }
Original file line number Diff line number Diff line change 33 "version" : " 1.0.0" ,
44 "private" : true ,
55 "type" : " module" ,
6- "packageManager" : " pnpm@9.15 .0" ,
6+ "packageManager" : " pnpm@10.11 .0" ,
77 "scripts" : {
88 "lint" : " biome check --write ./packages" ,
99 "lint:ci" : " biome ci ./packages" ,
1313 "devDependencies" : {
1414 "@biomejs/biome" : " ^1.9.4" ,
1515 "@skypack/package-check" : " ^0.2.2" ,
16- "@swc/cli" : " ^0.5.2 " ,
17- "@swc/core" : " ^1.10.1 " ,
16+ "@swc/cli" : " ^0.7.7 " ,
17+ "@swc/core" : " ^1.11.29 " ,
1818 "@swc/jest" : " ^0.2.37" ,
1919 "@testing-library/react" : " ^16.1.0" ,
2020 "@types/jest" : " ^29.5.14" ,
3232 "typescript" : " ^5.7.2"
3333 },
3434 "pnpm" : {
35- "overrides" : {}
35+ "overrides" : {},
36+ "onlyBuiltDependencies" : [
37+ " @swc/core"
38+ ]
3639 },
3740 "jest" : {
3841 "projects" : [
Original file line number Diff line number Diff line change 2424 "scripts" : {
2525 "build:clean" : " del lib" ,
2626 "build:js" : " swc src -d ./lib --config-file ../../.swcrc --strip-leading-paths" ,
27- "build:types" : " tsc --emitDeclarationOnly" ,
27+ "build:types" : " tsc --emitDeclarationOnly --skipLibCheck " ,
2828 "build" : " pnpm run build:clean && pnpm run build:types && pnpm run build:js" ,
2929 "test:types" : " tsc --noEmit" ,
3030 "test:unit" : " cross-env NODE_ENV=test jest" ,
3939 "react-dom" : " ^19.0.0"
4040 },
4141 "devDependencies" : {
42- "@types/react" : " ^19.0.1 " ,
42+ "@types/react" : " ^19.1.5 " ,
4343 "@types/react-dom" : " ^19.0.2"
4444 },
4545 "jest" : {
Original file line number Diff line number Diff line change 2525 "scripts" : {
2626 "build:clean" : " del lib" ,
2727 "build:js" : " swc src -d ./lib --config-file ../../.swcrc --strip-leading-paths" ,
28- "build:types" : " tsc --emitDeclarationOnly" ,
28+ "build:types" : " tsc --emitDeclarationOnly --skipLibCheck " ,
2929 "build" : " pnpm run build:clean && pnpm run build:types && pnpm run build:js" ,
3030 "test:types" : " tsc --noEmit" ,
3131 "test:unit" : " cross-env NODE_ENV=test jest" ,
4545 "devDependencies" : {
4646 "@types/geojson" : " ^7946.0.15" ,
4747 "@types/leaflet" : " ^1.9.15" ,
48- "@types/react" : " ^19.0.1 " ,
48+ "@types/react" : " ^19.1.5 " ,
4949 "@types/react-dom" : " ^19.0.2"
5050 },
5151 "jest" : {
You can’t perform that action at this time.
0 commit comments