This repository was archived by the owner on Nov 27, 2023. It is now read-only.
File tree 24 files changed +108
-127
lines changed
step-extension-ogcapi-features-action
24 files changed +108
-127
lines changed Original file line number Diff line number Diff line change 11
11
"@testing-library/jest-dom" : " ^5.16.5" ,
12
12
"@testing-library/react" : " ^14.0.0" ,
13
13
"@testing-library/user-event" : " ^14.4.3" ,
14
- "@types/jest" : " ^29.5.2 " ,
14
+ "@types/jest" : " ^29.5.3 " ,
15
15
"@types/node" : " ^20.3.1" ,
16
16
"@types/react" : " ^18.2.14" ,
17
17
"@types/react-dom" : " ^18.2.6" ,
18
18
"babel-loader" : " 9.1.3" ,
19
19
"css-loader" : " ^6.7.4" ,
20
20
"html-webpack-plugin" : " 5.5.3" ,
21
- "jest" : " ^29.5.0 " ,
22
- "jest-environment-jsdom" : " ^29.5.0 " ,
21
+ "jest" : " ^29.6.2 " ,
22
+ "jest-environment-jsdom" : " ^29.6.2 " ,
23
23
"mini-css-extract-plugin" : " ^2.7.5" ,
24
24
"node-polyfill-webpack-plugin" : " ^2.0.1" ,
25
25
"null-loader" : " ^4.0.1" ,
26
26
"serve" : " 14.2.0" ,
27
27
"style-loader" : " ^3.3.3" ,
28
- "ts-jest" : " ^29.1.0 " ,
28
+ "ts-jest" : " ^29.1.1 " ,
29
29
"typescript" : " 5.1.6" ,
30
30
"util" : " ^0.12.5" ,
31
31
"webpack" : " ^5.88.0" ,
Original file line number Diff line number Diff line change 5
5
"baseUrl" : " ." ,
6
6
"declaration" : true ,
7
7
"esModuleInterop" : true ,
8
- "typeRoots" : [" ./node_modules/@types" ],
9
- "types" : [" @types/jest" ],
10
8
"jsx" : " react-jsx" ,
11
9
"importHelpers" : true ,
12
10
"lib" : [" dom" , " esnext" ],
Original file line number Diff line number Diff line change 22
22
"@testing-library/jest-dom" : " ^5.16.5" ,
23
23
"@testing-library/react" : " ^14.0.0" ,
24
24
"@testing-library/user-event" : " ^14.4.3" ,
25
- "@types/jest" : " ^29.5.2 " ,
25
+ "@types/jest" : " ^29.5.3 " ,
26
26
"@types/node" : " ^20.3.1" ,
27
27
"@types/react" : " ^18.2.14" ,
28
28
"@types/react-dom" : " ^18.2.6" ,
29
29
"babel-loader" : " 9.1.3" ,
30
- "jest" : " ^29.5.0 " ,
30
+ "jest" : " ^29.6.2 " ,
31
31
"jest-dom" : " ^4.0.0" ,
32
- "jest-environment-jsdom" : " ^29.5.0 " ,
33
- "ts-jest" : " ^29.1.0 " ,
32
+ "jest-environment-jsdom" : " ^29.6.2 " ,
33
+ "ts-jest" : " ^29.1.1 " ,
34
34
"typescript" : " ^5.1.3"
35
35
},
36
36
"jest" : {
Original file line number Diff line number Diff line change 5
5
"baseUrl" : " ." ,
6
6
"declaration" : true ,
7
7
"esModuleInterop" : true ,
8
- "typeRoots" : [" ./node_modules/@types" ],
9
- "types" : [" @types/jest" ],
10
8
"jsx" : " react-jsx" ,
11
9
"importHelpers" : true ,
12
10
"lib" : [" dom" , " esnext" ],
Original file line number Diff line number Diff line change 13
13
"@testing-library/react" : " ^14.0.0" ,
14
14
"@testing-library/user-event" : " ^14.4.3" ,
15
15
"@trivago/prettier-plugin-sort-imports" : " ^4.1.1" ,
16
- "@types/jest" : " ^29.5.2 " ,
16
+ "@types/jest" : " ^29.5.3 " ,
17
17
"@types/node" : " ^20.3.1" ,
18
18
"@types/react" : " ^18.2.14" ,
19
19
"@types/react-dom" : " ^18.2.6" ,
Original file line number Diff line number Diff line change 5
5
"baseUrl" : " ." ,
6
6
"declaration" : true ,
7
7
"esModuleInterop" : true ,
8
- "typeRoots" : [" ./node_modules/@types" ],
9
8
"jsx" : " react-jsx" ,
10
9
"importHelpers" : true ,
11
10
"lib" : [" dom" , " esnext" ],
Original file line number Diff line number Diff line change 11
11
"@testing-library/jest-dom" : " ^5.16.5" ,
12
12
"@testing-library/react" : " ^14.0.0" ,
13
13
"@testing-library/user-event" : " ^14.4.3" ,
14
- "@types/jest" : " ^29.5.2 " ,
14
+ "@types/jest" : " ^29.5.3 " ,
15
15
"@types/node" : " ^20.3.1" ,
16
16
"@types/react" : " ^18.2.14" ,
17
17
"@types/react-dom" : " ^18.2.6" ,
18
18
"babel-loader" : " 9.1.3" ,
19
19
"css-loader" : " ^6.7.4" ,
20
20
"html-webpack-plugin" : " 5.5.3" ,
21
- "jest" : " ^29.5.0 " ,
22
- "jest-environment-jsdom" : " ^29.5.0 " ,
21
+ "jest" : " ^29.6.2 " ,
22
+ "jest-environment-jsdom" : " ^29.6.2 " ,
23
23
"mini-css-extract-plugin" : " ^2.7.5" ,
24
24
"node-polyfill-webpack-plugin" : " ^2.0.1" ,
25
25
"null-loader" : " ^4.0.1" ,
26
26
"serve" : " 14.2.0" ,
27
27
"style-loader" : " ^3.3.3" ,
28
- "ts-jest" : " ^29.1.0 " ,
28
+ "ts-jest" : " ^29.1.1 " ,
29
29
"typescript" : " 5.1.6" ,
30
30
"util" : " ^0.12.5" ,
31
31
"webpack" : " ^5.88.0" ,
Original file line number Diff line number Diff line change 5
5
"baseUrl" : " ." ,
6
6
"declaration" : true ,
7
7
"esModuleInterop" : true ,
8
- "typeRoots" : [" ./node_modules/@types" ],
9
- "types" : [" @types/jest" ],
10
8
"jsx" : " react-jsx" ,
11
9
"importHelpers" : true ,
12
10
"lib" : [" dom" , " esnext" ],
Original file line number Diff line number Diff line change 12
12
"@testing-library/react" : " ^14.0.0" ,
13
13
"@testing-library/user-event" : " ^14.4.3" ,
14
14
"@trivago/prettier-plugin-sort-imports" : " ^4.1.1" ,
15
- "@types/jest" : " ^29.5.2 " ,
15
+ "@types/jest" : " ^29.5.3 " ,
16
16
"@types/node" : " ^20.3.1" ,
17
17
"@types/react" : " ^18.2.14" ,
18
18
"@types/react-dom" : " ^18.2.6" ,
29
29
"eslint-plugin-react" : " 7.33.0" ,
30
30
"eslint-plugin-react-hooks" : " ^4.6.0" ,
31
31
"html-webpack-plugin" : " 5.5.3" ,
32
- "jest" : " ^29.5.0 " ,
33
- "jest-environment-jsdom" : " ^29.5.0 " ,
32
+ "jest" : " ^29.6.2 " ,
33
+ "jest-environment-jsdom" : " ^29.6.2 " ,
34
34
"mini-css-extract-plugin" : " ^2.7.5" ,
35
35
"null-loader" : " ^4.0.1" ,
36
36
"prettier" : " 3.0.0" ,
37
37
"sass" : " ^1.63.6" ,
38
38
"sass-loader" : " ^13.3.2" ,
39
39
"serve" : " 14.2.0" ,
40
40
"style-loader" : " ^3.3.3" ,
41
- "ts-jest" : " ^29.1.0 " ,
41
+ "ts-jest" : " ^29.1.1 " ,
42
42
"typescript" : " 5.1.6" ,
43
43
"util" : " ^0.12.4" ,
44
44
"webpack" : " ^5.88.0" ,
Original file line number Diff line number Diff line change 5
5
"baseUrl" : " ." ,
6
6
"declaration" : true ,
7
7
"esModuleInterop" : true ,
8
- "typeRoots" : [" ./node_modules/@types" ],
9
- "types" : [" @types/jest" ],
10
8
"jsx" : " react-jsx" ,
11
9
"importHelpers" : true ,
12
10
"lib" : [" dom" , " esnext" ],
Original file line number Diff line number Diff line change 11
11
"@testing-library/jest-dom" : " ^5.16.5" ,
12
12
"@testing-library/react" : " ^14.0.0" ,
13
13
"@testing-library/user-event" : " ^14.4.3" ,
14
- "@types/jest" : " ^29.5.2 " ,
14
+ "@types/jest" : " ^29.5.3 " ,
15
15
"@types/node" : " ^20.3.1" ,
16
16
"@types/react" : " ^18.2.14" ,
17
17
"@types/react-dom" : " ^18.2.6" ,
18
18
"babel-loader" : " 9.1.3" ,
19
19
"css-loader" : " ^6.7.4" ,
20
20
"html-webpack-plugin" : " 5.5.3" ,
21
- "jest" : " ^29.5.0 " ,
22
- "jest-environment-jsdom" : " ^29.5.0 " ,
21
+ "jest" : " ^29.6.2 " ,
22
+ "jest-environment-jsdom" : " ^29.6.2 " ,
23
23
"mini-css-extract-plugin" : " ^2.7.5" ,
24
24
"node-polyfill-webpack-plugin" : " ^2.0.1" ,
25
25
"null-loader" : " ^4.0.1" ,
26
26
"serve" : " 14.2.0" ,
27
27
"style-loader" : " ^3.3.3" ,
28
- "ts-jest" : " ^29.1.0 " ,
28
+ "ts-jest" : " ^29.1.1 " ,
29
29
"typescript" : " 5.1.6" ,
30
30
"util" : " ^0.12.5" ,
31
31
"webpack" : " ^5.88.0" ,
Original file line number Diff line number Diff line change 5
5
"baseUrl" : " ." ,
6
6
"declaration" : true ,
7
7
"esModuleInterop" : true ,
8
- "typeRoots" : [" ./node_modules/@types" ],
9
- "types" : [" @types/jest" ],
10
8
"jsx" : " react-jsx" ,
11
9
"importHelpers" : true ,
12
10
"lib" : [" dom" , " esnext" ],
Original file line number Diff line number Diff line change 11
11
"@testing-library/jest-dom" : " ^5.16.5" ,
12
12
"@testing-library/react" : " ^14.0.0" ,
13
13
"@testing-library/user-event" : " ^14.4.3" ,
14
- "@types/jest" : " ^29.5.2 " ,
14
+ "@types/jest" : " ^29.5.3 " ,
15
15
"@types/node" : " ^20.3.1" ,
16
16
"@types/react" : " ^18.2.14" ,
17
17
"@types/react-dom" : " ^18.2.6" ,
18
18
"babel-loader" : " 9.1.3" ,
19
19
"css-loader" : " ^6.7.4" ,
20
20
"html-webpack-plugin" : " 5.5.3" ,
21
- "jest" : " ^29.5.0 " ,
22
- "jest-environment-jsdom" : " ^29.5.0 " ,
21
+ "jest" : " ^29.6.2 " ,
22
+ "jest-environment-jsdom" : " ^29.6.2 " ,
23
23
"mini-css-extract-plugin" : " ^2.7.5" ,
24
24
"node-polyfill-webpack-plugin" : " ^2.0.1" ,
25
25
"null-loader" : " ^4.0.1" ,
26
26
"serve" : " 14.2.0" ,
27
27
"style-loader" : " ^3.3.3" ,
28
- "ts-jest" : " ^29.1.0 " ,
28
+ "ts-jest" : " ^29.1.1 " ,
29
29
"typescript" : " 5.1.6" ,
30
30
"util" : " ^0.12.5" ,
31
31
"webpack" : " ^5.88.0" ,
Original file line number Diff line number Diff line change 5
5
"baseUrl" : " ." ,
6
6
"declaration" : true ,
7
7
"esModuleInterop" : true ,
8
- "typeRoots" : [" ./node_modules/@types" ],
9
- "types" : [" @types/jest" ],
10
8
"jsx" : " react-jsx" ,
11
9
"importHelpers" : true ,
12
10
"lib" : [" dom" , " esnext" ],
Original file line number Diff line number Diff line change 11
11
"@testing-library/jest-dom" : " ^5.16.5" ,
12
12
"@testing-library/react" : " ^14.0.0" ,
13
13
"@testing-library/user-event" : " ^14.4.3" ,
14
- "@types/jest" : " ^29.5.2 " ,
14
+ "@types/jest" : " ^29.5.3 " ,
15
15
"@types/node" : " ^20.3.1" ,
16
16
"@types/react" : " ^18.2.14" ,
17
17
"@types/react-dom" : " ^18.2.6" ,
18
18
"babel-loader" : " 9.1.3" ,
19
19
"css-loader" : " ^6.7.4" ,
20
20
"html-webpack-plugin" : " 5.5.3" ,
21
- "jest" : " ^29.5.0 " ,
22
- "jest-environment-jsdom" : " ^29.5.0 " ,
21
+ "jest" : " ^29.6.2 " ,
22
+ "jest-environment-jsdom" : " ^29.6.2 " ,
23
23
"mini-css-extract-plugin" : " ^2.7.5" ,
24
24
"node-polyfill-webpack-plugin" : " ^2.0.1" ,
25
25
"null-loader" : " ^4.0.1" ,
26
26
"serve" : " 14.2.0" ,
27
27
"style-loader" : " ^3.3.3" ,
28
- "ts-jest" : " ^29.1.0 " ,
28
+ "ts-jest" : " ^29.1.1 " ,
29
29
"typescript" : " 5.1.6" ,
30
30
"util" : " ^0.12.5" ,
31
31
"webpack" : " ^5.88.0" ,
Original file line number Diff line number Diff line change 5
5
"baseUrl" : " ." ,
6
6
"declaration" : true ,
7
7
"esModuleInterop" : true ,
8
- "typeRoots" : [" ./node_modules/@types" ],
9
- "types" : [" @types/jest" ],
10
8
"jsx" : " react-jsx" ,
11
9
"importHelpers" : true ,
12
10
"lib" : [" dom" , " esnext" ],
Original file line number Diff line number Diff line change 12
12
"@testing-library/jest-dom" : " ^5.16.5" ,
13
13
"@testing-library/react" : " ^14.0.0" ,
14
14
"@testing-library/user-event" : " ^14.4.3" ,
15
- "@types/jest" : " ^29.5.2 " ,
15
+ "@types/jest" : " ^29.5.3 " ,
16
16
"@types/node" : " ^20.3.1" ,
17
17
"@types/react" : " ^18.2.14" ,
18
18
"@types/react-dom" : " ^18.2.6" ,
19
19
"babel-loader" : " 9.1.3" ,
20
20
"css-loader" : " ^6.2.0" ,
21
21
"html-webpack-plugin" : " 5.5.3" ,
22
- "jest" : " ^29.5.0 " ,
23
- "jest-environment-jsdom" : " ^29.5.0 " ,
22
+ "jest" : " ^29.6.2 " ,
23
+ "jest-environment-jsdom" : " ^29.6.2 " ,
24
24
"mini-css-extract-plugin" : " ^2.7.5" ,
25
25
"node-polyfill-webpack-plugin" : " ^2.0.1" ,
26
26
"null-loader" : " ^4.0.1" ,
27
27
"serve" : " 14.2.0" ,
28
28
"style-loader" : " ^3.3.2" ,
29
- "ts-jest" : " ^29.1.0 " ,
29
+ "ts-jest" : " ^29.1.1 " ,
30
30
"typescript" : " 5.1.6" ,
31
31
"util" : " ^0.12.5" ,
32
32
"webpack" : " ^5.88.0" ,
Original file line number Diff line number Diff line change 5
5
"baseUrl" : " ." ,
6
6
"declaration" : true ,
7
7
"esModuleInterop" : true ,
8
- "typeRoots" : [" ./node_modules/@types" ],
9
- "types" : [" @types/jest" ],
10
8
"jsx" : " react-jsx" ,
11
9
"importHelpers" : true ,
12
10
"lib" : [" dom" , " esnext" ],
Original file line number Diff line number Diff line change 10
10
"@testing-library/jest-dom" : " ^5.16.5" ,
11
11
"@testing-library/react" : " ^14.0.0" ,
12
12
"@testing-library/user-event" : " ^14.4.3" ,
13
- "@types/jest" : " ^29.5.2 " ,
13
+ "@types/jest" : " ^29.5.3 " ,
14
14
"@types/node" : " ^20.3.1" ,
15
15
"@types/react" : " ^18.2.14" ,
16
16
"@types/react-dom" : " ^18.2.6" ,
Original file line number Diff line number Diff line change 10
10
"@testing-library/jest-dom" : " ^5.16.5" ,
11
11
"@testing-library/react" : " ^14.0.0" ,
12
12
"@testing-library/user-event" : " ^14.4.3" ,
13
- "@types/jest" : " ^29.5.2 " ,
13
+ "@types/jest" : " ^29.5.3 " ,
14
14
"@types/node" : " ^20.3.1" ,
15
15
"@types/react" : " ^18.2.14" ,
16
16
"@types/react-dom" : " ^18.2.5" ,
17
17
"babel-loader" : " 9.1.3" ,
18
18
"css-loader" : " ^6.7.4" ,
19
19
"html-webpack-plugin" : " 5.5.3" ,
20
- "jest" : " 29.6.2" ,
21
- "jest-environment-jsdom" : " ^29.5.0 " ,
20
+ "jest" : " ^ 29.6.2" ,
21
+ "jest-environment-jsdom" : " ^29.6.2 " ,
22
22
"mini-css-extract-plugin" : " ^2.7.5" ,
23
23
"node-polyfill-webpack-plugin" : " ^2.0.1" ,
24
24
"serve" : " 14.2.0" ,
25
25
"style-loader" : " ^3.3.2" ,
26
- "ts-jest" : " ^29.1.0 " ,
26
+ "ts-jest" : " ^29.1.1 " ,
27
27
"ts-loader" : " ^9.4.2" ,
28
28
"tsconfig-paths-webpack-plugin" : " 4.1.0" ,
29
29
"typescript" : " 5.1.6" ,
Original file line number Diff line number Diff line change 11
11
"@testing-library/jest-dom" : " ^5.16.5" ,
12
12
"@testing-library/react" : " ^14.0.0" ,
13
13
"@testing-library/user-event" : " ^14.4.3" ,
14
- "@types/jest" : " ^29.5.2 " ,
14
+ "@types/jest" : " ^29.5.3 " ,
15
15
"@types/node" : " ^20.3.1" ,
16
16
"@types/react" : " ^18.2.14" ,
17
17
"@types/react-dom" : " ^18.2.6" ,
18
18
"babel-loader" : " 9.1.3" ,
19
19
"css-loader" : " ^6.7.4" ,
20
20
"html-webpack-plugin" : " 5.5.3" ,
21
- "jest" : " ^29.5.0 " ,
22
- "jest-environment-jsdom" : " ^29.5.0 " ,
21
+ "jest" : " ^29.6.2 " ,
22
+ "jest-environment-jsdom" : " ^29.6.2 " ,
23
23
"mini-css-extract-plugin" : " ^2.7.5" ,
24
24
"node-polyfill-webpack-plugin" : " ^2.0.1" ,
25
25
"null-loader" : " ^4.0.1" ,
26
26
"serve" : " 14.2.0" ,
27
27
"style-loader" : " ^3.3.3" ,
28
- "ts-jest" : " ^29.1.0 " ,
28
+ "ts-jest" : " ^29.1.1 " ,
29
29
"typescript" : " 5.1.6" ,
30
30
"util" : " ^0.12.5" ,
31
31
"webpack" : " ^5.88.0" ,
Original file line number Diff line number Diff line change 5
5
"baseUrl" : " ." ,
6
6
"declaration" : true ,
7
7
"esModuleInterop" : true ,
8
- "typeRoots" : [" ./node_modules/@types" ],
9
- "types" : [" @types/jest" ],
10
8
"jsx" : " react-jsx" ,
11
9
"importHelpers" : true ,
12
10
"lib" : [" dom" , " esnext" ],
Original file line number Diff line number Diff line change 8
8
"@testing-library/react" : " ^14.0.0" ,
9
9
"@testing-library/user-event" : " ^14.4.3" ,
10
10
"@trivago/prettier-plugin-sort-imports" : " ^4.1.1" ,
11
- "@types/jest" : " ^29.5.2 " ,
11
+ "@types/jest" : " ^29.5.3 " ,
12
12
"@types/node" : " ^20.3.1" ,
13
13
"@types/react" : " ^18.2.14" ,
14
14
"@types/react-dom" : " ^18.2.6" ,
15
15
"css-loader" : " ^6.7.4" ,
16
16
"html-webpack-plugin" : " 5.5.3" ,
17
- "jest" : " 29.6.2" ,
18
- "jest-environment-jsdom" : " ^29.5.0 " ,
17
+ "jest" : " ^ 29.6.2" ,
18
+ "jest-environment-jsdom" : " ^29.6.2 " ,
19
19
"mini-css-extract-plugin" : " ^2.7.5" ,
20
20
"null-loader" : " ^4.0.1" ,
21
21
"prettier" : " 3.0.0" ,
22
22
"serve" : " 14.2.0" ,
23
23
"style-loader" : " ^3.3.3" ,
24
- "ts-jest" : " ^29.1.0 " ,
24
+ "ts-jest" : " ^29.1.1 " ,
25
25
"ts-loader" : " ^9.4.3" ,
26
26
"tsconfig-paths-webpack-plugin" : " 4.1.0" ,
27
27
"typescript" : " ^5.1.3" ,
You can’t perform that action at this time.
0 commit comments