Skip to content

Commit 75596ae

Browse files
committedDec 6, 2023
feat: update dependencies codemirror, fontawesome, svelte-awesome, and dev dependencies
1 parent 9c1ad15 commit 75596ae

File tree

3 files changed

+402
-427
lines changed

3 files changed

+402
-427
lines changed
 

‎package-lock.json

+346-371
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+29-29
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,16 @@
7070
"release-dry-run": "standard-version --dry-run"
7171
},
7272
"dependencies": {
73-
"@codemirror/autocomplete": "^6.11.0",
74-
"@codemirror/commands": "^6.3.0",
73+
"@codemirror/autocomplete": "^6.11.1",
74+
"@codemirror/commands": "^6.3.2",
7575
"@codemirror/lang-json": "^6.0.1",
76-
"@codemirror/language": "^6.9.2",
76+
"@codemirror/language": "^6.9.3",
7777
"@codemirror/lint": "^6.4.2",
78-
"@codemirror/search": "^6.5.4",
79-
"@codemirror/state": "^6.3.1",
80-
"@codemirror/view": "^6.22.0",
81-
"@fortawesome/free-regular-svg-icons": "^6.4.2",
82-
"@fortawesome/free-solid-svg-icons": "^6.4.2",
78+
"@codemirror/search": "^6.5.5",
79+
"@codemirror/state": "^6.3.3",
80+
"@codemirror/view": "^6.22.1",
81+
"@fortawesome/free-regular-svg-icons": "^6.5.1",
82+
"@fortawesome/free-solid-svg-icons": "^6.5.1",
8383
"@replit/codemirror-indentation-markers": "^6.5.0",
8484
"ajv": "^8.12.0",
8585
"codemirror-wrapped-line-indent": "^1.0.0",
@@ -92,15 +92,15 @@
9292
"memoize-one": "^6.0.0",
9393
"natural-compare-lite": "^1.4.0",
9494
"sass": "^1.69.5",
95-
"svelte": "^4.2.7",
96-
"svelte-awesome": "^3.2.1",
95+
"svelte": "^4.2.8",
96+
"svelte-awesome": "^3.3.0",
9797
"svelte-select": "^5.8.1",
9898
"svelte-simple-modal": "^1.6.1",
9999
"vanilla-picker": "^2.12.2"
100100
},
101101
"devDependencies": {
102-
"@babel/core": "7.23.3",
103-
"@babel/preset-env": "7.23.3",
102+
"@babel/core": "7.23.5",
103+
"@babel/preset-env": "7.23.5",
104104
"@commitlint/cli": "18.4.3",
105105
"@commitlint/config-conventional": "18.4.3",
106106
"@rollup/plugin-babel": "6.0.4",
@@ -110,39 +110,39 @@
110110
"@rollup/plugin-terser": "0.4.4",
111111
"@rollup/plugin-typescript": "11.1.5",
112112
"@sveltejs/adapter-auto": "2.1.1",
113-
"@sveltejs/kit": "1.27.6",
114-
"@sveltejs/package": "2.2.2",
115-
"@sveltejs/vite-plugin-svelte": "2.5.2",
116-
"@testing-library/jest-dom": "6.1.4",
113+
"@sveltejs/kit": "1.27.7",
114+
"@sveltejs/package": "2.2.3",
115+
"@sveltejs/vite-plugin-svelte": "2.5.3",
116+
"@testing-library/jest-dom": "6.1.5",
117117
"@testing-library/svelte": "4.0.5",
118-
"@types/cookie": "0.5.4",
118+
"@types/cookie": "0.6.0",
119119
"@types/expect": "24.3.0",
120120
"@types/jmespath": "0.15.2",
121-
"@types/lodash-es": "4.17.11",
122-
"@typescript-eslint/eslint-plugin": "6.12.0",
123-
"@typescript-eslint/parser": "6.12.0",
121+
"@types/lodash-es": "4.17.12",
122+
"@typescript-eslint/eslint-plugin": "6.13.2",
123+
"@typescript-eslint/parser": "6.13.2",
124124
"@vitest/coverage-c8": "0.33.0",
125125
"cpy-cli": "5.0.0",
126126
"del-cli": "5.1.0",
127-
"eslint": "8.54.0",
128-
"eslint-config-prettier": "9.0.0",
127+
"eslint": "8.55.0",
128+
"eslint-config-prettier": "9.1.0",
129129
"eslint-plugin-import": "2.29.0",
130130
"eslint-plugin-svelte": "2.35.1",
131131
"husky": "8.0.3",
132-
"jsdom": "22.1.0",
132+
"jsdom": "23.0.1",
133133
"lossless-json": "3.0.2",
134134
"npm-run-all": "4.1.5",
135135
"prettier": "3.1.0",
136-
"prettier-plugin-svelte": "3.1.1",
137-
"rollup": "4.5.0",
136+
"prettier-plugin-svelte": "3.1.2",
137+
"rollup": "4.6.1",
138138
"rollup-plugin-dts": "6.1.0",
139139
"rollup-plugin-svelte": "7.1.6",
140140
"standard-version": "9.5.0",
141-
"svelte-check": "3.6.0",
142-
"svelte-preprocess": "5.1.0",
143-
"svelte2tsx": "0.6.25",
141+
"svelte-check": "3.6.2",
142+
"svelte-preprocess": "5.1.1",
143+
"svelte2tsx": "0.6.27",
144144
"typescript": "5.3.2",
145-
"vite": "4.5.0",
145+
"vite": "4.5.1",
146146
"vitest": "0.34.6"
147147
}
148148
}

