@atlaskit/icon 23.8.0 → 23.8.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/icon
2
2
 
3
+ ## 23.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#113648](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/113648)
8
+ [`b99bce6a11fd5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b99bce6a11fd5) -
9
+ Update dependencies.
10
+
3
11
  ## 23.8.0
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon",
3
- "version": "23.8.0",
3
+ "version": "23.8.1",
4
4
  "description": "An icon is a symbol representing a command, device, directory, or common action.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -71,9 +71,7 @@
71
71
  "@atlaskit/tokens": "^3.3.0",
72
72
  "@babel/register": "^7.25.9",
73
73
  "@babel/runtime": "^7.0.0",
74
- "@emotion/react": "^11.7.1",
75
- "globby": "^6.1.0",
76
- "puppeteer": "13.7.0"
74
+ "@emotion/react": "^11.7.1"
77
75
  },
78
76
  "peerDependencies": {
79
77
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
@@ -109,6 +107,7 @@
109
107
  "@compiled/react": "^0.18.1",
110
108
  "@testing-library/react": "^13.4.0",
111
109
  "fs-extra": "^4.0.2",
110
+ "globby": "^6.1.0",
112
111
  "jscodeshift": "^0.13.0",
113
112
  "lodash": "^4.17.21",
114
113
  "nullthrows": "^1.1.1",