Skip to content

Commit 2f1a906

Browse files
committed
Bumped front-end packages
1 parent 364e177 commit 2f1a906

File tree

2 files changed

+1262
-1187
lines changed

2 files changed

+1262
-1187
lines changed

frontend/package.json

Lines changed: 63 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -29,155 +29,153 @@
2929
"private": true,
3030
"license": "SEE LICENSE IN proprietary",
3131
"devDependencies": {
32-
"@babel/core": "7.25.2",
33-
"@babel/eslint-parser": "7.25.1",
34-
"@babel/eslint-plugin": "7.25.1",
35-
"@babel/helper-remap-async-to-generator": "7.25.0",
36-
"@babel/preset-env": "7.25.4",
37-
"@babel/preset-flow": "7.24.7",
38-
"@babel/preset-react": "7.24.7",
39-
"@babel/preset-typescript": "7.24.7",
40-
"@babel/register": "7.24.6",
41-
"@eslint/compat": "1.1.1",
42-
"@eslint/eslintrc": "3.1.0",
43-
"@eslint/js": "9.9.1",
44-
"@testing-library/jest-dom": "6.5.0",
32+
"@babel/core": "7.26.0",
33+
"@babel/eslint-parser": "7.25.9",
34+
"@babel/eslint-plugin": "7.25.9",
35+
"@babel/helper-remap-async-to-generator": "7.25.9",
36+
"@babel/preset-env": "7.26.0",
37+
"@babel/preset-flow": "7.25.9",
38+
"@babel/preset-react": "7.25.9",
39+
"@babel/preset-typescript": "7.26.0",
40+
"@babel/register": "7.25.9",
41+
"@eslint/compat": "1.2.3",
42+
"@eslint/eslintrc": "3.2.0",
43+
"@eslint/js": "9.16.0",
44+
"@testing-library/jest-dom": "6.6.3",
4545
"@testing-library/react": "16.0.1",
4646
"@testing-library/user-event": "14.5.2",
4747
"@types/chroma-js": "2.4.4",
4848
"@types/cross-spawn": "6.0.6",
49-
"@types/jest": "29.5.12",
49+
"@types/jest": "29.5.14",
5050
"@types/numeral": "2.0.5",
51-
"@types/plotly.js": "2.33.3",
52-
"@types/prop-types": "15.7.12",
51+
"@types/plotly.js": "2.35.1",
52+
"@types/prop-types": "15.7.13",
5353
"@types/raf": "3.4.3",
54-
"@types/react": "18.3.5",
54+
"@types/react": "18.3.12",
5555
"@types/react-color": "3.0.12",
56-
"@types/react-dom": "18.3.0",
57-
"@types/react-redux": "7.1.33",
56+
"@types/react-dom": "18.3.1",
57+
"@types/react-redux": "7.1.34",
5858
"@types/react-select": "5.0.1",
5959
"@types/react-slider": "1.3.6",
6060
"@types/react-syntax-highlighter": "15.5.13",
61-
"@types/react-virtualized": "9.21.30",
61+
"@types/react-virtualized": "9.22.0",
6262
"@types/reactcss": "1.2.12",
63-
"@types/redux-mock-store": "1.0.6",
63+
"@types/redux-mock-store": "1.5.0",
6464
"@types/resolve": "1.20.6",
6565
"@types/styled-components": "5.1.34",
66-
"@typescript-eslint/eslint-plugin": "8.3.0",
66+
"@typescript-eslint/eslint-plugin": "8.17.0",
6767
"@typescript-eslint/eslint-plugin-tslint": "7.0.2",
68-
"@typescript-eslint/parser": "8.3.0",
68+
"@typescript-eslint/parser": "8.17.0",
6969
"autoprefixer": "10.4.20",
7070
"babel-core": "7.0.0-bridge.0",
7171
"babel-eslint": "10.1.0",
7272
"babel-jest": "29.7.0",
73-
"babel-loader": "9.1.3",
73+
"babel-loader": "9.2.1",
7474
"clean-webpack-plugin": "4.0.0",
75-
"cross-spawn": "7.0.3",
75+
"cross-spawn": "7.0.6",
7676
"css-loader": "7.1.2",
77-
"eslint": "9.9.1",
77+
"eslint": "9.16.0",
7878
"eslint-config-prettier": "9.1.0",
7979
"eslint-plugin-flowtype": "8.0.3",
80-
"eslint-plugin-import": "2.29.1",
81-
"eslint-plugin-jest": "28.8.1",
82-
"eslint-plugin-jsdoc": "50.2.2",
80+
"eslint-plugin-import": "2.31.0",
81+
"eslint-plugin-jest": "28.9.0",
82+
"eslint-plugin-jsdoc": "50.6.0",
8383
"eslint-plugin-only-warn": "1.1.0",
8484
"eslint-plugin-prettier": "5.2.1",
85-
"eslint-plugin-promise": "7.1.0",
86-
"eslint-plugin-react": "7.35.0",
85+
"eslint-plugin-promise": "7.2.1",
86+
"eslint-plugin-react": "7.37.2",
8787
"exports-loader": "5.0.0",
8888
"expose-loader": "5.0.0",
8989
"file-loader": "6.2.0",
90-
"flow-bin": "0.245.0",
91-
"globals": "15.9.0",
90+
"flow-bin": "0.255.0",
91+
"globals": "15.13.0",
9292
"imports-loader": "5.0.0",
9393
"jest": "29.7.0",
9494
"jest-environment-jsdom": "29.7.0",
9595
"jest-junit": "16.0.0",
9696
"jsinspect": "0.12.7",
9797
"parallel-webpack": "2.6.0",
9898
"postcss-loader": "8.1.1",
99-
"postcss-nested": "6.2.0",
100-
"prettier": "3.3.3",
99+
"postcss-nested": "7.0.2",
100+
"prettier": "3.4.1",
101101
"raf": "3.4.1",
102-
"react-docgen": "7.0.3",
102+
"react-docgen": "7.1.0",
103103
"react-select-event": "5.5.1",
104104
"react-test-renderer": "18.3.1",
105105
"redux-devtools-extension": "2.13.9",
106-
"redux-mock-store": "1.5.4",
106+
"redux-mock-store": "1.5.5",
107107
"regenerator-runtime": "0.14.1",
108108
"resolve": "1.22.8",
109-
"sass": "1.77.8",
110-
"sass-loader": "16.0.1",
109+
"sass": "1.81.0",
110+
"sass-loader": "16.0.3",
111111
"serialize-javascript": "6.0.2",
112112
"style-loader": "4.0.0",
113-
"terser": "5.31.6",
113+
"terser": "5.36.0",
114114
"terser-webpack-plugin": "5.3.10",
115115
"ts-jest": "29.2.5",
116116
"ts-loader": "9.5.1",
117117
"tslint": "6.1.3",
118118
"url-loader": "4.1.1",
119-
"webpack": "5.94.0",
119+
"webpack": "5.96.1",
120120
"webpack-cli": "5.1.4"
121121
},
122122
"dependencies": {
123-
"@blueprintjs/datetime": "5.3.9",
124-
"@fortawesome/fontawesome-free": "6.6.0",
125-
"@reduxjs/toolkit": "2.2.7",
126-
"@sgratzl/chartjs-chart-boxplot": "4.4.1",
123+
"@blueprintjs/datetime": "5.3.17",
124+
"@fortawesome/fontawesome-free": "6.7.1",
125+
"@reduxjs/toolkit": "2.4.0",
126+
"@sgratzl/chartjs-chart-boxplot": "4.4.4",
127127
"any-promise": "1.3.0",
128-
"axios": "1.7.5",
128+
"axios": "1.7.8",
129129
"babel-polyfill": "6.26.0",
130130
"bootstrap": "5.3.3",
131-
"chart.js": "4.4.4",
132-
"chartjs-plugin-zoom": "2.0.1",
133-
"chroma-js": "3.0.0",
131+
"chart.js": "4.4.7",
132+
"chartjs-plugin-zoom": "2.2.0",
133+
"chroma-js": "3.1.2",
134134
"create-react-class": "15.7.0",
135135
"currency-symbol-map": "5.1.0",
136136
"dom-helpers": "5.2.1",
137137
"es6-object-assign": "1.1.0",
138138
"es6-promise": "4.2.8",
139139
"highlight.js": "11.10.0",
140-
"i18next": "23.14.0",
141-
"immutable": "5.0.0-beta.5",
140+
"i18next": "24.0.2",
141+
"immutable": "5.0.3",
142142
"moment": "2.30.1",
143143
"ntee": "2.0.0",
144144
"numeral": "2.0.6",
145-
"oboe": "2.1.5",
146-
"plotly.js-geo-dist-min": "2.35.0",
145+
"oboe": "2.1.7",
146+
"plotly.js-geo-dist-min": "2.35.2",
147147
"postcss-cli": "11.0.0",
148-
"re-resizable": "6.9.17",
148+
"re-resizable": "6.10.1",
149149
"react": "18.3.1",
150150
"react-addons-shallow-compare": "15.6.3",
151-
"react-bootstrap": "2.10.4",
151+
"react-bootstrap": "2.10.6",
152152
"react-color": "2.19.3",
153153
"react-dom": "18.3.1",
154154
"react-draggable": "4.4.6",
155-
"react-dropzone": "14.2.3",
155+
"react-dropzone": "14.3.5",
156156
"react-hotkeys": "2.0.0",
157-
"react-i18next": "15.0.1",
157+
"react-i18next": "15.1.3",
158158
"react-motion": "0.5.2",
159159
"react-redux": "9.1.2",
160-
"react-select": "5.8.0",
160+
"react-select": "5.8.3",
161161
"react-slider": "2.0.6",
162-
"react-syntax-highlighter": "15.5.0",
162+
"react-syntax-highlighter": "15.6.1",
163163
"react-virtualized": "9.22.5",
164164
"react-wordcloud": "https://github.com/ahmohamed/react-wordcloud",
165165
"reactcss": "1.2.3",
166166
"redux": "5.0.1",
167167
"redux-thunk": "3.1.0",
168-
"string.prototype.startswith": "1.0.0",
168+
"string.prototype.startswith": "1.0.1",
169169
"styled-components": "6.1.13",
170-
"typescript": "5.5.4",
171-
"uuid": "10.0.0",
170+
"typescript": "5.7.2",
171+
"uuid": "11.0.3",
172172
"vis-data": "7.1.9",
173173
"vis-network": "9.1.9"
174174
},
175175
"resolutions": {
176176
"@babel/traverse": "7.25.6",
177177
"braces": "3.0.3",
178178
"d3-color": "3.1.0",
179-
"micromatch": "4.0.8",
180-
"ws": "8.17.1",
181-
"yaml": "2.2.2"
179+
"micromatch": "4.0.8"
182180
}
183181
}

0 commit comments

Comments
 (0)