@pingux/astro 2.107.0-alpha.3 → 2.107.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.
Files changed (1) hide show
  1. package/package.json +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.107.0-alpha.3",
3
+ "version": "2.107.0",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",
@@ -91,15 +91,6 @@
91
91
  "@react-stately/toggle": "^3.7.3",
92
92
  "@react-stately/tree": "^3.7.4",
93
93
  "@react-stately/virtualizer": "~3.6.5",
94
- "@react-types/accordion": "^3.0.0-alpha.18",
95
- "@react-types/button": "^3.9.3",
96
- "@react-types/calendar": "^3.4.5",
97
- "@react-types/checkbox": "^3.8.0",
98
- "@react-types/datepicker": "^3.7.4",
99
- "@react-types/grid": "^3.2.4",
100
- "@react-types/select": "^3.9.1",
101
- "@react-types/shared": "^3.23.1",
102
- "@react-types/table": "^3.9.3",
103
94
  "@storybook/addon-actions": "^7.1.0",
104
95
  "@storybook/api": "^7.1.0",
105
96
  "@storybook/components": "^7.1.0",
@@ -108,9 +99,6 @@
108
99
  "@styled-system/props": "^5.1.5",
109
100
  "@styled-system/should-forward-prop": "^5.1.5",
110
101
  "@styled-system/theme-get": "^5.1.2",
111
- "@types/react": "^18.2.18",
112
- "@types/react-dom": "^18",
113
- "@types/styled-system": "^5.1.16",
114
102
  "chroma-js": "^2.1.0",
115
103
  "chromatic": "^6.5.3",
116
104
  "classnames": "^2.2.6",
@@ -151,6 +139,15 @@
151
139
  "@emotion/cache": "^11.4.0",
152
140
  "@emotion/eslint-plugin": "^11.2.0",
153
141
  "@react-stately/collections": "^3.10.2",
142
+ "@react-types/accordion": "^3.0.0-alpha.18",
143
+ "@react-types/button": "^3.9.3",
144
+ "@react-types/calendar": "^3.4.5",
145
+ "@react-types/checkbox": "^3.8.0",
146
+ "@react-types/datepicker": "^3.7.4",
147
+ "@react-types/grid": "^3.2.4",
148
+ "@react-types/select": "^3.9.1",
149
+ "@react-types/shared": "^3.23.1",
150
+ "@react-types/table": "^3.9.3",
154
151
  "@storybook/addon-a11y": "^7.1.0",
155
152
  "@storybook/addon-console": "^2.0.0",
156
153
  "@storybook/addon-docs": "^7.1.0",
@@ -170,7 +167,10 @@
170
167
  "@types/jest": "^29.5.3",
171
168
  "@types/jest-axe": "^3.5.8",
172
169
  "@types/mdx": "^2.0.5",
170
+ "@types/react": "^18.2.18",
171
+ "@types/react-dom": "^18",
173
172
  "@types/regenerator-runtime": "^0.13.5",
173
+ "@types/styled-system": "^5.1.16",
174
174
  "@types/testing-library__jest-dom": "^5.14.9",
175
175
  "@types/uuid": "^8.3.2",
176
176
  "@types/whatwg-fetch": "^0.0.33",