Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

更新依赖 #1

Merged
merged 17 commits into from
Apr 10, 2019
Merged

更新依赖 #1

merged 17 commits into from
Apr 10, 2019

Conversation

2nthony
Copy link
Member

@2nthony 2nthony commented Apr 8, 2019

Types of changes

  • Bug fix (a non-breaking change which fixes an issue)
  • New feature (a non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

更新说明

本pr仅针对rollup-plugin-vue更新并且牵扯到的部分依赖,且确保所有功能可用,即使即将被移除

Bug Fixed

不限制node版本上限

当前 LTS 10.15.3

package.json

"engines": {
-  "node": ">=8.1.2 <=8.11",
+  "node": ">=8.1.2",
  "npm": ">=5.2.0"
}

Dependencies

templates/package-json

# core dependencies
- rollup-plugin-vue@3
+ [email protected]
+ rollup-plugin-commonjs

# others
+ @babel/core
- babel-plugin-transform-runtime
+ @babel/plugin-transform-runtime
- babel-preset-env
+ @babel/preset-env
+ babel-loader

+ vue-loader

- [email protected]
+ [email protected]
- rollup-plugin-uglify-es
+ rollup-plugin-terser

- webpack@3
+ webpack@4

- @storybook/vue@3
+ @storybook/vue@5

@@ -1,7 +1,8 @@
// rollup.config.js
import vue from 'rollup-plugin-vue'
import babel from 'rollup-plugin-babel'
import uglify from 'rollup-plugin-uglify-es'
import commonjs from 'rollup-plugin-commonjs'
import { terser } from 'rollup-plugin-terser'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"vue": "^2.5.16",
"vue-jest": "^3.0.4",
"vue-loader": "^15.7.0",
"vue-styleguidist": "^3.11.4",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@levy9527 levy9527 merged commit 77771e2 into FEMessage:dev Apr 10, 2019
@2nthony 2nthony deleted the feat/upgrade-deps branch May 17, 2019 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants