Skip to content

Commit 3ffb7c3

Browse files
chore(deps): update all non-major dependency bump
1 parent 57e6edb commit 3ffb7c3

File tree

9 files changed

+3968
-1730
lines changed

9 files changed

+3968
-1730
lines changed

.github/workflows/deploy-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
with:
1717
persist-credentials: false
18-
- uses: pnpm/[email protected].0
18+
- uses: pnpm/[email protected].1
1919
with:
2020
version: 7
2121
- name: Use Node.js ${{ matrix.node-version }}

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: [16]
1616
steps:
1717
- uses: actions/checkout@v3
18-
- uses: pnpm/[email protected].0
18+
- uses: pnpm/[email protected].1
1919
with:
2020
version: 7
2121
- name: Use Node.js ${{ matrix.node-version }}

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
node-version: [16]
1313
steps:
14-
- uses: google-github-actions/[email protected].11
14+
- uses: google-github-actions/[email protected].13
1515
id: release
1616
with:
1717
command: manifest
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v3
2424
- name: Setup npmrc
2525
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
26-
- uses: pnpm/[email protected].0
26+
- uses: pnpm/[email protected].1
2727
if: ${{ steps.release.outputs.releases_created }}
2828
with:
2929
version: 7

.github/workflows/test-coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: [16]
1616
steps:
1717
- uses: actions/checkout@v3
18-
- uses: pnpm/[email protected].0
18+
- uses: pnpm/[email protected].1
1919
with:
2020
version: 7
2121
- name: Use Node.js ${{ matrix.node-version }}

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Mobile & desktop-friendly, tiny, efficient (vanilaJS) carousel which takes advantage of CSS snap points (or polyfills it)!",
66
"author": "Jakub Freisler <[email protected]>",
77
"license": "MIT",
8-
"packageManager": "[email protected].6",
8+
"packageManager": "[email protected].7",
99
"scripts": {
1010
"release": "pnpm -r publish",
1111
"release:ci": "pnpm release",
@@ -44,7 +44,7 @@
4444
"devDependencies": {
4545
"@commitlint/cli": "17.7.1",
4646
"@commitlint/config-conventional": "17.7.0",
47-
"@textlint-rule/textlint-rule-no-unmatched-pair": "1.0.8",
47+
"@textlint-rule/textlint-rule-no-unmatched-pair": "1.0.9",
4848
"@types/jest": "27.5.2",
4949
"@typescript-eslint/eslint-plugin": "5.62.0",
5050
"@typescript-eslint/parser": "5.62.0",
@@ -56,10 +56,10 @@
5656
"eslint-plugin-eslint-comments": "3.2.0",
5757
"eslint-plugin-jest": "26.9.0",
5858
"eslint-plugin-monorepo": "0.3.2",
59-
"husky": "8.0.1",
59+
"husky": "8.0.3",
6060
"identity-obj-proxy": "3.0.0",
6161
"jest": "27.5.1",
62-
"microbundle": "0.15.0",
62+
"microbundle": "0.15.1",
6363
"postcss-import": "14.1.0",
6464
"postcss-reporter": "7.0.5",
6565
"rimraf": "3.0.2",
@@ -76,10 +76,10 @@
7676
"textlint-rule-no-empty-section": "1.1.0",
7777
"textlint-rule-no-start-duplicated-conjunction": "2.0.2",
7878
"textlint-rule-no-todo": "2.0.1",
79-
"textlint-rule-period-in-list-item": "0.3.2",
79+
"textlint-rule-period-in-list-item": "0.3.3",
8080
"textlint-rule-spelling": "0.3.0",
81-
"textlint-rule-stop-words": "3.0.1",
82-
"textlint-rule-terminology": "3.0.2",
81+
"textlint-rule-stop-words": "3.0.2",
82+
"textlint-rule-terminology": "3.0.5",
8383
"textlint-rule-unexpanded-acronym": "1.2.4",
8484
"ts-jest": "27.1.5",
8585
"typescript": "4.9.5"

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464
"@frsource/frs-hide-scrollbar": "^2.0.5"
6565
},
6666
"devDependencies": {
67-
"@frsource/frs-hide-scrollbar": "2.0.7"
67+
"@frsource/frs-hide-scrollbar": "2.0.89"
6868
}
6969
}

packages/docs/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@
4646
"@frsource/tiny-carousel-utils": "^0.6.0"
4747
},
4848
"devDependencies": {
49-
"@vuepress/client": "2.0.0-beta.49",
50-
"@vuepress/plugin-active-header-links": "2.0.0-beta.49",
51-
"@vuepress/plugin-docsearch": "2.0.0-beta.49",
52-
"@vuepress/plugin-pwa": "2.0.0-beta.49",
53-
"@vuepress/plugin-pwa-popup": "2.0.0-beta.49",
54-
"@vuepress/plugin-register-components": "2.0.0-beta.49",
55-
"@vuepress/theme-default": "2.0.0-beta.49",
49+
"@vuepress/client": "2.0.0-rc.2",
50+
"@vuepress/plugin-active-header-links": "2.0.0-rc.94",
51+
"@vuepress/plugin-docsearch": "2.0.0-rc.0",
52+
"@vuepress/plugin-pwa": "2.0.0-rc.94",
53+
"@vuepress/plugin-pwa-popup": "2.0.0-rc.14",
54+
"@vuepress/plugin-register-components": "2.0.0-rc.94",
55+
"@vuepress/theme-default": "2.0.0-rc.96",
5656
"vue": "3.3.4",
5757
"vue-router": "4.2.4",
58-
"vuepress": "2.0.0-beta.49",
58+
"vuepress": "2.0.0-rc.22",
5959
"vuepress-plugin-clean-urls": "1.1.2",
6060
"vuepress-plugin-seo": "0.2.0"
6161
}

packages/vue/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@
7373
"@vue/cli-plugin-typescript": "4.5.19",
7474
"@vue/cli-plugin-unit-jest": "4.5.19",
7575
"@vue/cli-service": "4.5.19",
76-
"@vue/eslint-config-typescript": "11.0.0",
77-
"@vue/test-utils": "2.4.1",
76+
"@vue/eslint-config-typescript": "11.0.3",
77+
"@vue/test-utils": "2.4.6",
7878
"core-js": "3.32.1",
7979
"eslint-plugin-vue": "9.17.0",
80-
"vue": "2.7.8",
81-
"vue-demi": "0.14.6",
80+
"vue": "2.7.16",
81+
"vue-demi": "0.14.10",
8282
"vue-template-compiler": "2.7.8",
8383
"vue3": "npm:[email protected]"
8484
},

0 commit comments

Comments
 (0)