Upgrade to snowpack@3.8.0 (#621)
* Upgrade to snowpack@3.8.0 * Try with 3.8.1-pre.0 * Newest yarn lock * Add postcss plugin and autoprefixer to the root * Update the yarn lock * Prevent typescript recursion * Use snowpack@3.8.1
This commit is contained in:
parent
29470ab4b3
commit
f62973b5ca
3 changed files with 721 additions and 58 deletions
|
@ -42,8 +42,10 @@
|
||||||
"camel-case": "^4.1.2"
|
"camel-case": "^4.1.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@snowpack/plugin-postcss": "^1.4.3",
|
||||||
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
||||||
"@typescript-eslint/parser": "^4.18.0",
|
"@typescript-eslint/parser": "^4.18.0",
|
||||||
|
"autoprefixer": "^10.2.6",
|
||||||
"cheerio": "^1.0.0-rc.6",
|
"cheerio": "^1.0.0-rc.6",
|
||||||
"cheerio-select-tmp": "^0.1.1",
|
"cheerio-select-tmp": "^0.1.1",
|
||||||
"del": "^6.0.0",
|
"del": "^6.0.0",
|
||||||
|
@ -53,6 +55,8 @@
|
||||||
"eslint-plugin-prettier": "^3.4.0",
|
"eslint-plugin-prettier": "^3.4.0",
|
||||||
"execa": "^5.0.0",
|
"execa": "^5.0.0",
|
||||||
"lerna": "^4.0.0",
|
"lerna": "^4.0.0",
|
||||||
|
"postcss": "^8.2.15",
|
||||||
|
"postcss-icss-keyframes": "^0.2.1",
|
||||||
"prettier": "^2.2.1",
|
"prettier": "^2.2.1",
|
||||||
"svelte": "^3.38.0",
|
"svelte": "^3.38.0",
|
||||||
"tiny-glob": "^0.2.8",
|
"tiny-glob": "^0.2.8",
|
||||||
|
|
|
@ -86,7 +86,7 @@
|
||||||
"semver": "^7.3.5",
|
"semver": "^7.3.5",
|
||||||
"shorthash": "^0.0.2",
|
"shorthash": "^0.0.2",
|
||||||
"slash": "^4.0.0",
|
"slash": "^4.0.0",
|
||||||
"snowpack": "3.7.1",
|
"snowpack": "^3.8.1",
|
||||||
"source-map-support": "^0.5.19",
|
"source-map-support": "^0.5.19",
|
||||||
"string-width": "^5.0.0",
|
"string-width": "^5.0.0",
|
||||||
"tiny-glob": "^0.2.8",
|
"tiny-glob": "^0.2.8",
|
||||||
|
|
Loading…
Add table
Reference in a new issue