Update Snowpack and related dependencies to latest version (#867)

This commit is contained in:
Jon Koops 2021-07-16 14:53:56 +02:00 committed by GitHub
parent 11c6ed8b6b
commit 8aed0bcacf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2209 additions and 16 deletions

2221
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -45,7 +45,7 @@
}, },
"devDependencies": { "devDependencies": {
"@jest/types": "^27.0.6", "@jest/types": "^27.0.6",
"@snowpack/app-scripts-react": "^1.12.6", "@snowpack/app-scripts-react": "^2.0.1",
"@snowpack/plugin-postcss": "^1.4.3", "@snowpack/plugin-postcss": "^1.4.3",
"@snowpack/plugin-react-refresh": "^2.5.0", "@snowpack/plugin-react-refresh": "^2.5.0",
"@snowpack/plugin-typescript": "^1.2.1", "@snowpack/plugin-typescript": "^1.2.1",
@ -82,7 +82,7 @@
"postcss": "^8.3.5", "postcss": "^8.3.5",
"postcss-import": "^14.0.2", "postcss-import": "^14.0.2",
"prettier": "^2.3.2", "prettier": "^2.3.2",
"snowpack": "^3.7.1", "snowpack": "^3.8.2",
"ts-node": "^10.1.0", "ts-node": "^10.1.0",
"typescript": "4.2.4" "typescript": "4.2.4"
}, },