@stackoverflow/stacks 1.10.3 → 1.10.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/stacks.css +4 -0
- package/dist/css/stacks.min.css +1 -1
- package/lib/atomic/typography.less +4 -0
- package/lib/components/expandable/expandable.a11y.test.ts +27 -0
- package/lib/components/expandable/expandable.visual.test.ts +27 -0
- package/lib/components/link-preview/link-preview.a11y.test.ts +55 -0
- package/lib/components/link-preview/link-preview.visual.test.ts +52 -0
- package/lib/components/notice/notice.a11y.test.ts +22 -0
- package/lib/components/notice/notice.visual.test.ts +26 -0
- package/lib/components/pagination/pagination.a11y.test.ts +22 -0
- package/lib/components/pagination/pagination.visual.test.ts +26 -0
- package/lib/components/spinner/spinner.a11y.test.ts +15 -0
- package/lib/components/spinner/spinner.visual.test.ts +43 -0
- package/lib/components/toast/toast.a11y.test.ts +35 -0
- package/lib/components/toast/toast.visual.test.ts +10 -6
- package/lib/components/toggle-switch/toggle-switch.less +1 -0
- package/package.json +9 -9
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { html } from "@open-wc/testing";
|
|
2
|
+
import { runComponentTests } from "../../test/test-utils";
|
|
3
|
+
import "../../index";
|
|
4
|
+
|
|
5
|
+
describe("expandable", () => {
|
|
6
|
+
runComponentTests({
|
|
7
|
+
type: "a11y",
|
|
8
|
+
baseClass: "s-expandable",
|
|
9
|
+
modifiers: {
|
|
10
|
+
global: ["is-expanded"],
|
|
11
|
+
},
|
|
12
|
+
children: {
|
|
13
|
+
default: `
|
|
14
|
+
<div class="s-expandable--content">
|
|
15
|
+
<p class="mb8">Expandable: Lorem ipsum dolor sit amet, ex iudicabit necessitatibus usu, cetero laboramus concludaturque mel no, facilisis posidonium cu cum. Pro ex senserit dissentiunt, imperdiet intellegam at sed, ex pri dicit eruditi convenire. Est harum movet gubergren ei, errem dictas evertitur ea sit, at mei oratio eligendi. Ad vis legere possit, vis ne ipsum democritum appellantur. Nullam ancillae iudicabit his ad.</p>
|
|
16
|
+
</div>
|
|
17
|
+
`,
|
|
18
|
+
},
|
|
19
|
+
template: ({ component, testid }) => html`
|
|
20
|
+
<div class="ws2 p8" data-testid="${testid}">
|
|
21
|
+
<div><p>Before expandable content</p></div>
|
|
22
|
+
${component}
|
|
23
|
+
<div><p>After expandable content</p></div>
|
|
24
|
+
</div>
|
|
25
|
+
`,
|
|
26
|
+
});
|
|
27
|
+
});
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { html } from "@open-wc/testing";
|
|
2
|
+
import { runComponentTests } from "../../test/test-utils";
|
|
3
|
+
import "../../index";
|
|
4
|
+
|
|
5
|
+
describe("expandable", () => {
|
|
6
|
+
runComponentTests({
|
|
7
|
+
type: "visual",
|
|
8
|
+
baseClass: "s-expandable",
|
|
9
|
+
modifiers: {
|
|
10
|
+
global: ["is-expanded"],
|
|
11
|
+
},
|
|
12
|
+
children: {
|
|
13
|
+
default: `
|
|
14
|
+
<div class="s-expandable--content">
|
|
15
|
+
<p class="mb8">Expandable: Lorem ipsum dolor sit amet, ex iudicabit necessitatibus usu, cetero laboramus concludaturque mel no, facilisis posidonium cu cum. Pro ex senserit dissentiunt, imperdiet intellegam at sed, ex pri dicit eruditi convenire. Est harum movet gubergren ei, errem dictas evertitur ea sit, at mei oratio eligendi. Ad vis legere possit, vis ne ipsum democritum appellantur. Nullam ancillae iudicabit his ad.</p>
|
|
16
|
+
</div>
|
|
17
|
+
`,
|
|
18
|
+
},
|
|
19
|
+
template: ({ component, testid }) => html`
|
|
20
|
+
<div class="ws2 p8" data-testid="${testid}">
|
|
21
|
+
<div><p>Before expandable content</p></div>
|
|
22
|
+
${component}
|
|
23
|
+
<div><p>After expandable content</p></div>
|
|
24
|
+
</div>
|
|
25
|
+
`,
|
|
26
|
+
});
|
|
27
|
+
});
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { runComponentTests } from "../../test/test-utils";
|
|
2
|
+
import "../../index";
|
|
3
|
+
|
|
4
|
+
const getChild = (child?: string): string => {
|
|
5
|
+
return `
|
|
6
|
+
<div class="s-link-preview--header">
|
|
7
|
+
<div class="s-link-preview--icon">👋</div>
|
|
8
|
+
<div>
|
|
9
|
+
<a href="#" class="s-link-preview--title">
|
|
10
|
+
Using hooks for a simple fetch request and breaking the rules of hooks, unsure how?
|
|
11
|
+
</a>
|
|
12
|
+
<div class="s-link-preview--details">
|
|
13
|
+
Issue submitted by Ricky Otero on <relative-time datetime="2019-08-12T04:05:22Z" title="Aug 12, 2019, 12:05 AM EDT">Aug 12, 2019</relative-time> • <strong>RESOLVED</strong>
|
|
14
|
+
</div>
|
|
15
|
+
</div>
|
|
16
|
+
</div>
|
|
17
|
+
${
|
|
18
|
+
child
|
|
19
|
+
? child
|
|
20
|
+
: `
|
|
21
|
+
<div class="s-link-preview--body">
|
|
22
|
+
<p>I'm trying to create a simple fetch with hooks from an AWS database. At the moment it errors out and the only reason I can see is because it breaks the rules of hooks but I'm not sure how. It's at the top level of this functional component and it's not called inside an event handler.</p>
|
|
23
|
+
<p>The result of this call (an array of user data), needs to be exported as a function and called in another file.</p>
|
|
24
|
+
<p>If anyone can spot something I have missed and can highlighted how I'm breaking the rules of hooks I'd be grateful!</p>
|
|
25
|
+
<p>Thanks!</p>
|
|
26
|
+
</div>
|
|
27
|
+
`
|
|
28
|
+
}
|
|
29
|
+
<div class="s-link-preview--footer">
|
|
30
|
+
<a href="#" class="s-link-preview--url">https://stackoverflow.atlassian.net/projects/SREREQ/queues/custom/1</a>
|
|
31
|
+
<a href="#" class="s-link-preview--misc">Privacy notice</a>
|
|
32
|
+
</div>
|
|
33
|
+
`;
|
|
34
|
+
};
|
|
35
|
+
describe("link preview", () => {
|
|
36
|
+
runComponentTests({
|
|
37
|
+
type: "a11y",
|
|
38
|
+
baseClass: "s-link-preview",
|
|
39
|
+
children: {
|
|
40
|
+
default: getChild(),
|
|
41
|
+
code: getChild(`
|
|
42
|
+
<div class="s-link-preview--code">
|
|
43
|
+
<pre class="language-js s-code-block" tabindex="0"><code class="language-js s-code-block"><span class="hljs-meta">'use strict'</span>;</code></pre>
|
|
44
|
+
</div>
|
|
45
|
+
`),
|
|
46
|
+
},
|
|
47
|
+
// TODO: Most of those skipped tests should be fixed by the new Stacks 2.0 palette
|
|
48
|
+
skippedTestids: [
|
|
49
|
+
"s-link-preview-dark",
|
|
50
|
+
"s-link-preview-dark-code",
|
|
51
|
+
"s-link-preview-light",
|
|
52
|
+
"s-link-preview-light-code",
|
|
53
|
+
],
|
|
54
|
+
});
|
|
55
|
+
});
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { html } from "@open-wc/testing";
|
|
2
|
+
import { runComponentTests } from "../../test/test-utils";
|
|
3
|
+
import "../../index";
|
|
4
|
+
|
|
5
|
+
const getChild = (child?: string): string => {
|
|
6
|
+
return `
|
|
7
|
+
<div class="s-link-preview--header">
|
|
8
|
+
<div class="s-link-preview--icon">👋</div>
|
|
9
|
+
<div>
|
|
10
|
+
<a href="#" class="s-link-preview--title">
|
|
11
|
+
Using hooks for a simple fetch request and breaking the rules of hooks, unsure how?
|
|
12
|
+
</a>
|
|
13
|
+
<div class="s-link-preview--details">
|
|
14
|
+
Issue submitted by Ricky Otero on <relative-time datetime="2019-08-12T04:05:22Z" title="Aug 12, 2019, 12:05 AM EDT">Aug 12, 2019</relative-time> • <strong>RESOLVED</strong>
|
|
15
|
+
</div>
|
|
16
|
+
</div>
|
|
17
|
+
</div>
|
|
18
|
+
${
|
|
19
|
+
child
|
|
20
|
+
? child
|
|
21
|
+
: `
|
|
22
|
+
<div class="s-link-preview--body">
|
|
23
|
+
<p>I'm trying to create a simple fetch with hooks from an AWS database. At the moment it errors out and the only reason I can see is because it breaks the rules of hooks but I'm not sure how. It's at the top level of this functional component and it's not called inside an event handler.</p>
|
|
24
|
+
<p>The result of this call (an array of user data), needs to be exported as a function and called in another file.</p>
|
|
25
|
+
<p>If anyone can spot something I have missed and can highlighted how I'm breaking the rules of hooks I'd be grateful!</p>
|
|
26
|
+
<p>Thanks!</p>
|
|
27
|
+
</div>
|
|
28
|
+
`
|
|
29
|
+
}
|
|
30
|
+
<div class="s-link-preview--footer">
|
|
31
|
+
<a href="#" class="s-link-preview--url">https://stackoverflow.atlassian.net/projects/SREREQ/queues/custom/1</a>
|
|
32
|
+
<a href="#" class="s-link-preview--misc">Privacy notice</a>
|
|
33
|
+
</div>
|
|
34
|
+
`;
|
|
35
|
+
};
|
|
36
|
+
describe("link preview", () => {
|
|
37
|
+
runComponentTests({
|
|
38
|
+
type: "visual",
|
|
39
|
+
baseClass: "s-link-preview",
|
|
40
|
+
children: {
|
|
41
|
+
default: getChild(),
|
|
42
|
+
code: getChild(`
|
|
43
|
+
<div class="s-link-preview--code">
|
|
44
|
+
<pre class="language-js s-code-block" tabindex="0"><code class="language-js s-code-block"><span class="hljs-meta">'use strict'</span>;</code></pre>
|
|
45
|
+
</div>
|
|
46
|
+
`),
|
|
47
|
+
},
|
|
48
|
+
template: ({ component, testid }) => html`
|
|
49
|
+
<div class="ws8 p8" data-testid="${testid}">${component}</div>
|
|
50
|
+
`,
|
|
51
|
+
});
|
|
52
|
+
});
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { runComponentTests } from "../../test/test-utils";
|
|
2
|
+
import "../../index";
|
|
3
|
+
|
|
4
|
+
describe("notice", () => {
|
|
5
|
+
runComponentTests({
|
|
6
|
+
type: "a11y",
|
|
7
|
+
baseClass: "s-notice",
|
|
8
|
+
variants: ["info", "success", "warning", "danger"],
|
|
9
|
+
modifiers: {
|
|
10
|
+
primary: ["important"],
|
|
11
|
+
},
|
|
12
|
+
children: {
|
|
13
|
+
default: `Test notice`,
|
|
14
|
+
},
|
|
15
|
+
tag: "aside",
|
|
16
|
+
skippedTestids: [
|
|
17
|
+
/s-notice-dark/,
|
|
18
|
+
"s-notice-light-success-important",
|
|
19
|
+
"s-notice-light-warning-important",
|
|
20
|
+
],
|
|
21
|
+
});
|
|
22
|
+
});
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { runComponentTests } from "../../test/test-utils";
|
|
2
|
+
import { html } from "@open-wc/testing";
|
|
3
|
+
import "../../index";
|
|
4
|
+
|
|
5
|
+
describe("notice", () => {
|
|
6
|
+
runComponentTests({
|
|
7
|
+
type: "visual",
|
|
8
|
+
baseClass: "s-notice",
|
|
9
|
+
variants: ["info", "success", "warning", "danger"],
|
|
10
|
+
modifiers: {
|
|
11
|
+
primary: ["important"],
|
|
12
|
+
},
|
|
13
|
+
attributes: {
|
|
14
|
+
ariaHidden: "false",
|
|
15
|
+
},
|
|
16
|
+
children: {
|
|
17
|
+
default: `Test notice`,
|
|
18
|
+
},
|
|
19
|
+
tag: "aside",
|
|
20
|
+
template: ({ component, testid }) => html`
|
|
21
|
+
<div class="d-inline-block p8" data-testid="${testid}">
|
|
22
|
+
${component}
|
|
23
|
+
</div>
|
|
24
|
+
`,
|
|
25
|
+
});
|
|
26
|
+
});
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { runComponentTests } from "../../test/test-utils";
|
|
2
|
+
import "../../index";
|
|
3
|
+
|
|
4
|
+
describe("pagination", () => {
|
|
5
|
+
runComponentTests({
|
|
6
|
+
type: "a11y",
|
|
7
|
+
baseClass: "s-pagination",
|
|
8
|
+
children: {
|
|
9
|
+
default: `
|
|
10
|
+
<a class="s-pagination--item" href="#">Prev</a>
|
|
11
|
+
<a class="s-pagination--item" href="#">1</a>
|
|
12
|
+
<span class="s-pagination--item is-selected" aria-current="page">2</span>
|
|
13
|
+
<a class="s-pagination--item" href="#">3</a>
|
|
14
|
+
<span class="s-pagination--item s-pagination--item__clear">…</span>
|
|
15
|
+
<a class="s-pagination--item" href="#">100</a>
|
|
16
|
+
<a class="s-pagination--item" href="#">Next</a>
|
|
17
|
+
`,
|
|
18
|
+
},
|
|
19
|
+
// TODO: Most of those skipped tests should be fixed by the new Stacks 2.0 palette
|
|
20
|
+
skippedTestids: ["s-pagination-dark", "s-pagination-light"],
|
|
21
|
+
});
|
|
22
|
+
});
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { html } from "@open-wc/testing";
|
|
2
|
+
import { runComponentTests } from "../../test/test-utils";
|
|
3
|
+
import "../../index";
|
|
4
|
+
|
|
5
|
+
describe("pagination", () => {
|
|
6
|
+
runComponentTests({
|
|
7
|
+
type: "visual",
|
|
8
|
+
baseClass: "s-pagination",
|
|
9
|
+
children: {
|
|
10
|
+
default: `
|
|
11
|
+
<a class="s-pagination--item" href="#">Prev</a>
|
|
12
|
+
<a class="s-pagination--item" href="#">1</a>
|
|
13
|
+
<span class="s-pagination--item is-selected" aria-current="page">2</span>
|
|
14
|
+
<a class="s-pagination--item" href="#">3</a>
|
|
15
|
+
<span class="s-pagination--item s-pagination--item__clear">…</span>
|
|
16
|
+
<a class="s-pagination--item" href="#">100</a>
|
|
17
|
+
<a class="s-pagination--item" href="#">Next</a>
|
|
18
|
+
`,
|
|
19
|
+
},
|
|
20
|
+
template: ({ component, testid }) => html`
|
|
21
|
+
<div class="d-inline-block p8" data-testid="${testid}">
|
|
22
|
+
${component}
|
|
23
|
+
</div>
|
|
24
|
+
`,
|
|
25
|
+
});
|
|
26
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { runComponentTests } from "../../test/test-utils";
|
|
2
|
+
import "../../index";
|
|
3
|
+
|
|
4
|
+
describe("spinner", () => {
|
|
5
|
+
runComponentTests({
|
|
6
|
+
type: "a11y",
|
|
7
|
+
baseClass: "s-spinner",
|
|
8
|
+
modifiers: {
|
|
9
|
+
primary: ["xs", "sm", "md", "lg"],
|
|
10
|
+
},
|
|
11
|
+
children: {
|
|
12
|
+
default: `<div class="v-visible-sr">Loading…</div>`,
|
|
13
|
+
},
|
|
14
|
+
});
|
|
15
|
+
});
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { html } from "@open-wc/testing";
|
|
2
|
+
import { runComponentTests } from "../../test/test-utils";
|
|
3
|
+
import "../../index";
|
|
4
|
+
|
|
5
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
6
|
+
const template = ({ component, testid }: any) => html`
|
|
7
|
+
<div class="d-inline-block p8" data-testid="${testid}">${component}</div>
|
|
8
|
+
`;
|
|
9
|
+
describe("spinner", () => {
|
|
10
|
+
// default, sizes
|
|
11
|
+
runComponentTests({
|
|
12
|
+
type: "visual",
|
|
13
|
+
baseClass: "s-spinner",
|
|
14
|
+
modifiers: {
|
|
15
|
+
primary: ["xs", "sm", "md", "lg"],
|
|
16
|
+
},
|
|
17
|
+
children: {
|
|
18
|
+
default: `<div class="v-visible-sr">Loading…</div>`,
|
|
19
|
+
},
|
|
20
|
+
template,
|
|
21
|
+
});
|
|
22
|
+
// applied font color
|
|
23
|
+
runComponentTests({
|
|
24
|
+
type: "visual",
|
|
25
|
+
baseClass: "s-spinner",
|
|
26
|
+
modifiers: {
|
|
27
|
+
global: ["fc-theme-primary"],
|
|
28
|
+
},
|
|
29
|
+
children: {
|
|
30
|
+
default: `<div class="v-visible-sr">Loading…</div>`,
|
|
31
|
+
},
|
|
32
|
+
template,
|
|
33
|
+
});
|
|
34
|
+
// .is-loading
|
|
35
|
+
runComponentTests({
|
|
36
|
+
type: "visual",
|
|
37
|
+
baseClass: "is-loading",
|
|
38
|
+
children: {
|
|
39
|
+
default: `Loading…`,
|
|
40
|
+
},
|
|
41
|
+
template,
|
|
42
|
+
});
|
|
43
|
+
});
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { runComponentTests } from "../../test/test-utils";
|
|
2
|
+
import { html } from "@open-wc/testing";
|
|
3
|
+
import "../../index";
|
|
4
|
+
|
|
5
|
+
describe("toast > notice", () => {
|
|
6
|
+
// This is a test of notice component wrapped in a toast component
|
|
7
|
+
runComponentTests({
|
|
8
|
+
type: "a11y",
|
|
9
|
+
baseClass: "s-notice", // s-toast is a wrapper around s-notice
|
|
10
|
+
variants: ["info", "success", "warning", "danger"],
|
|
11
|
+
modifiers: {
|
|
12
|
+
primary: ["important"],
|
|
13
|
+
},
|
|
14
|
+
children: {
|
|
15
|
+
toast: `<span id="message">Test toast</span>`,
|
|
16
|
+
},
|
|
17
|
+
tag: "aside",
|
|
18
|
+
template: ({ component, testid }) => html`
|
|
19
|
+
<div
|
|
20
|
+
class="s-toast ps-static t0 l0"
|
|
21
|
+
role="alertdialog"
|
|
22
|
+
aria-hidden="false"
|
|
23
|
+
aria-labelledby="message"
|
|
24
|
+
data-testid="${testid}"
|
|
25
|
+
>
|
|
26
|
+
${component}
|
|
27
|
+
</div>
|
|
28
|
+
`,
|
|
29
|
+
skippedTestids: [
|
|
30
|
+
/s-notice-dark.*-toast/,
|
|
31
|
+
"s-notice-light-success-important-toast",
|
|
32
|
+
"s-notice-light-warning-important-toast",
|
|
33
|
+
],
|
|
34
|
+
});
|
|
35
|
+
});
|
|
@@ -11,16 +11,20 @@ describe("toast > notice", () => {
|
|
|
11
11
|
modifiers: {
|
|
12
12
|
primary: ["important"],
|
|
13
13
|
},
|
|
14
|
-
attributes: {
|
|
15
|
-
ariaHidden: "false",
|
|
16
|
-
},
|
|
17
14
|
children: {
|
|
18
|
-
toast: "Test toast
|
|
15
|
+
toast: `<span id="message">Test toast</span>`,
|
|
19
16
|
},
|
|
20
17
|
tag: "aside",
|
|
21
18
|
template: ({ component, testid }) => html`
|
|
22
|
-
<div data-testid="${testid}"
|
|
23
|
-
|
|
19
|
+
<div class="d-inline-block p8" data-testid="${testid}">
|
|
20
|
+
<div
|
|
21
|
+
class="s-toast ps-static t0 l0"
|
|
22
|
+
role="alertdialog"
|
|
23
|
+
aria-hidden="false"
|
|
24
|
+
aria-labelledby="message"
|
|
25
|
+
>
|
|
26
|
+
${component}
|
|
27
|
+
</div>
|
|
24
28
|
</div>
|
|
25
29
|
`,
|
|
26
30
|
});
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/StackExchange/Stacks.git"
|
|
7
7
|
},
|
|
8
|
-
"version": "1.10.
|
|
8
|
+
"version": "1.10.5",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist",
|
|
11
11
|
"lib"
|
|
@@ -50,38 +50,38 @@
|
|
|
50
50
|
"@stackoverflow/stacks-icons": "^5.5.0",
|
|
51
51
|
"@testing-library/dom": "^9.3.1",
|
|
52
52
|
"@testing-library/user-event": "^14.4.3",
|
|
53
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
54
|
-
"@typescript-eslint/parser": "^6.
|
|
53
|
+
"@typescript-eslint/eslint-plugin": "^6.5.0",
|
|
54
|
+
"@typescript-eslint/parser": "^6.6.0",
|
|
55
55
|
"@web/dev-server-esbuild": "^0.4.1",
|
|
56
56
|
"@web/dev-server-rollup": "^0.5.2",
|
|
57
|
-
"@web/test-runner": "^0.17.
|
|
57
|
+
"@web/test-runner": "^0.17.1",
|
|
58
58
|
"@web/test-runner-playwright": "^0.10.1",
|
|
59
59
|
"@web/test-runner-visual-regression": "^0.8.2",
|
|
60
60
|
"apca-w3": "^0.1.9",
|
|
61
|
-
"concurrently": "^8.2.
|
|
61
|
+
"concurrently": "^8.2.1",
|
|
62
62
|
"css-loader": "^6.8.1",
|
|
63
63
|
"cssnano": "^6.0.1",
|
|
64
64
|
"docsearch.js": "^2.6.3",
|
|
65
65
|
"eleventy-plugin-highlightjs": "^1.1.0",
|
|
66
66
|
"eleventy-plugin-nesting-toc": "^1.3.0",
|
|
67
|
-
"eslint": "^8.
|
|
67
|
+
"eslint": "^8.48.0",
|
|
68
68
|
"eslint-config-prettier": "^9.0.0",
|
|
69
69
|
"eslint-plugin-no-unsanitized": "^4.0.2",
|
|
70
|
-
"jquery": "^3.7.
|
|
70
|
+
"jquery": "^3.7.1",
|
|
71
71
|
"less-loader": "^11.1.3",
|
|
72
72
|
"list.js": "^2.3.1",
|
|
73
73
|
"markdown-it": "^13.0.1",
|
|
74
74
|
"mini-css-extract-plugin": "^2.7.6",
|
|
75
75
|
"postcss-less": "^6.0.0",
|
|
76
76
|
"postcss-loader": "^7.3.3",
|
|
77
|
-
"prettier": "^3.0.
|
|
77
|
+
"prettier": "^3.0.3",
|
|
78
78
|
"rollup-plugin-postcss": "^4.0.2",
|
|
79
79
|
"stylelint": "^15.10.3",
|
|
80
80
|
"stylelint-config-recommended": "^13.0.0",
|
|
81
81
|
"stylelint-config-standard": "^34.0.0",
|
|
82
82
|
"terser-webpack-plugin": "^5.3.9",
|
|
83
83
|
"ts-loader": "^9.4.4",
|
|
84
|
-
"typescript": "^5.
|
|
84
|
+
"typescript": "^5.2.2",
|
|
85
85
|
"webpack": "^5.88.2",
|
|
86
86
|
"webpack-cli": "^5.1.4",
|
|
87
87
|
"webpack-merge": "^5.9.0"
|