‎src/lib/components/__snapshots__/JSONEditor.test.ts.snap

+27-27
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ exports[`JSONEditor > render table mode 1`] = `
5757
>
5858
<svg
5959
aria-label=""
60-
class="fa-icon s-0fuyeY-3QfUe"
60+
class="fa-icon s-T5YyQewRBd7n"
6161
height="14.222222222222221"
6262
role="presentation"
6363
style=""
@@ -86,7 +86,7 @@ exports[`JSONEditor > render table mode 1`] = `
8686
>
8787
<svg
8888
aria-label=""
89-
class="fa-icon s-0fuyeY-3QfUe"
89+
class="fa-icon s-T5YyQewRBd7n"
9090
height="16"
9191
role="presentation"
9292
style=""
@@ -115,7 +115,7 @@ exports[`JSONEditor > render table mode 1`] = `
115115
>
116116
<svg
117117
aria-label=""
118-
class="fa-icon s-0fuyeY-3QfUe"
118+
class="fa-icon s-T5YyQewRBd7n"
119119
height="16"
120120
role="presentation"
121121
style=""
@@ -149,7 +149,7 @@ exports[`JSONEditor > render table mode 1`] = `
149149
>
150150
<svg
151151
aria-label=""
152-
class="fa-icon s-0fuyeY-3QfUe"
152+
class="fa-icon s-T5YyQewRBd7n"
153153
height="16"
154154
role="presentation"
155155
style=""
@@ -179,7 +179,7 @@ exports[`JSONEditor > render table mode 1`] = `
179179
>
180180
<svg
181181
aria-label=""
182-
class="fa-icon s-0fuyeY-3QfUe"
182+
class="fa-icon s-T5YyQewRBd7n"
183183
height="16"
184184
role="presentation"
185185
style=""
@@ -530,7 +530,7 @@ exports[`JSONEditor > render text mode 1`] = `
530530
>
531531
<svg
532532
aria-label=""
533-
class="fa-icon s-0fuyeY-3QfUe"
533+
class="fa-icon s-T5YyQewRBd7n"
534534
height="16"
535535
role="presentation"
536536
style=""
@@ -559,7 +559,7 @@ exports[`JSONEditor > render text mode 1`] = `
559559
>
560560
<svg
561561
aria-label=""
562-
class="fa-icon s-0fuyeY-3QfUe"
562+
class="fa-icon s-T5YyQewRBd7n"
563563
height="16"
564564
role="presentation"
565565
style=""
@@ -592,7 +592,7 @@ exports[`JSONEditor > render text mode 1`] = `
592592
>
593593
<svg
594594
aria-label=""
595-
class="fa-icon s-0fuyeY-3QfUe"
595+
class="fa-icon s-T5YyQewRBd7n"
596596
height="14.222222222222221"
597597
role="presentation"
598598
style=""
@@ -621,7 +621,7 @@ exports[`JSONEditor > render text mode 1`] = `
621621
>
622622
<svg
623623
aria-label=""
624-
class="fa-icon s-0fuyeY-3QfUe"
624+
class="fa-icon s-T5YyQewRBd7n"
625625
height="16"
626626
role="presentation"
627627
style=""
@@ -650,7 +650,7 @@ exports[`JSONEditor > render text mode 1`] = `
650650
>
651651
<svg
652652
aria-label=""
653-
class="fa-icon s-0fuyeY-3QfUe"
653+
class="fa-icon s-T5YyQewRBd7n"
654654
height="16"
655655
role="presentation"
656656
style=""
@@ -684,7 +684,7 @@ exports[`JSONEditor > render text mode 1`] = `
684684
>
685685
<svg
686686
aria-label=""
687-
class="fa-icon s-0fuyeY-3QfUe"
687+
class="fa-icon s-T5YyQewRBd7n"
688688
height="16"
689689
role="presentation"
690690
style=""
@@ -714,7 +714,7 @@ exports[`JSONEditor > render text mode 1`] = `
714714
>
715715
<svg
716716
aria-label=""
717-
class="fa-icon s-0fuyeY-3QfUe"
717+
class="fa-icon s-T5YyQewRBd7n"
718718
height="16"
719719
role="presentation"
720720
style=""
@@ -753,7 +753,7 @@ exports[`JSONEditor > render text mode 1`] = `
753753
>
754754
<div
755755
aria-live="polite"
756-
style="position: fixed; top: -10000px;"
756+
class="cm-announced"
757757
/>
758758
<div
759759
class="cm-scroller"
@@ -1137,7 +1137,7 @@ exports[`JSONEditor > render tree mode 1`] = `
11371137
>
11381138
<svg
11391139
aria-label=""
1140-
class="fa-icon s-0fuyeY-3QfUe"
1140+
class="fa-icon s-T5YyQewRBd7n"
11411141
height="16"
11421142
role="presentation"
11431143
style=""
@@ -1166,7 +1166,7 @@ exports[`JSONEditor > render tree mode 1`] = `
11661166
>
11671167
<svg
11681168
aria-label=""
1169-
class="fa-icon s-0fuyeY-3QfUe"
1169+
class="fa-icon s-T5YyQewRBd7n"
11701170
height="16"
11711171
role="presentation"
11721172
style=""
@@ -1199,7 +1199,7 @@ exports[`JSONEditor > render tree mode 1`] = `
11991199
>
12001200
<svg
12011201
aria-label=""
1202-
class="fa-icon s-0fuyeY-3QfUe"
1202+
class="fa-icon s-T5YyQewRBd7n"
12031203
height="14.222222222222221"
12041204
role="presentation"
12051205
style=""
@@ -1228,7 +1228,7 @@ exports[`JSONEditor > render tree mode 1`] = `
12281228
>
12291229
<svg
12301230
aria-label=""
1231-
class="fa-icon s-0fuyeY-3QfUe"
1231+
class="fa-icon s-T5YyQewRBd7n"
12321232
height="16"
12331233
role="presentation"
12341234
style=""
@@ -1257,7 +1257,7 @@ exports[`JSONEditor > render tree mode 1`] = `
12571257
>
12581258
<svg
12591259
aria-label=""
1260-
class="fa-icon s-0fuyeY-3QfUe"
1260+
class="fa-icon s-T5YyQewRBd7n"
12611261
height="16"
12621262
role="presentation"
12631263
style=""
@@ -1286,7 +1286,7 @@ exports[`JSONEditor > render tree mode 1`] = `
12861286
>
12871287
<svg
12881288
aria-label=""
1289-
class="fa-icon s-0fuyeY-3QfUe"
1289+
class="fa-icon s-T5YyQewRBd7n"
12901290
height="16"
12911291
role="presentation"
12921292
style=""
@@ -1320,7 +1320,7 @@ exports[`JSONEditor > render tree mode 1`] = `
13201320
>
13211321
<svg
13221322
aria-label=""
1323-
class="fa-icon s-0fuyeY-3QfUe"
1323+
class="fa-icon s-T5YyQewRBd7n"
13241324
height="16"
13251325
role="presentation"
13261326
style=""
@@ -1350,7 +1350,7 @@ exports[`JSONEditor > render tree mode 1`] = `
13501350
>
13511351
<svg
13521352
aria-label=""
1353-
class="fa-icon s-0fuyeY-3QfUe"
1353+
class="fa-icon s-T5YyQewRBd7n"
13541354
height="16"
13551355
role="presentation"
13561356
style=""
@@ -1394,7 +1394,7 @@ exports[`JSONEditor > render tree mode 1`] = `
13941394
>
13951395
<svg
13961396
aria-label=""
1397-
class="fa-icon s-0fuyeY-3QfUe"
1397+
class="fa-icon s-T5YyQewRBd7n"
13981398
height="16"
13991399
role="presentation"
14001400
style=""
@@ -1432,7 +1432,7 @@ exports[`JSONEditor > render tree mode 1`] = `
14321432
14331433
<svg
14341434
aria-label=""
1435-
class="fa-icon s-0fuyeY-3QfUe"
1435+
class="fa-icon s-T5YyQewRBd7n"
14361436
height="16"
14371437
role="presentation"
14381438
style=""
@@ -1498,7 +1498,7 @@ exports[`JSONEditor > render tree mode 1`] = `
14981498
>
14991499
<svg
15001500
aria-label=""
1501-
class="fa-icon s-0fuyeY-3QfUe"
1501+
class="fa-icon s-T5YyQewRBd7n"
15021502
height="16"
15031503
role="presentation"
15041504
style=""
@@ -1583,7 +1583,7 @@ exports[`JSONEditor > render tree mode 1`] = `
15831583
>
15841584
<svg
15851585
aria-label=""
1586-
class="fa-icon s-0fuyeY-3QfUe"
1586+
class="fa-icon s-T5YyQewRBd7n"
15871587
height="16"
15881588
role="presentation"
15891589
style=""
@@ -1761,7 +1761,7 @@ exports[`JSONEditor > render tree mode 1`] = `
17611761
>
17621762
<svg
17631763
aria-label=""
1764-
class="fa-icon s-0fuyeY-3QfUe"
1764+
class="fa-icon s-T5YyQewRBd7n"
17651765
height="16"
17661766
role="presentation"
17671767
style=""
@@ -2002,7 +2002,7 @@ exports[`JSONEditor > render tree mode 1`] = `
20022002
>
20032003
<svg
20042004
aria-label=""
2005-
class="fa-icon s-0fuyeY-3QfUe"
2005+
class="fa-icon s-T5YyQewRBd7n"
20062006
height="16"
20072007
role="presentation"
20082008
style=""

0 commit comments

Comments
 (0)
Please sign in to comment.