Skip to content

Commit aaf494b

Browse files
committed
Fix invalid version "1.0.1alpha1" (npm breaks) - bump some dependencies in preparation for python3
1 parent 651007e commit aaf494b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sphinx_rtd_theme",
33
"main": "js/theme.js",
4-
"version": "1.0.1alpha1",
4+
"version": "1.1.0-alpha.0",
55
"scripts": {
66
"dev": "webpack-dev-server --open --config webpack.dev.js",
77
"build": "webpack --config webpack.prod.js",
@@ -20,7 +20,7 @@
2020
"dependencies": {},
2121
"devDependencies": {
2222
"bourbon": "~4.3",
23-
"bourbon-neat": "~1.9",
23+
"bourbon-neat": "~4.0",
2424
"copy-webpack-plugin": "^5.1.2",
2525
"css-loader": "^3.6.0",
2626
"file-loader": "^3.0.1",
@@ -30,7 +30,8 @@
3030
"jquery": "^3.6.0",
3131
"lato-font": "^3.0.0",
3232
"mini-css-extract-plugin": "^0.6.0",
33-
"node-sass": "^4.13.1",
33+
"node-sass": "^5.0.0",
34+
"node-gyp": "^7.1.0",
3435
"optimize-css-assets-webpack-plugin": "^5.0.4",
3536
"roboto-fontface": "^0.10.0",
3637
"sass-loader": "^7.3.0",

0 commit comments

Comments
 (0)