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 7
7
runs-on : ubuntu-latest
8
8
strategy :
9
9
matrix :
10
- node : [20, 22 ]
10
+ node : [22, 24 ]
11
11
12
12
steps :
13
13
- name : Checkout repository
Original file line number Diff line number Diff line change 12
12
"react-leaflet" : " workspace:^"
13
13
},
14
14
"devDependencies" : {
15
- "@types/react" : " ^19.0.1 " ,
15
+ "@types/react" : " ^19.1.5 " ,
16
16
"@types/react-dom" : " ^19.0.2" ,
17
- "@vitejs/plugin-react" : " ^4.3.4 " ,
17
+ "@vitejs/plugin-react" : " ^4.5.0 " ,
18
18
"typescript" : " ^5.7.2" ,
19
19
"vite" : " ^6.0.3"
20
20
}
Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.0" ,
4
4
"private" : true ,
5
5
"type" : " module" ,
6
- "packageManager" : " pnpm@9.15 .0" ,
6
+ "packageManager" : " pnpm@10.11 .0" ,
7
7
"scripts" : {
8
8
"lint" : " biome check --write ./packages" ,
9
9
"lint:ci" : " biome ci ./packages" ,
13
13
"devDependencies" : {
14
14
"@biomejs/biome" : " ^1.9.4" ,
15
15
"@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 " ,
18
18
"@swc/jest" : " ^0.2.37" ,
19
19
"@testing-library/react" : " ^16.1.0" ,
20
20
"@types/jest" : " ^29.5.14" ,
32
32
"typescript" : " ^5.7.2"
33
33
},
34
34
"pnpm" : {
35
- "overrides" : {}
35
+ "overrides" : {},
36
+ "onlyBuiltDependencies" : [
37
+ " @swc/core"
38
+ ]
36
39
},
37
40
"jest" : {
38
41
"projects" : [
Original file line number Diff line number Diff line change 24
24
"scripts" : {
25
25
"build:clean" : " del lib" ,
26
26
"build:js" : " swc src -d ./lib --config-file ../../.swcrc --strip-leading-paths" ,
27
- "build:types" : " tsc --emitDeclarationOnly" ,
27
+ "build:types" : " tsc --emitDeclarationOnly --skipLibCheck " ,
28
28
"build" : " pnpm run build:clean && pnpm run build:types && pnpm run build:js" ,
29
29
"test:types" : " tsc --noEmit" ,
30
30
"test:unit" : " cross-env NODE_ENV=test jest" ,
39
39
"react-dom" : " ^19.0.0"
40
40
},
41
41
"devDependencies" : {
42
- "@types/react" : " ^19.0.1 " ,
42
+ "@types/react" : " ^19.1.5 " ,
43
43
"@types/react-dom" : " ^19.0.2"
44
44
},
45
45
"jest" : {
Original file line number Diff line number Diff line change 25
25
"scripts" : {
26
26
"build:clean" : " del lib" ,
27
27
"build:js" : " swc src -d ./lib --config-file ../../.swcrc --strip-leading-paths" ,
28
- "build:types" : " tsc --emitDeclarationOnly" ,
28
+ "build:types" : " tsc --emitDeclarationOnly --skipLibCheck " ,
29
29
"build" : " pnpm run build:clean && pnpm run build:types && pnpm run build:js" ,
30
30
"test:types" : " tsc --noEmit" ,
31
31
"test:unit" : " cross-env NODE_ENV=test jest" ,
45
45
"devDependencies" : {
46
46
"@types/geojson" : " ^7946.0.15" ,
47
47
"@types/leaflet" : " ^1.9.15" ,
48
- "@types/react" : " ^19.0.1 " ,
48
+ "@types/react" : " ^19.1.5 " ,
49
49
"@types/react-dom" : " ^19.0.2"
50
50
},
51
51
"jest" : {
You can’t perform that action at this time.
0 commit comments