grep-components 1.30.0-GREPF-2262.3 → 2.0.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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "grep-components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Grep komponentbibliotek",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"main": "dist/index.js",
|
|
10
10
|
"types": "dist/build/index.d.ts",
|
|
11
11
|
"engines": {
|
|
12
|
-
"node": ">=
|
|
12
|
+
"node": ">=8",
|
|
13
13
|
"npm": ">=5"
|
|
14
14
|
},
|
|
15
15
|
"homepage": "https://Utdanningsdirektoratet.github.io/Grep-komponenter",
|
|
@@ -191,13 +191,16 @@
|
|
|
191
191
|
"overrides": {
|
|
192
192
|
"fork-ts-checker-webpack-plugin": "^6.5.3",
|
|
193
193
|
"react-scripts": {
|
|
194
|
-
"typescript": "5.3.
|
|
194
|
+
"typescript": "^5.3.3"
|
|
195
195
|
},
|
|
196
196
|
"connected-react-router": {
|
|
197
197
|
"react": "^18.0.0",
|
|
198
198
|
"react-redux": "^9.0.4",
|
|
199
199
|
"redux": "^5.0.0"
|
|
200
200
|
},
|
|
201
|
+
"react-beautiful-dnd": {
|
|
202
|
+
"redux": "^5.0.0"
|
|
203
|
+
},
|
|
201
204
|
"ts-jest": {
|
|
202
205
|
"babel-jest": "^29.2.0"
|
|
203
206
|
},
|