grep-components 2.3.0 → 2.4.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/dist/build/components/AppBar/MainAppStyles.d.ts +3 -3
- package/dist/build/components/NavGuard/stories/NavGuard.stories.d.ts +21 -2
- package/dist/build/components/ToC/stories/_scaffold.d.ts +2 -2
- package/dist/index.js +4318 -5361
- package/dist/index.js.map +1 -1
- package/package.json +4 -21
- package/dist/build/components/NavGuard/stories/_scaffold.d.ts +0 -5
- package/dist/build/components/NavGuard/stories/standard.d.ts +0 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "grep-components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.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": "
|
|
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": {
|
|
@@ -122,7 +118,6 @@
|
|
|
122
118
|
"@types/lodash.debounce": "^4.0.6",
|
|
123
119
|
"@types/lodash.throttle": "^4.1.6",
|
|
124
120
|
"@types/react": "^18.2.42",
|
|
125
|
-
"@types/react-beautiful-dnd": "^13.0.0",
|
|
126
121
|
"@types/react-dom": "^18.3.0",
|
|
127
122
|
"@types/react-redux": "^7.1.32",
|
|
128
123
|
"@types/react-router-dom": "^5.1.3",
|
|
@@ -135,7 +130,6 @@
|
|
|
135
130
|
"chalk": "^5.3.0",
|
|
136
131
|
"clsx": "^2.0.0",
|
|
137
132
|
"commitlint": "^19.3.0",
|
|
138
|
-
"connected-react-router": "^6.9.3",
|
|
139
133
|
"conventional-changelog-cli": "^5.0.0",
|
|
140
134
|
"cross-env": "^7.0.3",
|
|
141
135
|
"eslint": "^8.57.0",
|
|
@@ -145,7 +139,6 @@
|
|
|
145
139
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
146
140
|
"eslint-plugin-storybook": "^0.8.0",
|
|
147
141
|
"eslint-plugin-testing-library": "^6.2.0",
|
|
148
|
-
"history": "^4.7.2",
|
|
149
142
|
"husky": "^9.0.11",
|
|
150
143
|
"jest": "^29.7.0",
|
|
151
144
|
"jest-environment-jsdom": "^29.7.0",
|
|
@@ -154,12 +147,10 @@
|
|
|
154
147
|
"lodash.throttle": "^4.1.1",
|
|
155
148
|
"prettier": "^3.1.0",
|
|
156
149
|
"react": "^18.2.0",
|
|
157
|
-
"
|
|
150
|
+
"@hello-pangea/dnd": "^16.6.0",
|
|
158
151
|
"react-dom": "^18.0.2",
|
|
159
152
|
"react-redux": "^9.0.2",
|
|
160
|
-
"react-router": "^
|
|
161
|
-
"react-router-dom": "^5.3.4",
|
|
162
|
-
"react-router-redux": "^4.0.8",
|
|
153
|
+
"react-router-dom": "^6.23.1",
|
|
163
154
|
"react-scripts": "^5.0.1",
|
|
164
155
|
"rollup": "^4.6.1",
|
|
165
156
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
@@ -195,14 +186,6 @@
|
|
|
195
186
|
"react-scripts": {
|
|
196
187
|
"typescript": "^5.3.3"
|
|
197
188
|
},
|
|
198
|
-
"connected-react-router": {
|
|
199
|
-
"react": "^18.0.0",
|
|
200
|
-
"react-redux": "^9.0.4",
|
|
201
|
-
"redux": "^5.0.0"
|
|
202
|
-
},
|
|
203
|
-
"react-beautiful-dnd": {
|
|
204
|
-
"redux": "^5.0.0"
|
|
205
|
-
},
|
|
206
189
|
"ts-jest": {
|
|
207
190
|
"babel-jest": "^29.2.0"
|
|
208
191
|
},
|