@stack-spot/ai-chat-widget 1.3.3 → 1.4.0
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/CHANGELOG.md +24 -0
- package/package.json +7 -7
- package/dist/app-metadata.json +0 -151
- package/src/app-metadata.json +0 -151
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.4.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget-v1.3.3...ai-chat-widget@v1.4.0) (2024-11-04)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* agent home + many more fixes and adjustments ([49963fb](https://github.com/stack-spot/portal-ai-chat-widget/commit/49963fbdd550b8c3440d260a4540531f26452509))
|
|
9
|
+
* agent home + many more fixes and adjustments ([49963fb](https://github.com/stack-spot/portal-ai-chat-widget/commit/49963fbdd550b8c3440d260a4540531f26452509))
|
|
10
|
+
* copy all event ([8e756e8](https://github.com/stack-spot/portal-ai-chat-widget/commit/8e756e84437c65d7f3ab43387de918bcdcc4a922))
|
|
11
|
+
* copy all event ([8e756e8](https://github.com/stack-spot/portal-ai-chat-widget/commit/8e756e84437c65d7f3ab43387de918bcdcc4a922))
|
|
12
|
+
* makes it easier to recover the default chat interceptors ([9f7c14f](https://github.com/stack-spot/portal-ai-chat-widget/commit/9f7c14f59d426badb0d5aa1fa9b393c3e01076a7))
|
|
13
|
+
* makes it easier to recover the default chat interceptors ([9f7c14f](https://github.com/stack-spot/portal-ai-chat-widget/commit/9f7c14f59d426badb0d5aa1fa9b393c3e01076a7))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* app metadata ([0eadd24](https://github.com/stack-spot/portal-ai-chat-widget/commit/0eadd249b724a3cc50069d1376b4ed76f1e1082d))
|
|
19
|
+
* app metadata ([0eadd24](https://github.com/stack-spot/portal-ai-chat-widget/commit/0eadd249b724a3cc50069d1376b4ed76f1e1082d))
|
|
20
|
+
* removes postinstall from published package ([1ecb2f3](https://github.com/stack-spot/portal-ai-chat-widget/commit/1ecb2f3c5b974b3c3e0884f5138d04fc78249643))
|
|
21
|
+
* removes postinstall from published package ([1ecb2f3](https://github.com/stack-spot/portal-ai-chat-widget/commit/1ecb2f3c5b974b3c3e0884f5138d04fc78249643))
|
|
22
|
+
* removes postinstall from published package ([0a5c2ea](https://github.com/stack-spot/portal-ai-chat-widget/commit/0a5c2ea2f552a8b1593474cfaebc37fbb87f6777))
|
|
23
|
+
* removes postinstall from published package ([0a5c2ea](https://github.com/stack-spot/portal-ai-chat-widget/commit/0a5c2ea2f552a8b1593474cfaebc37fbb87f6777))
|
|
24
|
+
* replaces hardcoded version with automatic version calculation ([95f6fc4](https://github.com/stack-spot/portal-ai-chat-widget/commit/95f6fc4c613f5561507cd70c6a5ba449a52dc88a))
|
|
25
|
+
* replaces hardcoded version with automatic version calculation ([95f6fc4](https://github.com/stack-spot/portal-ai-chat-widget/commit/95f6fc4c613f5561507cd70c6a5ba449a52dc88a))
|
|
26
|
+
|
|
3
27
|
## [1.3.2](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.3.1...ai-chat-widget@v1.3.2) (2024-11-01)
|
|
4
28
|
|
|
5
29
|
|
package/package.json
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stack-spot/ai-chat-widget",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"build": "rimraf dist && pnpm generate:metadata && tsc && tsc-esm-fix --target='dist' && cpy src/layout.css dist --flat",
|
|
9
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
10
|
+
"generate:metadata": "pnpm app-metadata --lockfile ../../pnpm-lock.yaml --path packages/widget"
|
|
11
|
+
},
|
|
7
12
|
"peerDependencies": {
|
|
8
13
|
"@citric/core": "^6.0.0",
|
|
9
14
|
"@citric/icons": "^5.4.0 || ^6.0.0",
|
|
@@ -18,7 +23,7 @@
|
|
|
18
23
|
"styled-components": "6.1.10"
|
|
19
24
|
},
|
|
20
25
|
"devDependencies": {
|
|
21
|
-
"@stack-spot/app-metadata": "1.0.
|
|
26
|
+
"@stack-spot/app-metadata": "1.0.1",
|
|
22
27
|
"@types/lodash": "^4.14.202",
|
|
23
28
|
"@types/react": "^18.2.37",
|
|
24
29
|
"@types/react-dom": "^18.2.15",
|
|
@@ -48,10 +53,5 @@
|
|
|
48
53
|
"react-syntax-highlighter": "^15.5.0",
|
|
49
54
|
"remark-gfm": "^4.0.0",
|
|
50
55
|
"ulid": "^2.3.0"
|
|
51
|
-
},
|
|
52
|
-
"scripts": {
|
|
53
|
-
"build": "rimraf dist && pnpm generate:metadata && tsc && tsc-esm-fix --target='dist' && cpy src/layout.css dist --flat",
|
|
54
|
-
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
55
|
-
"generate:metadata": "pnpm app-metadata --lockfile ../../pnpm-lock.yaml --path packages/widget"
|
|
56
56
|
}
|
|
57
57
|
}
|
package/dist/app-metadata.json
DELETED
|
@@ -1,151 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@stack-spot/ai-chat-widget",
|
|
3
|
-
"version": "1.3.3",
|
|
4
|
-
"date": "Fri Nov 01 2024 12:20:05 GMT-0300 (Horário Padrão de Brasília)",
|
|
5
|
-
"dependencies": [
|
|
6
|
-
{
|
|
7
|
-
"name": "@stack-spot/app-metadata",
|
|
8
|
-
"version": "1.0.0"
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"name": "@types/lodash",
|
|
12
|
-
"version": "4.17.9"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"name": "@types/react",
|
|
16
|
-
"version": "18.3.11"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "@types/react-dom",
|
|
20
|
-
"version": "18.3.0"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"name": "@types/react-syntax-highlighter",
|
|
24
|
-
"version": "15.5.13"
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"name": "@typescript-eslint/eslint-plugin",
|
|
28
|
-
"version": "6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1)(typescript@5.6.2)"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"name": "@typescript-eslint/parser",
|
|
32
|
-
"version": "6.21.0(eslint@8.57.1)(typescript@5.6.2)"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"name": "cpy-cli",
|
|
36
|
-
"version": "5.0.0"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"name": "eslint",
|
|
40
|
-
"version": "8.57.1"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"name": "eslint-plugin-filenames",
|
|
44
|
-
"version": "1.3.2(eslint@8.57.1)"
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"name": "eslint-plugin-import",
|
|
48
|
-
"version": "2.30.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1)"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"name": "eslint-plugin-lodash",
|
|
52
|
-
"version": "7.4.0(eslint@8.57.1)"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"name": "eslint-plugin-promise",
|
|
56
|
-
"version": "6.6.0(eslint@8.57.1)"
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"name": "eslint-plugin-react",
|
|
60
|
-
"version": "7.37.1(eslint@8.57.1)"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"name": "eslint-plugin-react-hooks",
|
|
64
|
-
"version": "4.6.2(eslint@8.57.1)"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"name": "react",
|
|
68
|
-
"version": "18.2.0"
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"name": "react-dom",
|
|
72
|
-
"version": "18.2.0(react@18.2.0)"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"name": "rimraf",
|
|
76
|
-
"version": "5.0.10"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"name": "styled-components",
|
|
80
|
-
"version": "6.1.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0)"
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"name": "tsc-esm-fix",
|
|
84
|
-
"version": "2.20.27"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"name": "typescript",
|
|
88
|
-
"version": "5.6.2"
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"name": "@citric/core",
|
|
92
|
-
"version": "6.2.0(lodash@4.17.21)(react@18.2.0)(styled-components@6.1.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0))"
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"name": "@citric/icons",
|
|
96
|
-
"version": "5.7.7(react@18.2.0)"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"name": "@citric/ui",
|
|
100
|
-
"version": "6.1.2(@citric/core@6.2.0(lodash@4.17.21)(react@18.2.0)(styled-components@6.1.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0)))(@citric/icons@5.7.7(react@18.2.0))(lodash@4.17.21)(react@18.2.0)(styled-components@6.1.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0))"
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"name": "@monaco-editor/react",
|
|
104
|
-
"version": "4.6.0(monaco-editor@0.52.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)"
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"name": "@stack-spot/portal-components",
|
|
108
|
-
"version": "2.8.1(@citric/core@6.2.0(lodash@4.17.21)(react@18.2.0)(styled-components@6.1.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0)))(@citric/icons@5.7.7(react@18.2.0))(@citric/ui@6.1.2(@citric/core@6.2.0(lodash@4.17.21)(react@18.2.0)(styled-components@6.1.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0)))(@citric/icons@5.7.7(react@18.2.0))(lodash@4.17.21)(react@18.2.0)(styled-components@6.1.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0)))(@stack-spot/portal-theme@1.1.0(@citric/core@6.2.0(lodash@4.17.21)(react@18.2.0)(styled-components@6.1.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0)))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(styled-components@6.1.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0)))(@stack-spot/portal-translate@1.1.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.3.11)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)"
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"name": "@stack-spot/portal-network",
|
|
112
|
-
"version": "0.48.0(@stack-spot/auth@5.3.2)(@stack-spot/opa@2.5.0(@stack-spot/auth@5.3.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@stack-spot/portal-translate@1.1.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@tanstack/react-query@5.59.16(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)"
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"name": "@stack-spot/portal-theme",
|
|
116
|
-
"version": "1.1.0(@citric/core@6.2.0(lodash@4.17.21)(react@18.2.0)(styled-components@6.1.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0)))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(styled-components@6.1.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0))"
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
"name": "@stack-spot/portal-translate",
|
|
120
|
-
"version": "1.1.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"name": "lodash",
|
|
124
|
-
"version": "4.17.21"
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"name": "monaco-editor",
|
|
128
|
-
"version": "0.52.0"
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"name": "react-infinite-scroll-component",
|
|
132
|
-
"version": "6.1.0(react@18.2.0)"
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"name": "react-markdown",
|
|
136
|
-
"version": "9.0.1(@types/react@18.3.11)(react@18.2.0)"
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
"name": "react-syntax-highlighter",
|
|
140
|
-
"version": "15.5.0(react@18.2.0)"
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"name": "remark-gfm",
|
|
144
|
-
"version": "4.0.0"
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"name": "ulid",
|
|
148
|
-
"version": "2.3.0"
|
|
149
|
-
}
|
|
150
|
-
]
|
|
151
|
-
}
|
package/src/app-metadata.json
DELETED
|
@@ -1,151 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@stack-spot/ai-chat-widget",
|
|
3
|
-
"version": "1.3.3",
|
|
4
|
-
"date": "Fri Nov 01 2024 12:20:05 GMT-0300 (Horário Padrão de Brasília)",
|
|
5
|
-
"dependencies": [
|
|
6
|
-
{
|
|
7
|
-
"name": "@stack-spot/app-metadata",
|
|
8
|
-
"version": "1.0.0"
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"name": "@types/lodash",
|
|
12
|
-
"version": "4.17.9"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"name": "@types/react",
|
|
16
|
-
"version": "18.3.11"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "@types/react-dom",
|
|
20
|
-
"version": "18.3.0"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"name": "@types/react-syntax-highlighter",
|
|
24
|
-
"version": "15.5.13"
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"name": "@typescript-eslint/eslint-plugin",
|
|
28
|
-
"version": "6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1)(typescript@5.6.2)"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"name": "@typescript-eslint/parser",
|
|
32
|
-
"version": "6.21.0(eslint@8.57.1)(typescript@5.6.2)"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"name": "cpy-cli",
|
|
36
|
-
"version": "5.0.0"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"name": "eslint",
|
|
40
|
-
"version": "8.57.1"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"name": "eslint-plugin-filenames",
|
|
44
|
-
"version": "1.3.2(eslint@8.57.1)"
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"name": "eslint-plugin-import",
|
|
48
|
-
"version": "2.30.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1)"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"name": "eslint-plugin-lodash",
|
|
52
|
-
"version": "7.4.0(eslint@8.57.1)"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"name": "eslint-plugin-promise",
|
|
56
|
-
"version": "6.6.0(eslint@8.57.1)"
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"name": "eslint-plugin-react",
|
|
60
|
-
"version": "7.37.1(eslint@8.57.1)"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"name": "eslint-plugin-react-hooks",
|
|
64
|
-
"version": "4.6.2(eslint@8.57.1)"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"name": "react",
|
|
68
|
-
"version": "18.2.0"
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"name": "react-dom",
|
|
72
|
-
"version": "18.2.0(react@18.2.0)"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"name": "rimraf",
|
|
76
|
-
"version": "5.0.10"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"name": "styled-components",
|
|
80
|
-
"version": "6.1.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0)"
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"name": "tsc-esm-fix",
|
|
84
|
-
"version": "2.20.27"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"name": "typescript",
|
|
88
|
-
"version": "5.6.2"
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"name": "@citric/core",
|
|
92
|
-
"version": "6.2.0(lodash@4.17.21)(react@18.2.0)(styled-components@6.1.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0))"
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"name": "@citric/icons",
|
|
96
|
-
"version": "5.7.7(react@18.2.0)"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"name": "@citric/ui",
|
|
100
|
-
"version": "6.1.2(@citric/core@6.2.0(lodash@4.17.21)(react@18.2.0)(styled-components@6.1.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0)))(@citric/icons@5.7.7(react@18.2.0))(lodash@4.17.21)(react@18.2.0)(styled-components@6.1.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0))"
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"name": "@monaco-editor/react",
|
|
104
|
-
"version": "4.6.0(monaco-editor@0.52.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)"
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"name": "@stack-spot/portal-components",
|
|
108
|
-
"version": "2.8.1(@citric/core@6.2.0(lodash@4.17.21)(react@18.2.0)(styled-components@6.1.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0)))(@citric/icons@5.7.7(react@18.2.0))(@citric/ui@6.1.2(@citric/core@6.2.0(lodash@4.17.21)(react@18.2.0)(styled-components@6.1.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0)))(@citric/icons@5.7.7(react@18.2.0))(lodash@4.17.21)(react@18.2.0)(styled-components@6.1.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0)))(@stack-spot/portal-theme@1.1.0(@citric/core@6.2.0(lodash@4.17.21)(react@18.2.0)(styled-components@6.1.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0)))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(styled-components@6.1.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0)))(@stack-spot/portal-translate@1.1.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@types/react@18.3.11)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)"
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"name": "@stack-spot/portal-network",
|
|
112
|
-
"version": "0.48.0(@stack-spot/auth@5.3.2)(@stack-spot/opa@2.5.0(@stack-spot/auth@5.3.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@stack-spot/portal-translate@1.1.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@tanstack/react-query@5.59.16(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)"
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"name": "@stack-spot/portal-theme",
|
|
116
|
-
"version": "1.1.0(@citric/core@6.2.0(lodash@4.17.21)(react@18.2.0)(styled-components@6.1.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0)))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(styled-components@6.1.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0))"
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
"name": "@stack-spot/portal-translate",
|
|
120
|
-
"version": "1.1.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"name": "lodash",
|
|
124
|
-
"version": "4.17.21"
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"name": "monaco-editor",
|
|
128
|
-
"version": "0.52.0"
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"name": "react-infinite-scroll-component",
|
|
132
|
-
"version": "6.1.0(react@18.2.0)"
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"name": "react-markdown",
|
|
136
|
-
"version": "9.0.1(@types/react@18.3.11)(react@18.2.0)"
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
"name": "react-syntax-highlighter",
|
|
140
|
-
"version": "15.5.0(react@18.2.0)"
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"name": "remark-gfm",
|
|
144
|
-
"version": "4.0.0"
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"name": "ulid",
|
|
148
|
-
"version": "2.3.0"
|
|
149
|
-
}
|
|
150
|
-
]
|
|
151
|
-
}
|