@modern-js/plugin-module-vue 2.40.0 → 2.42.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/package.json +8 -8
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import type { CliPlugin, ModuleTools } from '@modern-js/module-tools';
2
2
  import type { VueJSXPluginOptions } from '@vue/babel-plugin-jsx';
3
3
  export declare const modulePluginVue: (options?: {
4
- vueJsxPluginOptions?: VueJSXPluginOptions;
5
- }) => CliPlugin<ModuleTools>;
4
+ vueJsxPluginOptions?: VueJSXPluginOptions;
5
+ }) => CliPlugin<ModuleTools>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js/plugin-module-vue",
3
- "version": "2.40.0",
3
+ "version": "2.42.0",
4
4
  "description": "The vue plugin of Modern.js Module",
5
5
  "keywords": [
6
6
  "react",
@@ -20,23 +20,23 @@
20
20
  "main": "./dist/index.js",
21
21
  "types": "./dist/index.d.ts",
22
22
  "dependencies": {
23
- "@babel/core": "^7.22.5",
23
+ "@babel/core": "^7.23.2",
24
24
  "@babel/plugin-syntax-typescript": "7.22.5",
25
- "@swc/helpers": "0.5.1",
25
+ "@swc/helpers": "0.5.3",
26
26
  "@vue/babel-plugin-jsx": "1.1.5",
27
27
  "esbuild-plugin-vue3": "0.3.2",
28
- "@modern-js/plugin-module-babel": "2.40.0"
28
+ "@modern-js/plugin-module-babel": "2.42.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@types/babel__core": "7.1.16",
31
+ "@types/babel__core": "^7.20.1",
32
32
  "@types/node": "^14",
33
33
  "jest": "^29",
34
34
  "typescript": "^5",
35
- "@modern-js/module-tools": "2.40.0",
36
- "@scripts/build": "2.40.0"
35
+ "@scripts/build": "2.42.0",
36
+ "@modern-js/module-tools": "2.42.0"
37
37
  },
38
38
  "peerDependencies": {
39
- "@modern-js/module-tools": "^2.40.0"
39
+ "@modern-js/module-tools": "^2.42.0"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public",