@open-xchange/vite-plugin-es-decorators
Advanced tools
Comparing version 1.0.0 to 1.0.1
# Changelog | ||
## `1.0.1` – 2025-Jan-31 | ||
- chore: bump dependencies | ||
## `1.0.0` – 2025-Jan-03 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "@open-xchange/vite-plugin-es-decorators", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Vite plugin that adds support for native ES decorators in JS source files", | ||
@@ -19,7 +19,7 @@ "repository": { | ||
"prepack": "yarn build && yarn lint", | ||
"build": "rimraf dist && tsc", | ||
"lint": "eslint ." | ||
"build": "premove dist && tsc", | ||
"lint": "tsc --project tsconfig.config.json && eslint ." | ||
}, | ||
"dependencies": { | ||
"@babel/core": "^7.26.0", | ||
"@babel/core": "^7.26.7", | ||
"@babel/plugin-proposal-decorators": "^7.25.9", | ||
@@ -29,9 +29,11 @@ "vite-plugin-babel": "^1.3.0" | ||
"devDependencies": { | ||
"@open-xchange/linter-presets": "1.0.0", | ||
"@open-xchange/linter-presets": "1.2.6", | ||
"@types/babel__core": "^7.20.5", | ||
"@types/node": "^22.10.4", | ||
"eslint": "^9.17.0", | ||
"rimraf": "^6.0.1", | ||
"typescript": "^5.7.2", | ||
"vite": "^6.0.7" | ||
"@types/node": "^22.12.0", | ||
"better-typescript-lib": "^2.10.1", | ||
"eslint": "^9.19.0", | ||
"jiti": "^2.4.2", | ||
"premove": "^4.0.0", | ||
"typescript": "^5.7.3", | ||
"vite": "^6.0.11" | ||
}, | ||
@@ -38,0 +40,0 @@ "peerDependencies": { |
3644
6
43
9
Updated@babel/core@^7.26.7