Skip to content

Commit 3f96e3a

Browse files
authored
Merge pull request #262 from eccenca/feature/maintainingDependencies-CMEM-6586
Maintaining dependencies (CMEM-6586)
2 parents ce1830b + 1760658 commit 3f96e3a

2 files changed

Lines changed: 1235 additions & 963 deletions

File tree

package.json

Lines changed: 39 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -68,26 +68,26 @@
6868
"autolint:all": "yarn autolint:scripts && yarn autolint:styles && yarn autolint:prettier"
6969
},
7070
"dependencies": {
71-
"@blueprintjs/colors": "^5.1.5",
72-
"@blueprintjs/core": "^5.16.2",
73-
"@blueprintjs/select": "^5.3.7",
74-
"@carbon/icons": "^11.53.0",
75-
"@carbon/react": "1.72.0",
76-
"@codemirror/lang-javascript": "^6.2.2",
71+
"@blueprintjs/colors": "^5.1.8",
72+
"@blueprintjs/core": "^5.18.0",
73+
"@blueprintjs/select": "^5.3.19",
74+
"@carbon/icons": "^11.58.0",
75+
"@carbon/react": "^1.80.1",
76+
"@codemirror/lang-javascript": "^6.2.3",
7777
"@codemirror/lang-json": "^6.0.1",
78-
"@codemirror/lang-markdown": "^6.3.1",
78+
"@codemirror/lang-markdown": "^6.3.2",
7979
"@codemirror/lang-sql": "^6.8.0",
8080
"@codemirror/lang-xml": "^6.1.0",
8181
"@codemirror/lang-yaml": "^6.1.2",
82-
"@codemirror/legacy-modes": "^6.4.2",
82+
"@codemirror/legacy-modes": "^6.5.0",
8383
"@mavrin/remark-typograf": "^2.2.0",
8484
"classnames": "^2.5.1",
8585
"codemirror": "^6.0.1",
8686
"color": "^4.2.3",
87-
"compute-scroll-into-view": "^3.1.0",
87+
"compute-scroll-into-view": "^3.1.1",
8888
"jshint": "^2.13.6",
8989
"lodash": "^4.17.21",
90-
"n3": "^1.23.1",
90+
"n3": "^1.25.1",
9191
"re-resizable": "^6.10.3",
9292
"react": "^16.13.1",
9393
"react-dom": "^16.13.1",
@@ -103,7 +103,7 @@
103103
"reset-css": "^5.0.2",
104104
"unified": "^11.0.5",
105105
"wicg-inert": "^3.1.3",
106-
"xml-formatter": "^3.6.3"
106+
"xml-formatter": "^3.6.5"
107107
},
108108
"devDependencies": {
109109
"@babel/core": "^7.26.10",
@@ -114,42 +114,42 @@
114114
"@babel/preset-flow": "^7.25.9",
115115
"@babel/preset-react": "^7.26.3",
116116
"@babel/preset-typescript": "^7.27.0",
117-
"@eslint/compat": "^1.2.4",
118-
"@eslint/eslintrc": "^3.2.0",
119-
"@eslint/js": "^9.17.0",
120-
"@storybook/addon-actions": "^8.6.9",
121-
"@storybook/addon-essentials": "^8.6.9",
122-
"@storybook/addon-jest": "^8.6.9",
123-
"@storybook/addon-links": "^8.6.9",
124-
"@storybook/addon-webpack5-compiler-babel": "^3.0.5",
125-
"@storybook/cli": "^8.6.9",
117+
"@eslint/compat": "^1.2.8",
118+
"@eslint/eslintrc": "^3.3.1",
119+
"@eslint/js": "^9.24.0",
120+
"@storybook/addon-actions": "^8.6.12",
121+
"@storybook/addon-essentials": "^8.6.12",
122+
"@storybook/addon-jest": "^8.6.12",
123+
"@storybook/addon-links": "^8.6.12",
124+
"@storybook/addon-webpack5-compiler-babel": "^3.0.6",
125+
"@storybook/cli": "^8.6.12",
126126
"@storybook/preset-scss": "^1.0.3",
127-
"@storybook/react": "^8.6.9",
128-
"@storybook/react-webpack5": "^8.6.9",
129-
"@storybook/test": "^8.6.9",
127+
"@storybook/react": "^8.6.12",
128+
"@storybook/react-webpack5": "^8.6.12",
129+
"@storybook/test": "^8.6.12",
130130
"@testing-library/jest-dom": "^6.6.3",
131-
"@testing-library/react": "^12.1.2",
131+
"@testing-library/react": "^12.1.5",
132132
"@types/codemirror": "^5.60.15",
133133
"@types/color": "^3.0.6",
134134
"@types/jest": "^29.5.14",
135135
"@types/jshint": "^2.12.4",
136-
"@types/lodash": "^4.17.13",
137-
"@types/n3": "^1.21.1",
136+
"@types/lodash": "^4.17.16",
137+
"@types/n3": "^1.24.2",
138138
"@types/react-syntax-highlighter": "^15.5.13",
139-
"@typescript-eslint/eslint-plugin": "^8.18.1",
140-
"@typescript-eslint/parser": "^8.18.1",
139+
"@typescript-eslint/eslint-plugin": "^8.30.1",
140+
"@typescript-eslint/parser": "^8.30.1",
141141
"babel-jest": "^29.7.0",
142-
"chromatic": "^11.27.0",
143-
"eslint": "^9.17.0",
144-
"eslint-plugin-react": "^7.37.2",
145-
"eslint-plugin-react-hooks": "^5.1.0",
142+
"chromatic": "^11.28.0",
143+
"eslint": "^9.24.0",
144+
"eslint-plugin-react": "^7.37.5",
145+
"eslint-plugin-react-hooks": "^5.2.0",
146146
"eslint-plugin-simple-import-sort": "^12.1.1",
147147
"husky": "4",
148148
"identity-obj-proxy": "^3.0.0",
149149
"jest": "^29.7.0",
150150
"jest-environment-jsdom": "^29.7.0",
151151
"jest-pnp-resolver": "^1.2.3",
152-
"lint-staged": "^15.2.11",
152+
"lint-staged": "^15.5.1",
153153
"node-sass-package-importer": "^5.3.3",
154154
"path": "^0.12.7",
155155
"prettier": "^2.8.8",
@@ -159,10 +159,10 @@
159159
"rimraf": "^5.0.10",
160160
"sass": "1.62.1",
161161
"sass-loader": "10.3.1",
162-
"storybook": "^8.6.9",
163-
"stylelint": "^15.11.0",
164-
"stylelint-config-recess-order": "^4.6.0",
165-
"stylelint-config-standard-scss": "^9.0.0",
162+
"storybook": "^8.6.12",
163+
"stylelint": "^16.18.0",
164+
"stylelint-config-recess-order": "^6.0.0",
165+
"stylelint-config-standard-scss": "^14.0.0",
166166
"ts-node": "^10.9.2",
167167
"tsc-esm-fix": "^3.1.2",
168168
"typescript": "5.5.3",
@@ -175,12 +175,8 @@
175175
"react-dom": ">=16"
176176
},
177177
"resolutions": {
178-
"**/@types/react": "^17.0.83",
179-
"node-sass-package-importer/**/postcss": "^8.4.49",
180-
"**/cross-spawn": "^7.0.5 ",
181-
"**/micromatch": "^4.0.8",
182-
"**/@babel/runtime": "^7.26.10",
183-
"**/@babel/helpers": "^7.26.10"
178+
"**/@types/react": "^17.0.85",
179+
"node-sass-package-importer/**/postcss": "^8.4.49"
184180
},
185181
"husky": {
186182
"hooks": {

0 commit comments

Comments
 (0)