-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependency bump
- Loading branch information
1 parent
57e6edb
commit 8a55b2d
Showing
6 changed files
with
3,311 additions
and
1,685 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 |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
matrix: | ||
node-version: [16] | ||
steps: | ||
- uses: google-github-actions/[email protected].11 | ||
- uses: google-github-actions/[email protected].13 | ||
id: release | ||
with: | ||
command: manifest | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"description": "Mobile & desktop-friendly, tiny, efficient (vanilaJS) carousel which takes advantage of CSS snap points (or polyfills it)!", | ||
"author": "Jakub Freisler <[email protected]>", | ||
"license": "MIT", | ||
"packageManager": "[email protected].6", | ||
"packageManager": "[email protected].7", | ||
"scripts": { | ||
"release": "pnpm -r publish", | ||
"release:ci": "pnpm release", | ||
|
@@ -44,7 +44,7 @@ | |
"devDependencies": { | ||
"@commitlint/cli": "17.7.1", | ||
"@commitlint/config-conventional": "17.7.0", | ||
"@textlint-rule/textlint-rule-no-unmatched-pair": "1.0.8", | ||
"@textlint-rule/textlint-rule-no-unmatched-pair": "1.0.9", | ||
"@types/jest": "27.5.2", | ||
"@typescript-eslint/eslint-plugin": "5.62.0", | ||
"@typescript-eslint/parser": "5.62.0", | ||
|
@@ -56,10 +56,10 @@ | |
"eslint-plugin-eslint-comments": "3.2.0", | ||
"eslint-plugin-jest": "26.9.0", | ||
"eslint-plugin-monorepo": "0.3.2", | ||
"husky": "8.0.1", | ||
"husky": "8.0.3", | ||
"identity-obj-proxy": "3.0.0", | ||
"jest": "27.5.1", | ||
"microbundle": "0.15.0", | ||
"microbundle": "0.15.1", | ||
"postcss-import": "14.1.0", | ||
"postcss-reporter": "7.0.5", | ||
"rimraf": "3.0.2", | ||
|
@@ -76,10 +76,10 @@ | |
"textlint-rule-no-empty-section": "1.1.0", | ||
"textlint-rule-no-start-duplicated-conjunction": "2.0.2", | ||
"textlint-rule-no-todo": "2.0.1", | ||
"textlint-rule-period-in-list-item": "0.3.2", | ||
"textlint-rule-period-in-list-item": "0.3.3", | ||
"textlint-rule-spelling": "0.3.0", | ||
"textlint-rule-stop-words": "3.0.1", | ||
"textlint-rule-terminology": "3.0.2", | ||
"textlint-rule-stop-words": "3.0.2", | ||
"textlint-rule-terminology": "3.0.5", | ||
"textlint-rule-unexpanded-acronym": "1.2.4", | ||
"ts-jest": "27.1.5", | ||
"typescript": "4.9.5" | ||
|
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 |
---|---|---|
|
@@ -73,13 +73,13 @@ | |
"@vue/cli-plugin-typescript": "4.5.19", | ||
"@vue/cli-plugin-unit-jest": "4.5.19", | ||
"@vue/cli-service": "4.5.19", | ||
"@vue/eslint-config-typescript": "11.0.0", | ||
"@vue/test-utils": "2.4.1", | ||
"@vue/eslint-config-typescript": "11.0.3", | ||
"@vue/test-utils": "2.4.6", | ||
"core-js": "3.32.1", | ||
"eslint-plugin-vue": "9.17.0", | ||
"vue": "2.7.8", | ||
"vue-demi": "0.14.6", | ||
"vue-template-compiler": "2.7.8", | ||
"vue": "2.7.16", | ||
"vue-demi": "0.14.7", | ||
"vue-template-compiler": "2.7.16", | ||
"vue3": "npm:[email protected]" | ||
}, | ||
"peerDependencies": { | ||
|
Oops, something went wrong.