1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-09-24 20:01:32 +02:00

Compare commits

..

3 Commits

Author SHA1 Message Date
dependabot[bot]
8b23f17d2c Bump minimatch from 3.0.4 to 3.0.8
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.0.8)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-12 16:54:41 +00:00
Luis Sacristán
9ec4fae96b Merge pull request #166 from webslides/dependabot/npm_and_yarn/node-sass-4.13.1
Bump node-sass from 4.9.4 to 4.13.1
2020-09-05 22:55:37 +02:00
dependabot[bot]
13cfd525e8 Bump node-sass from 4.9.4 to 4.13.1
Bumps [node-sass](https://github.com/sass/node-sass) from 4.9.4 to 4.13.1.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.9.4...v4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-03 23:08:31 +00:00
2 changed files with 400 additions and 1074 deletions

1470
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -43,7 +43,7 @@
"eslint-plugin-jest": "^21.1.0",
"extract-text-webpack-plugin": "^3.0.0",
"jest": "^22.0.4",
"node-sass": "4.9.4",
"node-sass": "4.13.1",
"npm-run-all": "^4.1.1",
"postcss-loader": "^2.0.6",
"pre-commit": "^1.2.2",
@@ -54,7 +54,7 @@
"smart-banner-webpack-plugin": "^3.0.1",
"style-loader": "^0.19.1",
"webpack": "^3.6.0",
"webpack-dev-server": "^3.1.11"
"webpack-dev-server": "^2.8.2"
},
"scripts": {
"prebuild": "rimraf static/js/webslide*",