Skip to content

Commit 9e54dc5

Browse files
committed
Upgrade packages
1 parent 7847b6a commit 9e54dc5

File tree

2 files changed

+334
-297
lines changed

2 files changed

+334
-297
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amendable/core",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"main": "dist/commonjs/index.js",
55
"module": "dist/esm/index.js",
66
"files": [
@@ -14,14 +14,14 @@
1414
},
1515
"repository": "amendable/core",
1616
"devDependencies": {
17-
"@babel/cli": "^7.4.4",
18-
"@babel/core": "^7.4.5",
19-
"@babel/plugin-proposal-class-properties": "^7.4.4",
20-
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
21-
"@babel/plugin-transform-runtime": "^7.4.4",
22-
"@babel/preset-env": "^7.4.5",
17+
"@babel/cli": "^7.5.5",
18+
"@babel/core": "^7.5.5",
19+
"@babel/plugin-proposal-class-properties": "^7.5.5",
20+
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
21+
"@babel/plugin-transform-runtime": "^7.5.5",
22+
"@babel/preset-env": "^7.5.5",
2323
"@babel/preset-react": "^7.0.0",
24-
"@babel/runtime": "^7.4.5",
24+
"@babel/runtime": "^7.5.5",
2525
"babel-plugin-lodash": "^3.3.4",
2626
"jest": "^24.8.0"
2727
},
@@ -38,7 +38,7 @@
3838
"dependencies": {
3939
"@amendable/hash": "^0.1.0",
4040
"classnames": "^2.2.6",
41-
"lodash": "^4.17.11",
41+
"lodash": "^4.17.15",
4242
"stylis": "^3.5.4"
4343
}
4444
}

0 commit comments

Comments
 (0)