Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: umijs/babel-plugin-import
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.4
Choose a base ref
...
head repository: umijs/babel-plugin-import
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.13.5
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Apr 14, 2022

  1. chore: fix build

    sorrycc committed Apr 14, 2022
    Copy the full SHA
    162a66f View commit details
  2. 1.13.5

    sorrycc committed Apr 14, 2022
    Copy the full SHA
    c4d6910 View commit details
Showing with 3 additions and 9 deletions.
  1. +3 −9 package.json
12 changes: 3 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-import",
"version": "1.13.4",
"version": "1.13.5",
"description": "Component modular import plugin for babel.",
"repository": {
"type": "git",
@@ -45,27 +45,21 @@
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"father-build": "^1.21.2",
"father-build": "^1.22.1",
"husky": "^4.2.5",
"lint-staged": "^10.2.8",
"material-ui": "^0.20.2",
"np": "^6.2.0",
"prettier": "^2.0.5",
"react-toolbox": "^1.2.5"
},
"babel": {
"presets": [
"umi"
]
},
"files": [
"src",
"lib",
"package.json",
"README.md"
],
"dependencies": {
"@babel/helper-module-imports": "^7.0.0",
"@babel/runtime": "^7.0.0"
"@babel/helper-module-imports": "^7.0.0"
}
}