@pingux/astro 2.163.1-alpha.0 → 2.163.1-alpha.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 (1) hide show
  1. package/package.json +20 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.163.1-alpha.0",
3
+ "version": "2.163.1-alpha.1",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,14 +32,10 @@
32
32
  "test:watch": "jest watch"
33
33
  },
34
34
  "dependencies": {
35
- "@babel/eslint-parser": "^7.22.15",
36
35
  "@babel/runtime": "7.16.3",
37
36
  "@babel/runtime-corejs3": "7.13.8",
38
- "@emotion/eslint-plugin": "^11.12.0",
39
- "@emotion/jest": "11.11.0",
40
37
  "@emotion/react": "^11.1.1",
41
38
  "@emotion/styled": "^11.1.1",
42
- "@eslint/eslintrc": "^3.3.1",
43
39
  "@faker-js/faker": "~7.5.0",
44
40
  "@fortawesome/fontawesome-svg-core": "^6.7.2",
45
41
  "@fortawesome/free-brands-svg-icons": "^6.7.2",
@@ -48,7 +44,6 @@
48
44
  "@internationalized/date": "^3.5.3",
49
45
  "@internationalized/number": "^3.6.0",
50
46
  "@mdx-js/react": "^2.0.0",
51
- "@nx/vite": "20.0.5",
52
47
  "@monaco-editor/react": "4.4.2",
53
48
  "@pingux/mdi-react": "^1.2.0",
54
49
  "@react-aria/accordion": "~3.0.0-alpha.11",
@@ -101,10 +96,6 @@
101
96
  "@react-stately/virtualizer": "~3.6.5",
102
97
  "@react-types/combobox": "^3.13.8",
103
98
  "@react-types/slider": "^3.7.9",
104
- "@storybook/addon-actions": "^7.1.0",
105
- "@storybook/api": "^7.1.0",
106
- "@storybook/components": "^7.1.0",
107
- "@storybook/preset-scss": "^1.0.3",
108
99
  "@styled-system/prop-types": "^5.1.5",
109
100
  "@styled-system/props": "^5.1.5",
110
101
  "@styled-system/should-forward-prop": "^5.1.5",
@@ -115,14 +106,6 @@
115
106
  "countries-list": "^2.6.1",
116
107
  "deepmerge": "^4.3.1",
117
108
  "emotion-normalize": "^11.0.1",
118
- "eslint-config-airbnb": "^19.0.4",
119
- "eslint-plugin-import": "^2.31.0",
120
- "eslint-plugin-jest-dom": "^5.5.0",
121
- "eslint-plugin-jsx-a11y": "^6.10.1",
122
- "eslint-plugin-react": "^7.35.10",
123
- "eslint-plugin-react-hooks": "^5.0.0",
124
- "eslint-plugin-simple-import-sort": "^10.0.0",
125
- "eslint-plugin-testing-library": "^7.0.0",
126
109
  "globals": "^13.19.0",
127
110
  "listbox-layout": "npm:@react-stately/layout@3.9.0",
128
111
  "listbox-virtualizer": "npm:@react-aria/virtualizer@3.6.0",
@@ -144,8 +127,7 @@
144
127
  "styled-system": "^5.1.5",
145
128
  "theme-ui": "^0.10.0",
146
129
  "use-resize-observer": "^8.0.0",
147
- "uuid": "^8.3.2",
148
- "webpack": "^5.84.1"
130
+ "uuid": "^8.3.2"
149
131
  },
150
132
  "devDependencies": {
151
133
  "@babel/cli": "^7.22.0",
@@ -158,7 +140,6 @@
158
140
  "@codesandbox/storybook-addon": "^0.2.2",
159
141
  "@emotion/babel-preset-css-prop": "^11.2.0",
160
142
  "@emotion/cache": "^11.4.0",
161
- "@nx/jest": "20.0.5",
162
143
  "@react-stately/collections": "^3.10.2",
163
144
  "@react-types/accordion": "^3.0.0-alpha.18",
164
145
  "@react-types/button": "^3.9.3",
@@ -222,7 +203,24 @@
222
203
  "vitest": "^1.3.1",
223
204
  "babel-loader": "^8.1.0",
224
205
  "msw": "^2.11.3",
225
- "msw-storybook-addon": "^2.0.5"
206
+ "msw-storybook-addon": "^2.0.5",
207
+ "@babel/eslint-parser": "^7.22.15",
208
+ "@emotion/eslint-plugin": "^11.12.0",
209
+ "@emotion/jest": "11.11.0",
210
+ "@eslint/eslintrc": "^3.3.1",
211
+ "@storybook/addon-actions": "^7.1.0",
212
+ "@storybook/api": "^7.1.0",
213
+ "@storybook/components": "^7.1.0",
214
+ "@storybook/preset-scss": "^1.0.3",
215
+ "eslint-config-airbnb": "^19.0.4",
216
+ "eslint-plugin-import": "^2.31.0",
217
+ "eslint-plugin-jest-dom": "^5.5.0",
218
+ "eslint-plugin-jsx-a11y": "^6.10.1",
219
+ "eslint-plugin-react": "^7.35.10",
220
+ "eslint-plugin-react-hooks": "^5.0.0",
221
+ "eslint-plugin-simple-import-sort": "^10.0.0",
222
+ "eslint-plugin-testing-library": "^7.0.0",
223
+ "webpack": "^5.84.1"
226
224
  },
227
225
  "peerDependencies": {
228
226
  "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0",