grep-components 2.10.0 → 2.11.0-gREPF-2708.2

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.
@@ -1 +1,2 @@
1
1
  import '@testing-library/jest-dom';
2
+ import 'whatwg-fetch';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grep-components",
3
- "version": "2.10.0",
3
+ "version": "2.11.0-gREPF-2708.2",
4
4
  "description": "Grep komponentbibliotek",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,8 +24,7 @@
24
24
  "test:ci": "jest --runInBand --verbose",
25
25
  "storybook": "storybook dev -p 9009",
26
26
  "build-storybook": "storybook build",
27
- "prepare": "husky",
28
- "deploy-storybook": "storybook-to-ghpages"
27
+ "prepare": "husky"
29
28
  },
30
29
  "release": {
31
30
  "plugins": [
@@ -103,11 +102,11 @@
103
102
  "@rollup/plugin-node-resolve": "^16.0.0",
104
103
  "@rollup/plugin-typescript": "^12.1.2",
105
104
  "@rollup/plugin-url": "^8.0.0",
105
+ "@storybook/addon-docs": "^9.0.17",
106
106
  "@storybook/addon-links": "^9.0.17",
107
107
  "@storybook/cli": "^9.0.17",
108
- "@storybook/preset-create-react-app": "^9.0.17",
108
+ "@storybook/react-vite": "^9.0.17",
109
109
  "@storybook/react-webpack5": "^9.0.17",
110
- "@storybook/storybook-deployer": "^2.8.16",
111
110
  "@testing-library/dom": "^10.1.0",
112
111
  "@testing-library/jest-dom": "^6.6.3",
113
112
  "@testing-library/react": "^16.2.0",
@@ -128,7 +127,6 @@
128
127
  "clsx": "^2.0.0",
129
128
  "commitlint": "^19.3.0",
130
129
  "conventional-changelog-cli": "^5.0.0",
131
- "cross-env": "^7.0.3",
132
130
  "eslint": "^8.57.1",
133
131
  "eslint-plugin-jest-dom": "^5.5.0",
134
132
  "eslint-plugin-react": "^7.24.0",
@@ -136,7 +134,7 @@
136
134
  "eslint-plugin-testing-library": "^7.1.1",
137
135
  "husky": "^9.0.11",
138
136
  "jest": "^30.0.4",
139
- "jest-environment-jsdom": "^30.0.4",
137
+ "jest-environment-jsdom": "^30.0.5",
140
138
  "lint-staged": "^16.0.0",
141
139
  "lodash.debounce": "^4.0.8",
142
140
  "lodash.throttle": "^4.1.1",
@@ -144,19 +142,16 @@
144
142
  "react": "^19.0.0",
145
143
  "react-dom": "^19.0.0",
146
144
  "react-redux": "^9.2.0",
147
- "react-scripts": "^5.0.1",
148
145
  "rollup": "^4.6.1",
149
146
  "rollup-plugin-peer-deps-external": "^2.2.4",
150
147
  "rollup-plugin-postcss": "^4.0.2",
151
- "seamless-immutable": "^7.1.4",
152
- "semantic-release": "^24.0.0",
148
+ "semantic-release": "^24.2.7",
153
149
  "storybook": "^9.0.17",
154
- "ts-jest": "^29.4.0",
155
- "ts-keycode-enum": "^1.0.6",
150
+ "ts-jest": "^29.4.1",
156
151
  "tslib": "^2.2.0",
157
152
  "tss-react": "^4.9.15",
158
153
  "typescript": "^5.4.5",
159
- "@storybook/addon-docs": "^9.0.17"
154
+ "whatwg-fetch": "^3.6.20"
160
155
  },
161
156
  "files": [
162
157
  "dist",
@@ -174,25 +169,7 @@
174
169
  "@mui/x-date-pickers": "^8.3.0",
175
170
  "dayjs": "^1.11.10",
176
171
  "lexical": "^0.27.2",
177
- "react-router": "^7.6.0"
172
+ "react-router": "7.x"
178
173
  },
179
- "overrides": {
180
- "fork-ts-checker-webpack-plugin": "^6.5.3",
181
- "react-scripts": {
182
- "typescript": "^5.3.3"
183
- },
184
- "postcss": "^8.4.31",
185
- "trim-newlines": "^4.1.1",
186
- "glob-parent": "^6.0.0",
187
- "git-up": {
188
- "parse-url": "^8.1.0"
189
- },
190
- "trim": "^1.0.0",
191
- "parse-path": "^5.0.0",
192
- "package-json": {
193
- "got": "^11.8.5"
194
- },
195
- "nth-check": "^2.0.1",
196
- "semver": "^7.5.2"
197
- }
174
+ "overrides": {}
198
175
  }
Binary file
@@ -1,2 +0,0 @@
1
- import UdirLogo from './utdanningsdirektoratet-logo-rgb-neg.png';
2
- export { UdirLogo };