Skip to content

Commit 66db383

Browse files
committed
upgrade packages
1 parent a36619e commit 66db383

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

package.json

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616
"author": "Ludovic COULON & Riadh BOUCHAHOUA",
1717
"license": "MIT",
1818
"devDependencies": {
19-
"@babel/cli": "^7.19.3",
20-
"@babel/core": "^7.20.5",
19+
"@babel/cli": "^7.21.0",
20+
"@babel/core": "^7.21.0",
2121
"@babel/helper-call-delegate": "^7.12.13",
2222
"@babel/plugin-proposal-class-properties": "^7.18.6",
2323
"@babel/preset-env": "^7.20.2",
2424
"@babel/preset-react": "^7.18.6",
25-
"@babel/preset-typescript": "^7.18.6",
25+
"@babel/preset-typescript": "^7.21.0",
2626
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
2727
"@types/crypto-js": "^4.1.1",
2828
"@types/pretty": "^2.0.1",
29-
"@types/react-syntax-highlighter": "^15.5.5",
29+
"@types/react-syntax-highlighter": "^15.5.6",
3030
"@types/use-persisted-state": "^0.3.1",
31-
"babel-loader": "^9.1.0",
31+
"babel-loader": "^9.1.2",
3232
"clean-webpack-plugin": "^4.0.0",
3333
"copy-webpack-plugin": "^11.0.0",
3434
"css-loader": "^6.7.3",
@@ -37,8 +37,8 @@
3737
"react-hot-loader": "^4.13.1",
3838
"react-refresh": "^0.14.0",
3939
"style-loader": "^3.3.1",
40-
"typescript": "^4.9.4",
41-
"webpack": "^5.75.0",
40+
"typescript": "^4.9.5",
41+
"webpack": "^5.76.1",
4242
"webpack-cli": "^5.0.1",
4343
"webpack-dev-server": "^4.11.1"
4444
},
@@ -49,25 +49,26 @@
4949
],
5050
"dependencies": {
5151
"@ant-design/compatible": "^5.1.1",
52-
"@ant-design/cssinjs": "^1.2.0",
52+
"@ant-design/cssinjs": "^1.6.1",
5353
"@ant-design/icons": "4.8.0",
54-
"@ant-design/pro-layout": "^7.4.0",
54+
"@ant-design/pro-card": "^2.3.0",
55+
"@ant-design/pro-layout": "^7.10.0",
5556
"@hot-loader/react-dom": "^17.0.2",
5657
"@types/chrome": "^0.0.206",
57-
"@types/jest": "^29.2.4",
58-
"@types/node": "^18.11.17",
59-
"@types/react": "^18.0.26",
60-
"@types/react-dom": "^18.0.9",
61-
"@uiw/react-md-editor": "^3.20.2",
58+
"@types/jest": "^29.4.0",
59+
"@types/node": "^18.15.0",
60+
"@types/react": "^18.0.28",
61+
"@types/react-dom": "^18.0.11",
62+
"@uiw/react-md-editor": "^3.20.5",
6263
"antd": "5.1.0",
6364
"antd-mask-input": "2.0.7",
64-
"axios": "^1.2.1",
65+
"axios": "^1.3.4",
6566
"crypto-js": "^4.1.1",
6667
"darkreader": "^4.9.58",
6768
"escape-quotes": "^1.0.2",
6869
"less": "^4.1.3",
6970
"less-loader": "^11.1.0",
70-
"mermaid": "^9.3.0",
71+
"mermaid": "^9.4.3",
7172
"pretty": "^2.0.0",
7273
"rc-queue-anim": "^2.0.0",
7374
"react": "^18.2.0",
@@ -76,8 +77,8 @@
7677
"react-color": "^2.19.3",
7778
"react-dom": "^18.2.0",
7879
"react-highlight-words": "^0.18.0",
79-
"react-query": "^3.39.2",
80-
"react-refresh-typescript": "^2.0.7",
80+
"react-query": "^3.39.3",
81+
"react-refresh-typescript": "^2.0.8",
8182
"react-syntax-highlighter": "^15.5.0",
8283
"sm3": "^1.0.3",
8384
"ts-loader": "^9.4.2",

0 commit comments

Comments
 (0)