Skip to content

Commit 8a4ede5

Browse files
authored
Upgrade frontend dependencies (#3425)
Signed-off-by: Cintia Sanchez Garcia <cynthiasg@icloud.com>
1 parent 30c2261 commit 8a4ede5

4 files changed

Lines changed: 1072 additions & 1044 deletions

File tree

web/package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"dependencies": {
66
"@analytics/google-analytics-v3": "^0.6.1",
77
"analytics": "^0.8.9",
8-
"apexcharts": "^3.42.0",
9-
"bootstrap": "^5.3.1",
8+
"apexcharts": "^3.43.0",
9+
"bootstrap": "^5.3.2",
1010
"classnames": "^2.3.2",
1111
"codemirror": "^5.65.15",
1212
"codemirror-rego": "^1.2.2",
@@ -19,14 +19,14 @@
1919
"nanoid": "^4.0.2",
2020
"react": "^18.1.0",
2121
"react-apexcharts": "^1.4.1",
22-
"react-codemirror2": "^7.2.1",
22+
"react-codemirror2": "^7.3.0",
2323
"react-color": "^2.19.3",
2424
"react-diff-view": "3.0.2",
2525
"react-dom": "^18.1.0",
2626
"react-icons": "^4.11.0",
2727
"react-image-crop": "^10.1.8",
2828
"react-markdown": "^8.0.7",
29-
"react-router-dom": "^6.15.0",
29+
"react-router-dom": "^6.16.0",
3030
"react-syntax-highlighter": "^15.5.0",
3131
"regexify-string": "^1.0.17",
3232
"remark-gfm": "^3.0.1",
@@ -37,34 +37,34 @@
3737
"tinycolor2": "^1.6.0",
3838
"ua-parser-js": "^1.0.36",
3939
"unified": "^10.1.2",
40-
"yaml": "^2.3.2"
40+
"yaml": "^2.3.3"
4141
},
4242
"devDependencies": {
4343
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
44-
"@testing-library/jest-dom": "^6.1.3",
44+
"@testing-library/jest-dom": "^6.1.4",
4545
"@testing-library/react": "13.4.0",
4646
"@testing-library/react-hooks": "^8.0.0",
47-
"@testing-library/user-event": "^14.4.3",
48-
"@types/bootstrap": "^5.2.5",
47+
"@testing-library/user-event": "^14.5.1",
48+
"@types/bootstrap": "^5.2.7",
4949
"@types/crypto-js": "^4.1.2",
50-
"@types/jest": "^29.5.4",
51-
"@types/json-schema": "^7.0.12",
52-
"@types/json-schema-merge-allof": "^0.6.1",
53-
"@types/lodash": "^4.14.198",
54-
"@types/node": "^20.6.0",
55-
"@types/react": "^18.2.21",
56-
"@types/react-color": "^3.0.6",
57-
"@types/react-dom": "^18.2.7",
58-
"@types/react-syntax-highlighter": "^15.5.7",
59-
"@types/semver": "^7.5.1",
50+
"@types/jest": "^29.5.5",
51+
"@types/json-schema": "^7.0.13",
52+
"@types/json-schema-merge-allof": "^0.6.2",
53+
"@types/lodash": "^4.14.199",
54+
"@types/node": "^20.8.6",
55+
"@types/react": "^18.2.28",
56+
"@types/react-color": "^3.0.7",
57+
"@types/react-dom": "^18.2.13",
58+
"@types/react-syntax-highlighter": "^15.5.8",
59+
"@types/semver": "^7.5.3",
6060
"eslint-config-prettier": "^9.0.0",
61-
"eslint-plugin-prettier": "^5.0.0",
61+
"eslint-plugin-prettier": "^5.0.1",
6262
"eslint-plugin-simple-import-sort": "^10.0.0",
6363
"jest-fetch-mock": "^3.0.3",
6464
"jest-mock": "^29.7.0",
6565
"prettier": "^3.0.3",
6666
"react-scripts": "^5.0.1",
67-
"sass": "^1.66.1",
67+
"sass": "^1.69.3",
6868
"shx": "^0.3.4",
6969
"typescript": "^5.2.2"
7070
},

0 commit comments

Comments
 (0)