@open-xchange/vite-plugin-es-decorators
Advanced tools
Comparing version 1.0.1 to 1.0.2
# Changelog | ||
## `1.0.2` – 2025-Feb-20 | ||
- chore: bump dependencies | ||
## `1.0.1` – 2025-Jan-31 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "@open-xchange/vite-plugin-es-decorators", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Vite plugin that adds support for native ES decorators in JS source files", | ||
@@ -19,7 +19,8 @@ "repository": { | ||
"prepack": "yarn build && yarn lint", | ||
"build": "premove dist && tsc", | ||
"lint": "tsc --project tsconfig.config.json && eslint ." | ||
"clean": "premove dist", | ||
"build": "yarn clean && tsc --project src/tsconfig.json", | ||
"lint": "tsc && tsc --project src/tsconfig.json --noEmit && eslint ." | ||
}, | ||
"dependencies": { | ||
"@babel/core": "^7.26.7", | ||
"@babel/core": "^7.26.9", | ||
"@babel/plugin-proposal-decorators": "^7.25.9", | ||
@@ -29,11 +30,11 @@ "vite-plugin-babel": "^1.3.0" | ||
"devDependencies": { | ||
"@open-xchange/linter-presets": "1.2.6", | ||
"@open-xchange/linter-presets": "^1.2.12", | ||
"@types/babel__core": "^7.20.5", | ||
"@types/node": "^22.12.0", | ||
"@types/node": "^22.13.4", | ||
"better-typescript-lib": "^2.10.1", | ||
"eslint": "^9.19.0", | ||
"eslint": "^9.20.1", | ||
"jiti": "^2.4.2", | ||
"premove": "^4.0.0", | ||
"typescript": "^5.7.3", | ||
"vite": "^6.0.11" | ||
"vite": "^6.1.1" | ||
}, | ||
@@ -40,0 +41,0 @@ "peerDependencies": { |
3631
5
38
Updated@babel/core@^7.26.9