fix(core): update

This commit is contained in:
Philipp Kunz 2022-02-02 07:38:26 +01:00
parent c7d6451758
commit 36dcd228fd
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -12,7 +12,7 @@
"@open-wc/testing-helpers": "^2.0.3", "@open-wc/testing-helpers": "^2.0.3",
"@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartenv": "^4.0.16", "@pushrocks/smartenv": "^4.0.16",
"@pushrocks/smartexpect": "^1.0.8", "@pushrocks/smartexpect": "^1.0.10",
"@pushrocks/smartpromise": "^3.1.6", "@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/smarttime": "^3.0.43" "@pushrocks/smarttime": "^3.0.43"
}, },
@ -2307,9 +2307,9 @@
} }
}, },
"node_modules/@pushrocks/smartexpect": { "node_modules/@pushrocks/smartexpect": {
"version": "1.0.8", "version": "1.0.10",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartexpect/-/smartexpect-1.0.8.tgz", "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartexpect/-/smartexpect-1.0.10.tgz",
"integrity": "sha512-vDSBhuhSWWcXENm3FCK911f/Q9YIv0eaN0aRGl5yQg6nT7xN0PSBiHcvIL/TEORJc28dJC5LOo+xxfHjWRyu3A==", "integrity": "sha512-/D9P52CIwKEZa+Ch4iW9zu6H9/CTgVI8DGGR+7Dv4rXWP3ewbC4ulRR8Kjw2gE+wHE8kzW1p2siW/o2v1PVE9g==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smartdelay": "^2.0.13",
@ -17109,9 +17109,9 @@
} }
}, },
"@pushrocks/smartexpect": { "@pushrocks/smartexpect": {
"version": "1.0.8", "version": "1.0.10",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartexpect/-/smartexpect-1.0.8.tgz", "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartexpect/-/smartexpect-1.0.10.tgz",
"integrity": "sha512-vDSBhuhSWWcXENm3FCK911f/Q9YIv0eaN0aRGl5yQg6nT7xN0PSBiHcvIL/TEORJc28dJC5LOo+xxfHjWRyu3A==", "integrity": "sha512-/D9P52CIwKEZa+Ch4iW9zu6H9/CTgVI8DGGR+7Dv4rXWP3ewbC4ulRR8Kjw2gE+wHE8kzW1p2siW/o2v1PVE9g==",
"requires": { "requires": {
"@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartpromise": "^3.1.6", "@pushrocks/smartpromise": "^3.1.6",

View File

@ -23,7 +23,7 @@
"@open-wc/testing-helpers": "^2.0.3", "@open-wc/testing-helpers": "^2.0.3",
"@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartenv": "^4.0.16", "@pushrocks/smartenv": "^4.0.16",
"@pushrocks/smartexpect": "^1.0.8", "@pushrocks/smartexpect": "^1.0.10",
"@pushrocks/smartpromise": "^3.1.6", "@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/smarttime": "^3.0.43" "@pushrocks/smarttime": "^3.0.43"
}, },