@pantheon-systems/pds-toolkit-react 1.13.0 → 1.14.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-toolkit-react",
3
3
  "technology": "React",
4
- "version": "1.13.0",
4
+ "version": "1.14.0",
5
5
  "description": "PDS toolkit built using the React framework",
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -92,13 +92,13 @@
92
92
  "@csstools/postcss-design-tokens": "^2.0.4",
93
93
  "@csstools/postcss-global-data": "^1.0.3",
94
94
  "@playwright/test": "^1.36.2",
95
- "@storybook/addon-a11y": "^10.2.3",
96
- "@storybook/addon-docs": "^10.2.3",
97
- "@storybook/addon-links": "^10.2.3",
98
- "@storybook/addon-mcp": "^0.2.0",
95
+ "@storybook/addon-a11y": "^10.3.0",
96
+ "@storybook/addon-docs": "^10.3.0",
97
+ "@storybook/addon-links": "^10.3.0",
98
+ "@storybook/addon-mcp": "^0.5.0",
99
99
  "@storybook/addon-webpack5-compiler-swc": "^4.0.2",
100
- "@storybook/react-vite": "^10.2.3",
101
- "@storybook/react-webpack5": "^10.2.3",
100
+ "@storybook/react-vite": "^10.3.0",
101
+ "@storybook/react-webpack5": "^10.3.0",
102
102
  "@types/prismjs": "^1.26.5",
103
103
  "@types/react": "^19.2.2",
104
104
  "@typescript-eslint/eslint-plugin": "^8.47.0",
@@ -116,7 +116,7 @@
116
116
  "eslint-plugin-react": "^7.32.2",
117
117
  "eslint-plugin-simple-import-sort": "^12.1.1",
118
118
  "eslint-plugin-sort-destructure-keys": "^2.0.0",
119
- "eslint-plugin-storybook": "^10.2.3",
119
+ "eslint-plugin-storybook": "^10.3.0",
120
120
  "eslint-plugin-typescript-sort-keys": "^3.3.0",
121
121
  "fast-glob": "^3.3.2",
122
122
  "husky": "^8.0.3",
@@ -135,7 +135,7 @@
135
135
  "react": "^18.2.0",
136
136
  "react-dom": "^18.2.0",
137
137
  "react-router-dom": "^6.13.0",
138
- "storybook": "^10.2.3",
138
+ "storybook": "^10.3.0",
139
139
  "tsc-alias": "^1.8.16",
140
140
  "typescript": "^5.4.5",
141
141
  "vite": "^7.2.2",
@@ -143,8 +143,8 @@
143
143
  "vite-tsconfig-paths": "^4.3.2"
144
144
  },
145
145
  "peerDependencies": {
146
- "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
147
- "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
146
+ "react": "^18.0.0 || ^19.0.0",
147
+ "react-dom": "^18.0.0 || ^19.0.0"
148
148
  },
149
149
  "dependencies": {
150
150
  "@floating-ui/react": "^0.24.3",
@@ -165,7 +165,7 @@
165
165
  "react-day-picker": "^9.11.1",
166
166
  "react-device-detect": "^2.2.3",
167
167
  "react-hotkeys-hook": "^4.5.1",
168
- "react-toastify": "^9.0.3"
168
+ "react-toastify": "^10.0.6"
169
169
  },
170
170
  "lint-staged": {
171
171
  "*": "prettier --write --ignore-unknown",