Bump snowpack from 2.11.1 to 2.18.5

Bumps [snowpack](https://github.com/snowpackjs/snowpack) from 2.11.1 to 2.18.5.
- [Release notes](https://github.com/snowpackjs/snowpack/releases)
- [Changelog](https://github.com/snowpackjs/snowpack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/snowpackjs/snowpack/commits)

---
updated-dependencies:
- dependency-name: snowpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-07-07 15:28:00 +00:00 committed by Jon Koops
parent d1ea86ac3f
commit 035ca62f63
3 changed files with 653 additions and 390 deletions

View file

@ -9,7 +9,7 @@ module.exports = function (grunt) {
main: {
cwd: "./node_modules/@patternfly/patternfly/assets/",
src: ["**/*", '!**/fontawesome/**'],
dest: "public/web_modules/@patternfly/patternfly/assets/",
dest: "public/assets/",
expand: true,
},
sso: {

1039
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -84,7 +84,7 @@
"postcss-cli": "^8.3.1",
"postcss-import": "^14.0.2",
"prettier": "^2.3.2",
"snowpack": "2.11.1",
"snowpack": "2.18.5",
"ts-node": "^10.0.0",
"typescript": "4.2.4"
}