@atlaskit/code 17.2.1 → 17.2.3
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 +14 -0
- package/package.json +12 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/code
|
|
2
2
|
|
|
3
|
+
## 17.2.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 17.2.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#181696](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/181696)
|
|
14
|
+
[`eded1f9313bbe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/eded1f9313bbe) -
|
|
15
|
+
Updated prismjs dependency to resolve security vulnerability: 1.30.0
|
|
16
|
+
|
|
3
17
|
## 17.2.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/code",
|
|
3
|
-
"version": "17.2.
|
|
3
|
+
"version": "17.2.3",
|
|
4
4
|
"description": "Code highlights short strings of code snippets inline with body text.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -21,8 +21,7 @@
|
|
|
21
21
|
"website": {
|
|
22
22
|
"name": "Code",
|
|
23
23
|
"category": "Text and data display"
|
|
24
|
-
}
|
|
25
|
-
"runReact18": true
|
|
24
|
+
}
|
|
26
25
|
},
|
|
27
26
|
"config": {
|
|
28
27
|
"access": "public"
|
|
@@ -30,8 +29,8 @@
|
|
|
30
29
|
"dependencies": {
|
|
31
30
|
"@atlaskit/codemod-utils": "^4.2.0",
|
|
32
31
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
33
|
-
"@atlaskit/tokens": "^
|
|
34
|
-
"@atlaskit/tooltip": "^20.
|
|
32
|
+
"@atlaskit/tokens": "^6.0.0",
|
|
33
|
+
"@atlaskit/tooltip": "^20.4.0",
|
|
35
34
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
36
35
|
"@babel/runtime": "^7.0.0",
|
|
37
36
|
"@compiled/react": "^0.18.3",
|
|
@@ -47,23 +46,23 @@
|
|
|
47
46
|
"@af/accessibility-testing": "workspace:^",
|
|
48
47
|
"@af/integration-testing": "workspace:^",
|
|
49
48
|
"@af/visual-regression": "workspace:^",
|
|
50
|
-
"@atlaskit/button": "^23.
|
|
51
|
-
"@atlaskit/docs": "^
|
|
52
|
-
"@atlaskit/ds-lib": "^
|
|
49
|
+
"@atlaskit/button": "^23.3.0",
|
|
50
|
+
"@atlaskit/docs": "^11.0.0",
|
|
51
|
+
"@atlaskit/ds-lib": "^5.0.0",
|
|
53
52
|
"@atlaskit/form": "^12.0.0",
|
|
54
53
|
"@atlaskit/link": "^3.2.0",
|
|
55
|
-
"@atlaskit/primitives": "^14.
|
|
56
|
-
"@atlaskit/section-message": "^8.
|
|
54
|
+
"@atlaskit/primitives": "^14.11.0",
|
|
55
|
+
"@atlaskit/section-message": "^8.5.0",
|
|
57
56
|
"@atlaskit/ssr": "workspace:^",
|
|
58
|
-
"@atlaskit/theme": "^
|
|
59
|
-
"@atlaskit/toggle": "^15.
|
|
57
|
+
"@atlaskit/theme": "^19.0.0",
|
|
58
|
+
"@atlaskit/toggle": "^15.1.0",
|
|
60
59
|
"@atlassian/ssr-tests": "^0.2.0",
|
|
61
60
|
"@testing-library/react": "^13.4.0",
|
|
62
61
|
"@types/jscodeshift": "^0.11.0",
|
|
63
62
|
"@types/refractor": "^3.0.2",
|
|
64
63
|
"color-contrast-checker": "^1.5.0",
|
|
65
64
|
"css-loader": "^2.0.0",
|
|
66
|
-
"prismjs": "^1.
|
|
65
|
+
"prismjs": "^1.30.0",
|
|
67
66
|
"react-dom": "^18.2.0",
|
|
68
67
|
"style-loader": "^0.16.1",
|
|
69
68
|
"typescript": "~5.4.2"
|