@pantheon-systems/pds-toolkit-react 1.11.0 → 1.11.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.
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.11.0",
4
+ "version": "1.11.1",
5
5
  "description": "PDS toolkit built using the React framework",
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -134,6 +134,7 @@
134
134
  "prettier-plugin-css-order": "^2.1.2",
135
135
  "react": "^18.2.0",
136
136
  "react-dom": "^18.2.0",
137
+ "react-router-dom": "^6.13.0",
137
138
  "storybook": "^10.2.3",
138
139
  "tsc-alias": "^1.8.16",
139
140
  "typescript": "^5.4.5",
@@ -164,7 +165,6 @@
164
165
  "react-day-picker": "^9.11.1",
165
166
  "react-device-detect": "^2.2.3",
166
167
  "react-hotkeys-hook": "^4.5.1",
167
- "react-router-dom": "^6.13.0",
168
168
  "react-toastify": "^9.0.3"
169
169
  },
170
170
  "lint-staged": {