Browse Source

Install npm mousetrap, types & update other packages

Neeraj P Yetheendran 1 year ago
parent
commit
b0697ac0c4
2 changed files with 266 additions and 246 deletions
  1. 258 240
      package-lock.json
  2. 8 6
      package.json

File diff suppressed because it is too large
+ 258 - 240
package-lock.json


+ 8 - 6
package.json

@@ -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",

Some files were not shown because too many files changed in this diff