chore: update deps (#1834)
This commit is contained in:
parent
d40cd429e0
commit
cc8c605828
18
package.json
18
package.json
|
@ -43,10 +43,10 @@
|
|||
"build-now-json": "node -r esm ./bin/build-now-json.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.10.4",
|
||||
"@babel/plugin-transform-runtime": "^7.10.4",
|
||||
"@babel/core": "^7.10.5",
|
||||
"@babel/plugin-transform-runtime": "^7.10.5",
|
||||
"@babel/preset-env": "^7.10.4",
|
||||
"@babel/runtime": "^7.10.4",
|
||||
"@babel/runtime": "^7.10.5",
|
||||
"@rollup/plugin-replace": "^2.3.3",
|
||||
"@webcomponents/custom-elements": "^1.4.1",
|
||||
"@webcomponents/shadydom": "^1.7.3",
|
||||
|
@ -56,7 +56,7 @@
|
|||
"blurhash": "^1.1.3",
|
||||
"cheerio": "^1.0.0-rc.3",
|
||||
"child-process-promise": "^2.2.1",
|
||||
"chokidar": "^3.4.0",
|
||||
"chokidar": "^3.4.1",
|
||||
"circular-dependency-plugin": "^5.2.0",
|
||||
"compression": "^1.7.4",
|
||||
"cross-env": "^7.0.2",
|
||||
|
@ -65,7 +65,7 @@
|
|||
"emoji-picker-element": "^1.0.3",
|
||||
"emoji-regex": "^9.0.0",
|
||||
"emojibase-data": "^5.0.1",
|
||||
"encoding": "^0.1.12",
|
||||
"encoding": "^0.1.13",
|
||||
"escape-html": "^1.0.3",
|
||||
"esm": "^3.2.25",
|
||||
"events-light": "^1.0.5",
|
||||
|
@ -93,18 +93,18 @@
|
|||
"promise-worker": "^2.0.1",
|
||||
"prop-types": "^15.7.2",
|
||||
"requestidlecallback": "^0.3.0",
|
||||
"rollup": "^2.19.0",
|
||||
"rollup": "^2.22.1",
|
||||
"rollup-plugin-babel": "^4.4.0",
|
||||
"rollup-plugin-terser": "^6.1.0",
|
||||
"sapper": "nolanlawson/sapper#for-pinafore-21",
|
||||
"sass": "^1.26.9",
|
||||
"sass": "^1.26.10",
|
||||
"stringz": "^2.1.0",
|
||||
"svelte": "^2.16.1",
|
||||
"svelte-extras": "^2.0.2",
|
||||
"svelte-loader": "^2.13.6",
|
||||
"svelte-transitions": "^1.2.0",
|
||||
"svgo": "^1.3.2",
|
||||
"terser-webpack-plugin": "^3.0.6",
|
||||
"terser-webpack-plugin": "^3.0.7",
|
||||
"tesseract.js": "^2.1.1",
|
||||
"tesseract.js-core": "^2.2.0",
|
||||
"text-encoding": "^0.7.0",
|
||||
|
@ -116,7 +116,7 @@
|
|||
"devDependencies": {
|
||||
"assert": "^2.0.0",
|
||||
"eslint-plugin-html": "^6.0.2",
|
||||
"fake-indexeddb": "^3.1.0",
|
||||
"fake-indexeddb": "^3.1.1",
|
||||
"mocha": "^8.0.1",
|
||||
"now": "^18.0.0",
|
||||
"standard": "^14.3.4",
|
||||
|
|
Loading…
Reference in New Issue