fix(player-styling): revert vite to 2.8 to reference the player css

A bug in the latest vite release (v2.9.13) prevents the player styling
from being referenced in the manifest.
This commit is contained in:
Yassine Doghri 2022-07-07 17:18:10 +00:00
parent 8cbc902a75
commit e07d3afea9
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View File

@ -69,7 +69,7 @@
"svgo": "^2.8.0",
"tailwindcss": "^3.1.4",
"typescript": "^4.7.4",
"vite": "^2.9.13",
"vite": "2.8.6",
"vite-plugin-pwa": "^0.12.2",
"workbox-build": "^6.5.3",
"workbox-core": "^6.5.3",
@ -16801,13 +16801,13 @@
}
},
"node_modules/vite": {
"version": "2.9.13",
"resolved": "https://registry.npmjs.org/vite/-/vite-2.9.13.tgz",
"integrity": "sha512-AsOBAaT0AD7Mhe8DuK+/kE4aWYFMx/i0ZNi98hJclxb4e0OhQcZYUrvLjIaQ8e59Ui7txcvKMiJC1yftqpQoDw==",
"version": "2.8.6",
"resolved": "https://registry.npmjs.org/vite/-/vite-2.8.6.tgz",
"integrity": "sha512-e4H0QpludOVKkmOsRyqQ7LTcMUDF3mcgyNU4lmi0B5JUbe0ZxeBBl8VoZ8Y6Rfn9eFKYtdXNPcYK97ZwH+K2ug==",
"dev": true,
"dependencies": {
"esbuild": "^0.14.27",
"postcss": "^8.4.13",
"esbuild": "^0.14.14",
"postcss": "^8.4.6",
"resolve": "^1.22.0",
"rollup": "^2.59.0"
},
@ -29014,14 +29014,14 @@
}
},
"vite": {
"version": "2.9.13",
"resolved": "https://registry.npmjs.org/vite/-/vite-2.9.13.tgz",
"integrity": "sha512-AsOBAaT0AD7Mhe8DuK+/kE4aWYFMx/i0ZNi98hJclxb4e0OhQcZYUrvLjIaQ8e59Ui7txcvKMiJC1yftqpQoDw==",
"version": "2.8.6",
"resolved": "https://registry.npmjs.org/vite/-/vite-2.8.6.tgz",
"integrity": "sha512-e4H0QpludOVKkmOsRyqQ7LTcMUDF3mcgyNU4lmi0B5JUbe0ZxeBBl8VoZ8Y6Rfn9eFKYtdXNPcYK97ZwH+K2ug==",
"dev": true,
"requires": {
"esbuild": "^0.14.27",
"esbuild": "^0.14.14",
"fsevents": "~2.3.2",
"postcss": "^8.4.13",
"postcss": "^8.4.6",
"resolve": "^1.22.0",
"rollup": "^2.59.0"
}

View File

@ -87,7 +87,7 @@
"svgo": "^2.8.0",
"tailwindcss": "^3.1.4",
"typescript": "^4.7.4",
"vite": "^2.9.13",
"vite": "2.8.6",
"vite-plugin-pwa": "^0.12.2",
"workbox-build": "^6.5.3",
"workbox-core": "^6.5.3",