Skip to content

Commit

Permalink
Update to stable dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyckahn committed Feb 8, 2020
1 parent c68ed68 commit fe94256
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"presets": ["env", "stage-3"]
"presets": ["@babel/preset-env"],
"plugins": ["@babel/plugin-proposal-class-properties"]
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"rekapi": "~2.0.6",
"rekapi-timeline": "~0.6.1",
"requirejs": "~2.1.20",
"shifty": "^2.6.0"
"shifty": "~2.7.0"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.3.4",
"appcache-webpack-plugin": "^1.3.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-3": "^6.24.1",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^0.1.17",
"compass-mixins": "^0.12.10",
"copy-webpack-plugin": "^4.5.1",
Expand All @@ -43,8 +43,8 @@
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "^3.1.4"
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.3"
},
"scripts": {
"start": "webpack-dev-server",
Expand Down

0 comments on commit fe94256

Please sign in to comment.