@open-xchange/vite-plugin-es-decorators 1.1.0 → 1.1.1

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 +4 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## `1.1.1` – 2025-Sep-09
4
+
5
+ - chore: bump dependencies
6
+
3
7
  ## `1.1.0` – 2025-Jun-26
4
8
 
5
9
  - added: support vor Vite 7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-xchange/vite-plugin-es-decorators",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Vite plugin that adds support for native ES decorators in JS source files",
5
5
  "repository": {
6
6
  "type": "git",
@@ -11,7 +11,7 @@
11
11
  "engines": {
12
12
  "node": ">=20.18"
13
13
  },
14
- "packageManager": "yarn@4.9.2",
14
+ "packageManager": "yarn@4.9.4",
15
15
  "type": "module",
16
16
  "exports": "./dist/index.js",
17
17
  "files": [
@@ -25,19 +25,19 @@
25
25
  "lint": "tsc && tsc --project src/tsconfig.json --noEmit && eslint ."
26
26
  },
27
27
  "dependencies": {
28
- "@babel/core": "^7.27.4",
29
- "@babel/plugin-proposal-decorators": "^7.27.1",
30
- "vite-plugin-babel": "^1.3.1"
28
+ "@babel/core": "^7.28.4",
29
+ "@babel/plugin-proposal-decorators": "^7.28.0",
30
+ "vite-plugin-babel": "^1.3.2"
31
31
  },
32
32
  "devDependencies": {
33
- "@open-xchange/linter-presets": "^1.4.0",
33
+ "@open-xchange/linter-presets": "^1.9.0",
34
34
  "@types/babel__core": "^7.20.5",
35
- "@types/node": "^24.0.4",
36
- "eslint": "^9.29.0",
37
- "jiti": "^2.4.2",
35
+ "@types/node": "^24.3.1",
36
+ "eslint": "^9.35.0",
37
+ "jiti": "^2.5.1",
38
38
  "premove": "^4.0.0",
39
- "typescript": "^5.8.3",
40
- "vite": "^7.0.0"
39
+ "typescript": "^5.9.2",
40
+ "vite": "^7.1.5"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "vite": "^6.0.0 || ^7.0.0"