@twreporter/react-components 9.10.0-rc.0 → 9.10.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.
@@ -114,6 +114,12 @@ var getSocialMediaLinks = exports.getSocialMediaLinks = function getSocialMediaL
114
114
  to: 'https://www.instagram.com/twreporter/',
115
115
  target: '_blank',
116
116
  ariaLabel: '前往《報導者》Instagram'
117
+ }, {
118
+ slug: 'youtube',
119
+ icon: 'youtube',
120
+ to: 'https://www.youtube.com/@TwreporterOrg',
121
+ target: '_blank',
122
+ ariaLabel: '前往《報導者》YouTube'
117
123
  }, {
118
124
  slug: 'x',
119
125
  icon: 'twitter',
@@ -126,12 +132,6 @@ var getSocialMediaLinks = exports.getSocialMediaLinks = function getSocialMediaL
126
132
  to: 'https://medium.com/twreporter',
127
133
  target: '_blank',
128
134
  ariaLabel: '前往《報導者》Medium'
129
- }, {
130
- slug: 'youtube',
131
- icon: 'youtube',
132
- to: 'https://www.youtube.com/@TwreporterOrg',
133
- target: '_blank',
134
- ariaLabel: '前往《報導者》YouTube'
135
135
  }, {
136
136
  slug: 'threads',
137
137
  icon: 'threads',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twreporter/react-components",
3
- "version": "9.10.0-rc.0",
3
+ "version": "9.10.0",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "repository": "https://github.com/twreporter/twreporter-npm-packages.git",
@@ -16,8 +16,8 @@
16
16
  "chromatic": "npx chromatic --exit-zero-on-changes"
17
17
  },
18
18
  "dependencies": {
19
- "@twreporter/core": "^1.27.0",
20
- "@twreporter/redux": "^8.4.1",
19
+ "@twreporter/core": "^1.28.0",
20
+ "@twreporter/redux": "^8.4.2",
21
21
  "fontfaceobserver-es": "^3.3.3",
22
22
  "hoist-non-react-statics": "^2.3.1",
23
23
  "lodash": "^4.0.0",
@@ -55,5 +55,5 @@
55
55
  "react-dom": "^18.2.0",
56
56
  "storybook": "^8.1.11"
57
57
  },
58
- "gitHead": "30fb4b1390c34e7851e8f0a145689b66e12b4a64"
58
+ "gitHead": "e409bdb13679b1a923430e498d689fa31fc054ac"
59
59
  }