-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump all upgradable (dev)Dependencies
- Loading branch information
Showing
40 changed files
with
4,810 additions
and
4,224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"node": "16", | ||
"node": "18", | ||
"buildCommand": false, | ||
"sandboxes": [] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,48 +9,48 @@ | |
"workspaces": [ | ||
"packages/*" | ||
], | ||
"packageManager": "[email protected].19", | ||
"packageManager": "[email protected].21", | ||
"scripts": { | ||
"check": "run-p check:*", | ||
"check:eslint": "eslint-config-prettier .eslintrc.js", | ||
"check:stylelint": "stylelint-config-prettier-check", | ||
"check": "eslint-config-prettier .eslintrc.js", | ||
"lint": "run-p lint:*", | ||
"lint:es": "eslint . --cache -f friendly", | ||
"lint:style": "stylelint . --cache", | ||
"lint:tsc": "tsc --noEmit", | ||
"prepare": "patch-package && simple-git-hooks && yarn-deduplicate -s fewer || exit 0", | ||
"release": "changeset publish", | ||
"test": "vitest run --coverage", | ||
"typecov": "type-coverage" | ||
"typecov": "type-coverage", | ||
"version": "changeset version && yarn" | ||
}, | ||
"devDependencies": { | ||
"@angular/compiler": "^16.1.1", | ||
"@angular/compiler-cli": "^16.1.1", | ||
"@angular/core": "^16.1.1", | ||
"@changesets/changelog-github": "^0.4.8", | ||
"@changesets/cli": "^2.26.1", | ||
"@types/babel__core": "^7.20.1", | ||
"@types/jest": "^29.5.2", | ||
"@types/node": "^20.3.1", | ||
"@types/react": "^18.2.13", | ||
"@types/unist": "^2.0.6", | ||
"@vitest/coverage-istanbul": "^0.32.2", | ||
"patch-package": "^7.0.0", | ||
"postcss": "^8.4.24", | ||
"@angular/compiler": "^17.0.8", | ||
"@angular/compiler-cli": "^17.0.8", | ||
"@angular/core": "^17.0.8", | ||
"@changesets/changelog-github": "^0.5.0", | ||
"@changesets/cli": "^2.27.1", | ||
"@types/babel__core": "^7.20.5", | ||
"@types/jest": "^29.5.11", | ||
"@types/node": "^20.10.5", | ||
"@types/react": "^18.2.46", | ||
"@types/unist": "^3.0.2", | ||
"@vitest/coverage-istanbul": "^1.1.0", | ||
"patch-package": "^8.0.0", | ||
"postcss": "^8.4.32", | ||
"prettier": "^3.1.1", | ||
"react": "^18.2.0", | ||
"rxjs": "^7.8.1", | ||
"simple-git-hooks": "^2.8.1", | ||
"svelte": "^3.59.1", | ||
"type-coverage": "^2.26.0", | ||
"typescript": "^5.1.3", | ||
"vitest": "^0.32.2", | ||
"vue": "^3.3.4", | ||
"vue-tsc": "^1.8.0", | ||
"simple-git-hooks": "^2.9.0", | ||
"svelte": "^4.2.8", | ||
"type-coverage": "^2.27.1", | ||
"typescript": "^5.3.3", | ||
"vitest": "^1.1.0", | ||
"vue": "^3.4.0", | ||
"vue-tsc": "^1.8.27", | ||
"yarn-deduplicate": "^6.0.2" | ||
}, | ||
"resolutions": { | ||
"@typescript-eslint/type-utils": "^5.60.0", | ||
"prettier": "^2.8.8" | ||
"@babel/core": "^7.23.6", | ||
"@typescript-eslint/type-utils": "^6.16.0" | ||
}, | ||
"typeCoverage": { | ||
"atLeast": 100, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
module.exports = ['defaults and last 1 version'] | ||
module.exports = ['defaults and last 1 version and supports es6-module'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
module.exports = [ | ||
require('.') | ||
.filter(_ => !_.includes('last') && !_.includes('CN')) | ||
.join(',') + ' and > 1% and last 3 versions and supports es6-module', | ||
'defaults and > 10% and last 3 versions and supports es6-module', | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.