grep-components 2.2.0 → 2.3.0-GREPF-2280.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,6 +1,6 @@
1
1
  {
2
2
  "name": "grep-components",
3
- "version": "2.2.0",
3
+ "version": "2.3.0-GREPF-2280.1",
4
4
  "description": "Grep komponentbibliotek",
5
5
  "repository": {
6
6
  "type": "git",
@@ -79,15 +79,11 @@
79
79
  ]
80
80
  },
81
81
  "peerDependencies": {
82
- "connected-react-router": "6.x",
83
- "history": "4x || 5.x",
84
82
  "prop-types": "^15.7.2",
85
83
  "react": "^18.x",
86
84
  "react-dom": "^18.x",
87
85
  "react-redux": "8.x || 9.x",
88
- "react-router": "5.x || 6.x",
89
- "react-router-dom": "5.x || 6.x",
90
- "react-router-redux": "4.x",
86
+ "react-router-dom": "6.x",
91
87
  "redux": "^4.x || ^5.x"
92
88
  },
93
89
  "devDependencies": {
@@ -133,7 +129,6 @@
133
129
  "chalk": "^5.3.0",
134
130
  "clsx": "^2.0.0",
135
131
  "commitlint": "^19.2.2",
136
- "connected-react-router": "^6.9.3",
137
132
  "conventional-changelog-cli": "^4.1.0",
138
133
  "cross-env": "^7.0.3",
139
134
  "draft-js-export-html": "^1.4.1",
@@ -145,7 +140,6 @@
145
140
  "eslint-plugin-react-hooks": "^4.2.0",
146
141
  "eslint-plugin-storybook": "^0.8.0",
147
142
  "eslint-plugin-testing-library": "^6.2.0",
148
- "history": "^4.7.2",
149
143
  "husky": "^9.0.11",
150
144
  "jest": "^29.7.0",
151
145
  "jest-environment-jsdom": "^29.7.0",
@@ -157,9 +151,7 @@
157
151
  "react-beautiful-dnd": "^13.1.1",
158
152
  "react-dom": "^18.0.2",
159
153
  "react-redux": "^9.0.2",
160
- "react-router": "^5.3.4",
161
- "react-router-dom": "^5.3.4",
162
- "react-router-redux": "^4.0.8",
154
+ "react-router-dom": "^6.23.1",
163
155
  "react-scripts": "^5.0.1",
164
156
  "rollup": "^4.6.1",
165
157
  "rollup-plugin-peer-deps-external": "^2.2.4",
@@ -194,11 +186,6 @@
194
186
  "react-scripts": {
195
187
  "typescript": "^5.3.3"
196
188
  },
197
- "connected-react-router": {
198
- "react": "^18.0.0",
199
- "react-redux": "^9.0.4",
200
- "redux": "^5.0.0"
201
- },
202
189
  "react-beautiful-dnd": {
203
190
  "redux": "^5.0.0"
204
191
  },
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- declare const _default: ({ children }: {
3
- children: React.ReactNode;
4
- }) => React.JSX.Element;
5
- export default _default;