@kaizen/components 0.0.0-canary-si-no-pure-20240523024652 → 0.0.0-canary-fix-bundler-20240523044948
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/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaizen/components",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-fix-bundler-20240523044948",
|
|
4
4
|
"description": "Kaizen component library",
|
|
5
5
|
"author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
|
|
6
6
|
"homepage": "https://cultureamp.design",
|
|
@@ -78,7 +78,6 @@
|
|
|
78
78
|
"react-day-picker": "Version locked until a11y gets fixed (https://github.com/gpbl/react-day-picker/pull/1708)"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
|
-
"@babel/plugin-transform-react-pure-annotations": "^7.24.1",
|
|
82
81
|
"@cultureamp/frontend-apis": "^9.5.0",
|
|
83
82
|
"@cultureamp/i18n-react-intl": "^2.5.6",
|
|
84
83
|
"@types/lodash.debounce": "^4.0.9",
|
|
@@ -97,7 +96,7 @@
|
|
|
97
96
|
"tslib": "^2.6.2",
|
|
98
97
|
"tsx": "^4.10.2",
|
|
99
98
|
"@kaizen/design-tokens": "10.4.0",
|
|
100
|
-
"@kaizen/package-bundler": "0.0.0-canary-
|
|
99
|
+
"@kaizen/package-bundler": "0.0.0-canary-fix-bundler-20240523044948"
|
|
101
100
|
},
|
|
102
101
|
"devDependenciesComments": {
|
|
103
102
|
"postcss": "Installed in root",
|