Skip to content

Commit

Permalink
relase: v0.2.10-next
Browse files Browse the repository at this point in the history
  • Loading branch information
odex21 committed May 7, 2022
1 parent d1ef580 commit 61484da
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vf-modal",
"version": "0.2.9-next",
"version": "0.2.10-next",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
Expand All @@ -25,8 +25,8 @@
"ramda": "^0.27.0"
},
"devDependencies": {
"vue-router": "^4.0.1",
"vue": "^3.0.7",
"vue-router": "^4.0.15",
"vue": "^3.2.33",
"@ant-design-vue/babel-plugin-jsx": "^1.0.0-rc.1",
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
Expand All @@ -38,15 +38,15 @@
"@types/ramda": "^0.27.3",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"@vue/babel-plugin-jsx": "^1.0.0",
"@vue/compiler-sfc": "^3.0.7",
"@vue/test-utils": "^2.0.0-beta.12",
"@vue/babel-plugin-jsx": "^1.1.1",
"@vue/compiler-sfc": "^3.2.33",
"@vue/test-utils": "^2.0.0-rc.21",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^26.3.0",
"babel-plugin-ramda": "^2.0.0",
"csstype": "^3.0.0-beta.3",
"eslint": "^7.3.1",
"eslint-plugin-vue": "^7.0.0-beta.0",
"eslint-plugin-vue": "^8.7.1",
"execa": "^4.0.0",
"jest": "^25.5.4",
"jest-css-modules": "^2.1.0",
Expand All @@ -61,8 +61,8 @@
"rollup-plugin-typescript2": "^0.27.0",
"ts-jest": "25.2.1",
"typescript": "^4.0.2",
"vue-eslint-parser": "^7.1.0",
"vue-jest": "^5.0.0-alpha.7"
"vue-eslint-parser": "^9.0.0-alpha.0",
"vue-jest": "^5.0.0-alpha.10"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 61484da

Please sign in to comment.