Skip to content

Commit

Permalink
webpack 5: rc4→正式版
Browse files Browse the repository at this point in the history
  • Loading branch information
ics-ikeda committed Oct 11, 2020
1 parent c37e749 commit 2da4f31
Show file tree
Hide file tree
Showing 42 changed files with 419 additions and 630 deletions.
4 changes: 2 additions & 2 deletions tutorial-babel-esnext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@babel/polyfill": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"babel-loader": "^8.1.0",
"webpack": "^5.0.0-rc.4",
"webpack-cli": "^4.0.0-rc.1"
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0"
},
"private": true
}
4 changes: 2 additions & 2 deletions tutorial-babel-gsap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"babel-loader": "^8.1.0",
"webpack": "^5.0.0-rc.4",
"webpack-cli": "^4.0.0-rc.1"
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0"
},
"private": true
}
4 changes: 2 additions & 2 deletions tutorial-babel-jquery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"@babel/core": "7.11.6",
"@babel/preset-env": "7.11.5",
"babel-loader": "^8.1.0",
"webpack": "^5.0.0-rc.4",
"webpack-cli": "^4.0.0-rc.1"
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0"
},
"private": true
}
4 changes: 2 additions & 2 deletions tutorial-babel-pixijs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"babel-loader": "^8.1.0",
"webpack": "^5.0.0-rc.4",
"webpack-cli": "^4.0.0-rc.1"
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0"
},
"dependencies": {
"pixi.js": "^5.3.3"
Expand Down
4 changes: 2 additions & 2 deletions tutorial-babel-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"@babel/preset-env": "7.11.5",
"@babel/preset-react": "7.10.4",
"babel-loader": "^8.1.0",
"webpack": "^5.0.0-rc.4",
"webpack-cli": "^4.0.0-rc.1"
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0"
},
"dependencies": {
"react": "^16.13.1",
Expand Down
Loading

0 comments on commit 2da4f31

Please sign in to comment.