Bump to a valid version scheme, bump node-sass for Node 14 support

This commit is contained in:
Benjamin Bach 2022-08-19 13:17:39 +02:00
parent 4efbdbc8eb
commit be9b6bcec9
No known key found for this signature in database
GPG Key ID: 7D49441634585664
2 changed files with 1238 additions and 1160 deletions

2394
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{
"name": "sphinx_rtd_theme",
"main": "js/theme.js",
"version": "1.0.1alpha1",
"version": "1.1.0-alpha.0",
"scripts": {
"dev": "webpack-dev-server --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
@ -30,7 +30,7 @@
"jquery": "^3.6.0",
"lato-font": "^3.0.0",
"mini-css-extract-plugin": "^0.6.0",
"node-sass": "^4.13.1",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"roboto-fontface": "^0.10.0",
"sass-loader": "^7.3.0",