@peter.naydenov/shortcuts 4.0.1 → 4.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/Changelog.md +5 -0
  2. package/package.json +10 -12
package/Changelog.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
 
4
4
 
5
+ ### 4.0.2 ( 2026-04-02 )
6
+ - [x] Dependencies update. @peter.naydenov/notice to 2.4.2
7
+
8
+
9
+
5
10
  ### 4.0.1 ( 2026-03-24 )
6
11
  - [x] Dev deps update. TypeScript to v.6.0.2;
7
12
  - [x] Types update according to TypeScript v.6.0.2;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@peter.naydenov/shortcuts",
3
3
  "description": "Context control of shortcuts based on keyboard and mouse events",
4
- "version": "4.0.1",
4
+ "version": "4.0.2",
5
5
  "license": "MIT",
6
6
  "author": "Peter Naydenov",
7
7
  "main": "./src/main.js",
@@ -32,7 +32,7 @@
32
32
  "url": "git+https://github.com/PeterNaydenov/shortcuts"
33
33
  },
34
34
  "dependencies": {
35
- "@peter.naydenov/notice": "^2.4.1"
35
+ "@peter.naydenov/notice": "^2.4.2"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@peter.naydenov/visual-controller-for-react": "^3.0.2",
@@ -42,21 +42,19 @@
42
42
  "@testing-library/dom": "^10.4.1",
43
43
  "@testing-library/user-event": "^14.6.1",
44
44
  "@vitejs/plugin-react": "^6.0.1",
45
- "@vitest/browser": "^4.0.18",
46
- "@vitest/browser-playwright": "^4.0.18",
47
- "@vitest/coverage-v8": "^4.0.18",
48
- "@vitest/ui": "^4.0.18",
45
+ "@vitest/browser": "^4.1.2",
46
+ "@vitest/browser-playwright": "^4.1.2",
47
+ "@vitest/coverage-v8": "^4.1.2",
48
+ "@vitest/ui": "^4.1.2",
49
49
  "ask-for-promise": "^3.1.0",
50
- "chai": "^6.2.2",
51
50
  "eslint": "^10.1.0",
52
- "mocha": "^12.0.0-beta-9",
53
- "playwright": "^1.58.2",
51
+ "playwright": "^1.59.1",
54
52
  "react": "^19.2.4",
55
53
  "react-dom": "^19.2.4",
56
- "rollup": "^4.60.0",
54
+ "rollup": "^4.60.1",
57
55
  "typescript": "^6.0.2",
58
- "vite": "^8.0.2",
59
- "vitest": "^4.0.18"
56
+ "vite": "^8.0.3",
57
+ "vitest": "^4.1.2"
60
58
  },
61
59
  "keywords": [
62
60
  "shortcut",