grep-components 2.1.0 → 2.2.0-GREPF-2369.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.1.0",
3
+ "version": "2.2.0-GREPF-2369.1",
4
4
  "description": "Grep komponentbibliotek",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,7 +27,7 @@
27
27
  "yalc:init": "yalc add && yalc push",
28
28
  "yalc:build": "rollup -c --no-treeshake --no-sourcemap --environment yalc",
29
29
  "yalc:watch": "npm run yalc:build -- -w",
30
- "prepare": "husky install",
30
+ "prepare": "husky",
31
31
  "deploy-storybook": "storybook-to-ghpages"
32
32
  },
33
33
  "release": {
@@ -94,25 +94,26 @@
94
94
  "@babel/core": "^7.23.5",
95
95
  "@babel/eslint-parser": "^7.11.0",
96
96
  "@babel/plugin-transform-private-property-in-object": "^7.22.11",
97
- "@commitlint/cli": "^18.4.3",
98
- "@commitlint/config-conventional": "^18.4.3",
97
+ "@chromatic-com/storybook": "^1.3.3",
98
+ "@commitlint/cli": "^19.2.2",
99
+ "@commitlint/config-conventional": "^19.2.2",
99
100
  "@rollup/plugin-commonjs": "^25.0.7",
100
101
  "@rollup/plugin-json": "^6.0.0",
101
102
  "@rollup/plugin-node-resolve": "^15.0.0",
102
103
  "@rollup/plugin-typescript": "^11.1.5",
103
104
  "@rollup/plugin-url": "^8.0.0",
104
- "@storybook/addon-actions": "^7.6.2",
105
- "@storybook/addon-essentials": "^7.6.2",
106
- "@storybook/addon-links": "^7.6.2",
107
- "@storybook/addon-storysource": "^7.6.2",
108
- "@storybook/addons": "^7.6.2",
109
- "@storybook/cli": "^7.6.2",
110
- "@storybook/preset-create-react-app": "^7.6.2",
111
- "@storybook/react-webpack5": "^7.6.2",
105
+ "@storybook/addon-actions": "^8.0.8",
106
+ "@storybook/addon-essentials": "^8.0.8",
107
+ "@storybook/addon-links": "^8.0.8",
108
+ "@storybook/addon-storysource": "^8.0.8",
109
+ "@storybook/addons": "^7.6.17",
110
+ "@storybook/cli": "^8.0.8",
111
+ "@storybook/preset-create-react-app": "^8.0.8",
112
+ "@storybook/react-webpack5": "^8.0.8",
112
113
  "@storybook/storybook-deployer": "^2.8.16",
113
- "@testing-library/dom": "^9.3.3",
114
+ "@testing-library/dom": "^9.3.4",
114
115
  "@testing-library/jest-dom": "^6.1.5",
115
- "@testing-library/react": "^14.1.2",
116
+ "@testing-library/react": "^14.3.1",
116
117
  "@testing-library/user-event": "^14.5.1",
117
118
  "@types/draft-js": "^0.11.3",
118
119
  "@types/history": "^4.7.3",
@@ -123,29 +124,29 @@
123
124
  "@types/react-beautiful-dnd": "^13.0.0",
124
125
  "@types/react-redux": "^7.1.32",
125
126
  "@types/react-router-dom": "^5.1.3",
126
- "@typescript-eslint/eslint-plugin": "^6.13.2",
127
- "@typescript-eslint/parser": "^6.13.2",
127
+ "@typescript-eslint/eslint-plugin": "^7.7.0",
128
+ "@typescript-eslint/parser": "^7.7.0",
128
129
  "babel-jest": "^29.2.0",
129
130
  "babel-loader": "^9.0.0",
130
131
  "babel-plugin-external-helpers": "^6.22.0",
131
132
  "babel-runtime": "^6.26.0",
132
133
  "chalk": "^5.3.0",
133
134
  "clsx": "^2.0.0",
134
- "commitlint": "^18.4.3",
135
+ "commitlint": "^19.2.2",
135
136
  "connected-react-router": "^6.9.3",
136
137
  "conventional-changelog-cli": "^4.1.0",
137
138
  "cross-env": "^7.0.3",
138
139
  "draft-js-export-html": "^1.4.1",
139
140
  "draft-js-import-html": "^1.4.1",
140
- "eslint": "^8.8.0",
141
+ "eslint": "^8.57.0",
141
142
  "eslint-plugin-import": "^2.23.4",
142
- "eslint-plugin-jest-dom": "^5.1.0",
143
+ "eslint-plugin-jest-dom": "^5.2.0",
143
144
  "eslint-plugin-react": "^7.24.0",
144
145
  "eslint-plugin-react-hooks": "^4.2.0",
145
- "eslint-plugin-storybook": "^0.6.13",
146
+ "eslint-plugin-storybook": "^0.8.0",
146
147
  "eslint-plugin-testing-library": "^6.2.0",
147
148
  "history": "^4.7.2",
148
- "husky": "^8.0.1",
149
+ "husky": "^9.0.11",
149
150
  "jest": "^29.7.0",
150
151
  "jest-environment-jsdom": "^29.7.0",
151
152
  "lint-staged": "^15.2.0",
@@ -164,13 +165,13 @@
164
165
  "rollup-plugin-peer-deps-external": "^2.2.4",
165
166
  "rollup-plugin-postcss": "^4.0.2",
166
167
  "seamless-immutable": "^7.1.4",
167
- "semantic-release": "^22.0.9",
168
- "storybook": "^7.6.3",
168
+ "semantic-release": "^23.0.8",
169
+ "storybook": "^8.0.8",
169
170
  "ts-jest": "^29.1.1",
170
171
  "ts-keycode-enum": "^1.0.6",
171
172
  "tslib": "^2.2.0",
172
173
  "tss-react": "^4.0.0",
173
- "typescript": "^5.3.2"
174
+ "typescript": "^5.4.5"
174
175
  },
175
176
  "files": [
176
177
  "dist",
@@ -184,7 +185,7 @@
184
185
  "@emotion/styled": "^11.11.0",
185
186
  "@mui/icons-material": "^5.14.19",
186
187
  "@mui/material": "^5.14.20",
187
- "@mui/x-date-pickers": "^6.18.3",
188
+ "@mui/x-date-pickers": "^7.2.0",
188
189
  "dayjs": "^1.11.10",
189
190
  "draft-js": "^0.11.0"
190
191
  },