chore: update packages

This commit is contained in:
Michael Rawlings 2022-01-13 14:03:26 -08:00
parent 745544d77d
commit 56d348ccf3
No known key found for this signature in database
GPG Key ID: B9088328804D407C
3 changed files with 1146 additions and 823 deletions

View File

@ -6,9 +6,9 @@
{
"name": "*",
"individual": {
"min": 11418,
"gzip": 5032,
"brotli": 4551
"min": 10681,
"gzip": 4752,
"brotli": 4289
}
}
]

1919
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,39 +1,39 @@
{
"name": "fluurt",
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@marko/compiler": "5.17.4",
"@rollup/plugin-replace": "3.0.0",
"@types/jsdom": "^16.2.13",
"@commitlint/cli": "^16.0.2",
"@commitlint/config-conventional": "^16.0.0",
"@marko/compiler": "5.17.6",
"@rollup/plugin-replace": "3.0.1",
"@types/jsdom": "^16.2.14",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.7",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"chalk": "^4.1.2",
"@types/node": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"chalk": "^5.0.0",
"cross-env": "^7.0.3",
"esbuild": "^0.13.14",
"esbuild-register": "^3.1.2",
"eslint": "^8.2.0",
"esbuild": "0.14.3",
"esbuild-register": "^3.3.2",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"fixpack": "^4.0.0",
"husky": "^7.0.4",
"jsdom": "^18.1.0",
"jsdom-context-require": "^4.0.2",
"jsdom": "^19.0.0",
"jsdom-context-require": "^4.0.4",
"lerna": "^4.0.0",
"lint-staged": "^12.0.2",
"lint-staged": "^12.1.7",
"magic-string": "^0.25.7",
"mocha": "9.1.3",
"mocha-snap": "^4.2.1",
"mocha-snap": "^4.2.4",
"nyc": "^15.1.0",
"prettier": "^2.4.1",
"pretty-format": "^27.3.1",
"rollup": "^2.60.0",
"rollup-plugin-esbuild-transform": "^1.2.0",
"prettier": "^2.5.1",
"pretty-format": "^27.4.6",
"rollup": "^2.63.0",
"rollup-plugin-esbuild-transform": "^1.3.2",
"rollup-plugin-hypothetical": "^2.1.1",
"rollup-plugin-terser": "^7.0.2",
"table": "^6.7.3",
"typescript": "4.4.4"
"table": "^6.8.0",
"typescript": "4.5.4"
},
"private": true,
"scripts": {