Skip to content

Commit 00968c6

Browse files
ljukasjaredpalmer
authored andcommitted
Updated dependencies (#163)
* 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.
1 parent a7fb302 commit 00968c6

File tree

8 files changed

+3226
-1983
lines changed

8 files changed

+3226
-1983
lines changed

examples/with-flowtype/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"license": "MIT",
1212
"dependencies": {
1313
"@babel/core": "^7.1.2",
14-
"@babel/plugin-transform-flow-strip-types": "7.0.0",
14+
"@babel/plugin-transform-flow-strip-types": "7.4.4",
1515
"backpack-core": "^0.8.3",
1616
"express": "^4.14.0",
17-
"flow-bin": "^0.37.4"
17+
"flow-bin": "^0.101.1"
1818
}
1919
}

examples/with-jest/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"express": "^4.14.0"
1616
},
1717
"devDependencies": {
18-
"babel-jest": "^23.6.0",
19-
"jest-cli": "^23.6.0",
20-
"supertest": "^2.0.1"
18+
"babel-jest": "^24.8.0",
19+
"jest-cli": "^24.8.0",
20+
"supertest": "^4.0.2"
2121
},
2222
"jest": {
2323
"testEnvironment": "node",

examples/with-typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"license": "MIT",
1010
"dependencies": {
1111
"@types/express": "^4.0.34",
12-
"awesome-typescript-loader": "^3.0.0-beta.18",
12+
"awesome-typescript-loader": "^5.2.1",
1313
"backpack-core": "^0.8.3",
1414
"express": "^4.14.0",
15-
"typescript": "^2.1.5"
15+
"typescript": "^3.5.2"
1616
}
1717
}

lerna.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"lerna": "2.9.0",
32
"version": "0.8.3",
43
"npmClient": "yarn",
54
"useWorkspaces": true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"lerna": "^2.9.0"
4+
"lerna": "^3.15.0"
55
},
66
"scripts": {
77
"bootstrap-workaround": "lerna exec yarn && lerna link && lerna run prepublish && lerna run prepare",

packages/babel-preset-backpack/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
"index.js"
1414
],
1515
"dependencies": {
16-
"@babel/core": "^7.0.0",
17-
"@babel/plugin-proposal-class-properties": "^7.0.0",
18-
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
19-
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
20-
"@babel/plugin-transform-parameters": "^7.0.0",
21-
"@babel/plugin-transform-regenerator": "^7.0.0",
22-
"@babel/plugin-transform-runtime": "^7.0.0",
23-
"@babel/preset-env": "^7.0.0",
24-
"@babel/runtime": "^7.0.0",
25-
"babel-loader": "v8.0.4"
16+
"@babel/core": "^7.4.5",
17+
"@babel/plugin-proposal-class-properties": "^7.4.4",
18+
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
19+
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
20+
"@babel/plugin-transform-parameters": "^7.4.4",
21+
"@babel/plugin-transform-regenerator": "^7.4.5",
22+
"@babel/plugin-transform-runtime": "^7.4.4",
23+
"@babel/preset-env": "^7.4.5",
24+
"@babel/runtime": "^7.4.5",
25+
"babel-loader": "^8.0.6"
2626
},
2727
"keywords": [
2828
"babel",

packages/backpack-core/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"backpack": "./bin/backpack"
1313
},
1414
"dependencies": {
15-
"@babel/core": "^7.1.2",
16-
"babel-loader": "^8.0.2",
15+
"@babel/core": "^7.4.5",
16+
"babel-loader": "^8.0.6",
1717
"babel-preset-backpack": "^0.8.2",
18-
"cross-spawn": "^5.0.1",
18+
"cross-spawn": "^6.0.5",
1919
"friendly-errors-webpack-plugin": "^1.7.0",
2020
"json-loader": "^0.5.7",
21-
"nodemon": "^1.18.7",
22-
"ramda": "^0.23.0",
23-
"source-map-support": "^0.4.15",
24-
"webpack": "^4.23.1",
21+
"nodemon": "^1.19.1",
22+
"ramda": "^0.26.1",
23+
"source-map-support": "^0.5.12",
24+
"webpack": "^4.35.0",
2525
"webpack-node-externals": "^1.7.2"
2626
}
2727
}

0 commit comments

Comments
 (0)