Skip to content

Commit a95eac0

Browse files
authored
Next (#141)
* Upgrade webpack and it's deps, fix and migrate for yarn-workspaces, update .gitignore, add package-scripts * upgrade with babel-upgrade * v1.0.0 * Add back yarn.lock, remove .yarnrc * v0.8.0-0 * upgrade dependencies (#136)
1 parent cb8fcb9 commit a95eac0

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build": "lerna run build --stream --parallel"
1616
},
1717
"dependencies": {
18-
"@babel/core": "7.0.0-beta.39",
18+
"@babel/core": "^7.0.0",
1919
"@babel/preset-stage-0": "^7.0.0-beta.37",
2020
"express": "^4.16.2"
2121
},

packages/backpack-core/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backpack-core",
3-
"version": "0.8.0-0",
3+
"version": "0.8.0-1",
44
"description": "Backpack is a minimalistic build system for Node.js",
55
"repository": "palmerhq/backpack",
66
"author": "@jaredpalmer",
@@ -12,9 +12,8 @@
1212
"backpack": "./bin/backpack"
1313
},
1414
"dependencies": {
15-
"@babel/core": "7.0.0-beta.39",
16-
"babel-core": "^7.0.0-bridge.0",
17-
"babel-loader": "v8.0.0-beta.0",
15+
"@babel/core": "^7.0.0",
16+
"babel-loader": "^8.0.2",
1817
"babel-preset-backpack": "^0.5.0",
1918
"cross-spawn": "^5.0.1",
2019
"friendly-errors-webpack-plugin": "^1.6.1",

0 commit comments

Comments
 (0)