Updated packages

This commit is contained in:
tgreyuk
2020-09-09 21:32:41 +01:00
parent dc5b0f9d18
commit 2c4cf45b1d
3 changed files with 17 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
],
"scripts": {
"build": "lerna run build",
"test": "lerna run test --stream",
"test": "lerna run test --parallel",
"deploy": "lerna publish from-package",
"postinstall": "lerna bootstrap"
},
@@ -17,6 +17,7 @@
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"copyfiles": "^2.3.0",
"cuid": "^2.1.8",
"eslint": "^7.7.0",
"jest": "^26.4.2",
"lerna": "^3.22.1",

View File

@@ -11,7 +11,6 @@
"prepublishOnly": "npm run lint && npm run build && npm run test",
"build": "rm -rf dist && tsc && copyfiles --up 1 ./src/**/*.hbs ./dist/",
"test": "jest --updateSnapshot --colors",
"test:update": "jest --updateSnapshot",
"build-and-test": "npm run build && npm run test",
"fixtures": "node ./tasks/fixtures.js",
"demos": "rm -rf ./demo && yarn run build && npm-run-all demo:*",

View File

@@ -1415,6 +1415,11 @@
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
"@types/cuid@^1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@types/cuid/-/cuid-1.3.1.tgz#cc1be79d62b2f5c32cec37f808f7caa06309ed13"
integrity sha512-LwQOxZtpN3aEGElEicpHx1I6exi+mLBecAdLMWNRjGaYByD2CqGjSH1oVEQGeNSqgYBhLC1pIJQMDgcpxk0t8Q==
"@types/eslint-visitor-keys@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
@@ -2601,6 +2606,11 @@ cssstyle@^2.2.0:
dependencies:
cssom "~0.3.6"
cuid@^2.1.8:
version "2.1.8"
resolved "https://registry.yarnpkg.com/cuid/-/cuid-2.1.8.tgz#cbb88f954171e0d5747606c0139fb65c5101eac0"
integrity sha512-xiEMER6E7TlTPnDxrM4eRiC6TRgjNX9xzEZ5U/Se2YJKr7Mq4pJn/2XEHjl3STcSh96GmkHPcBXLES8M29wyyg==
currently-unhandled@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"
@@ -7372,6 +7382,11 @@ uid-number@0.0.6:
resolved "https://registry.yarnpkg.com/uid-number/-/uid-number-0.0.6.tgz#0ea10e8035e8eb5b8e4449f06da1c730663baa81"
integrity sha1-DqEOgDXo61uOREnwbaHHMGY7qoE=
uid@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/uid/-/uid-1.0.0.tgz#40a64108ebdf765b3945c286b77c83c168687170"
integrity sha512-DYp36HDIRECMW0xmeyGSDSheURMbL7gy4DqINDUW5OSw7cot0pNRNvEtEji9nk1XVDZN/0lJ7myxacoTeU9oow==
umask@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/umask/-/umask-1.1.0.tgz#f29cebf01df517912bb58ff9c4e50fde8e33320d"