Skip to content

Commit

Permalink
Updated dependencies (#163)
Browse files Browse the repository at this point in the history
* Updated lerne to 3.15.0 and removed lerna version from lerna.json

* Updated all packages in both bable-preset-backpack and backpack-core.

* Added carets to versions again.

* Lock file.
  • Loading branch information
ljukas authored and jaredpalmer committed Jun 22, 2019
1 parent a7fb302 commit 00968c6
Show file tree
Hide file tree
Showing 8 changed files with 3,226 additions and 1,983 deletions.
4 changes: 2 additions & 2 deletions examples/with-flowtype/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"license": "MIT",
"dependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-transform-flow-strip-types": "7.0.0",
"@babel/plugin-transform-flow-strip-types": "7.4.4",
"backpack-core": "^0.8.3",
"express": "^4.14.0",
"flow-bin": "^0.37.4"
"flow-bin": "^0.101.1"
}
}
6 changes: 3 additions & 3 deletions examples/with-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"express": "^4.14.0"
},
"devDependencies": {
"babel-jest": "^23.6.0",
"jest-cli": "^23.6.0",
"supertest": "^2.0.1"
"babel-jest": "^24.8.0",
"jest-cli": "^24.8.0",
"supertest": "^4.0.2"
},
"jest": {
"testEnvironment": "node",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"license": "MIT",
"dependencies": {
"@types/express": "^4.0.34",
"awesome-typescript-loader": "^3.0.0-beta.18",
"awesome-typescript-loader": "^5.2.1",
"backpack-core": "^0.8.3",
"express": "^4.14.0",
"typescript": "^2.1.5"
"typescript": "^3.5.2"
}
}
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"lerna": "2.9.0",
"version": "0.8.3",
"npmClient": "yarn",
"useWorkspaces": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"devDependencies": {
"lerna": "^2.9.0"
"lerna": "^3.15.0"
},
"scripts": {
"bootstrap-workaround": "lerna exec yarn && lerna link && lerna run prepublish && lerna run prepare",
Expand Down
20 changes: 10 additions & 10 deletions packages/babel-preset-backpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"index.js"
],
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
"@babel/plugin-transform-parameters": "^7.0.0",
"@babel/plugin-transform-regenerator": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/runtime": "^7.0.0",
"babel-loader": "v8.0.4"
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
"@babel/plugin-transform-parameters": "^7.4.4",
"@babel/plugin-transform-regenerator": "^7.4.5",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/runtime": "^7.4.5",
"babel-loader": "^8.0.6"
},
"keywords": [
"babel",
Expand Down
14 changes: 7 additions & 7 deletions packages/backpack-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"backpack": "./bin/backpack"
},
"dependencies": {
"@babel/core": "^7.1.2",
"babel-loader": "^8.0.2",
"@babel/core": "^7.4.5",
"babel-loader": "^8.0.6",
"babel-preset-backpack": "^0.8.2",
"cross-spawn": "^5.0.1",
"cross-spawn": "^6.0.5",
"friendly-errors-webpack-plugin": "^1.7.0",
"json-loader": "^0.5.7",
"nodemon": "^1.18.7",
"ramda": "^0.23.0",
"source-map-support": "^0.4.15",
"webpack": "^4.23.1",
"nodemon": "^1.19.1",
"ramda": "^0.26.1",
"source-map-support": "^0.5.12",
"webpack": "^4.35.0",
"webpack-node-externals": "^1.7.2"
}
}
Loading

0 comments on commit 00968c6

Please sign in to comment.