unplugin-jsx-string
Advanced tools
Comparing version 0.5.3-0 to 0.5.4
@@ -1,5 +0,8 @@ | ||
import { VitePlugin } from 'unplugin'; | ||
import * as vite from 'vite'; | ||
import { Options } from './core/options.js'; | ||
import '@babel/parser'; | ||
import '@rollup/pluginutils'; | ||
declare const _default: VitePlugin; | ||
declare const _default: (options?: Options | undefined) => vite.Plugin; | ||
export { _default as default }; |
{ | ||
"name": "unplugin-jsx-string", | ||
"version": "0.5.3-0", | ||
"packageManager": "pnpm@7.1.9", | ||
"version": "0.5.4", | ||
"packageManager": "pnpm@7.5.1", | ||
"description": "Converts JSX to HTML strings at compile time.", | ||
@@ -70,4 +70,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@babel/parser": "^7.18.6", | ||
"@babel/types": "^7.18.7", | ||
"@babel/parser": "^7.18.8", | ||
"@babel/types": "^7.18.8", | ||
"@rollup/pluginutils": "^4.2.1", | ||
@@ -78,10 +78,10 @@ "entities": "^4.3.1", | ||
"magic-string": "^0.26.2", | ||
"unplugin": "^0.7.1" | ||
"unplugin": "^0.7.2" | ||
}, | ||
"devDependencies": { | ||
"@sxzz/eslint-config": "^2.2.2", | ||
"@sxzz/eslint-config": "^2.3.1", | ||
"@types/benchmark": "^2.1.1", | ||
"@types/jsesc": "^3.0.1", | ||
"@types/node": "*", | ||
"@types/react": "^18.0.14", | ||
"@types/react": "^18.0.15", | ||
"benchmark": "^2.1.4", | ||
@@ -94,6 +94,6 @@ "bumpp": "^8.2.1", | ||
"tsup": "^6.1.3", | ||
"tsx": "^3.7.1", | ||
"tsx": "^3.8.0", | ||
"typescript": "^4.7.4", | ||
"vite": "^3.0.0-beta.6", | ||
"vitest": "^0.17.0" | ||
"vite": "^3.0.0", | ||
"vitest": "^0.18.0" | ||
}, | ||
@@ -109,5 +109,5 @@ "engines": { | ||
"test": "vitest", | ||
"release": "bumpp --commit --push --tag && pnpm publish", | ||
"release": "bumpp && pnpm publish", | ||
"benchmark": "node benchmark/index.mjs" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
116811
3529
Updated@babel/parser@^7.18.8
Updated@babel/types@^7.18.8
Updatedunplugin@^0.7.2