Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caoxiemeihao committed Apr 27, 2023
1 parent f7a3ab8 commit 8972bb4
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions package.json
@@ -1,14 +1,15 @@
{
"name": "vite-plugin-dynamic-import",
"version": "1.2.7",
"version": "1.3.0",
"description": "Enhance Vite builtin dynamic import",
"type": "module",
"main": "index.js",
"types": "types",
"exports": {
".": {
"import": "./index.js",
"require": "./index.cjs"
"require": "./index.cjs",
"types": "./types/index.d.ts"
}
},
"repository": {
Expand All @@ -22,19 +23,20 @@
"build": "vite build",
"test": "vitest run",
"types": "tsc",
"prepublishOnly": "npm run test && npm run build"
"prepublishOnly": "npm run build"
},
"dependencies": {
"es-module-lexer": "^1.2.1",
"fast-glob": "^3.2.12"
},
"devDependencies": {
"@ant-design/icons-svg": "^4.2.1",
"@types/node": "^18.11.18",
"node-fetch": "^3.3.0",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"vite-plugin-utils": "^0.4.0",
"vitest": "^0.27.2"
"vite": "^4.3.2",
"vite-plugin-utils": "^0.4.2",
"vitest": "^0.30.1"
},
"keywords": [
"vite",
Expand Down

0 comments on commit 8972bb4

Please sign in to comment.