Update to Stencil 2.0

pull/200/head
Cory LaViska 2020-08-31 16:45:43 -04:00
rodzic 72d5a359a6
commit e055fe9027
3 zmienionych plików z 414 dodań i 586 usunięć

Wyświetl plik

@ -1,5 +1,9 @@
# Changelog
## Next
- Updated to Stencil 2.0 (you may need to purge `node_modules` and run `npm install` after pulling)
## 2.0.0-beta.17
- Added `minlength` and `spellcheck` attributes to `sl-textarea`

985
package-lock.json wygenerowano

Plik diff jest za duży Load Diff

Wyświetl plik

@ -40,8 +40,8 @@
"devDependencies": {
"@stencil/eslint-plugin": "^0.3.1",
"@stencil/sass": "^1.3.2",
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"bluebird": "^3.7.2",
"bootstrap-icons": "^1.0.0",
"browser-sync": "^2.26.7",
@ -49,8 +49,8 @@
"concurrently": "^5.1.0",
"del": "^5.1.0",
"download": "^8.0.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.19.0",
"eslint": "^7.7.0",
"eslint-plugin-react": "^7.20.6",
"express": "^4.17.1",
"front-matter": "^4.0.2",
"glob": "^7.1.6",
@ -60,12 +60,13 @@
"prettier": "2.0.5",
"recursive-copy": "^2.0.10",
"through2": "^3.0.1",
"typescript": "^4.0.2",
"workbox-build": "4.3.1"
},
"license": "MIT",
"dependencies": {
"@popperjs/core": "^2.1.1",
"@stencil/core": "^1.17.3",
"@stencil/core": "^2.0.1",
"color": "^3.1.2",
"resize-observer-polyfill": "^1.5.1"
},