Install npm mousetrap, types & update other packages

pull/11805/head
Neeraj P Yetheendran 2024-03-12 11:31:13 +05:30 zatwierdzone przez LB (Ben Johnston)
rodzic 91cd6cffc2
commit b0697ac0c4
2 zmienionych plików z 1076 dodań i 1019 usunięć

2081
package-lock.json wygenerowano

Plik diff jest za duży Load Diff

Wyświetl plik

@ -54,10 +54,10 @@
]
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@storybook/addon-controls": "^7.6.14",
"@storybook/addon-docs": "^7.6.14",
"@storybook/react": "^7.6.14",
@ -66,6 +66,7 @@
"@types/draft-js": "^0.10.45",
"@types/jest": "^29.5.12",
"@types/jquery": "^3.5.29",
"@types/mousetrap": "^1.6.15",
"@types/react": "^16.14.21",
"@types/react-dom": "^16.0",
"@types/react-redux": "^7.1.33",
@ -102,8 +103,8 @@
"tailwindcss-vanilla-rtl": "^0.4.0",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.90.1",
"typescript": "^5.4.4",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
@ -119,6 +120,7 @@
"focus-trap-react": "^8.11.3",
"immer": "^9.0.21",
"js-cookie": "^3.0.5",
"mousetrap": "^1.6.5",
"prop-types": "^15.8.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",