Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
edemaine committed Jun 2, 2022
1 parent 92dccb4 commit d53c90f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"deploy": "gh-pages -d dist"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.4",
"coffee-loader": "^3.0.0",
"coffeescript": "^2.6.1",
"gh-pages": "^3.2.3",
"html-webpack-plugin": "^5.5.0",
"mathjax-full": "^3.2.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
"@babel/core": "7.17.9",
"@babel/preset-env": "7.16.11",
"babel-loader": "8.2.4",
"coffee-loader": "3.0.0",
"coffeescript": "2.6.1",
"gh-pages": "3.2.3",
"html-webpack-plugin": "5.5.0",
"mathjax-full": "3.2.0",
"webpack": "5.72.0",
"webpack-cli": "4.9.2"
}
}

0 comments on commit d53c90f

Please sign in to comment.