Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: pnpm/[email protected].0
- uses: pnpm/[email protected].1
with:
version: 7
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: [16]
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected].0
- uses: pnpm/[email protected].1
with:
version: 7
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v3
- name: Setup npmrc
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
- uses: pnpm/[email protected].0
- uses: pnpm/[email protected].1
if: ${{ steps.release.outputs.releases_created }}
with:
version: 7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: [16]
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected].0
- uses: pnpm/[email protected].1
with:
version: 7
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@
"@frsource/frs-hide-scrollbar": "^2.0.5"
},
"devDependencies": {
"@frsource/frs-hide-scrollbar": "2.0.7"
"@frsource/frs-hide-scrollbar": "2.0.125"
}
}
16 changes: 8 additions & 8 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@
"@frsource/tiny-carousel-utils": "^0.6.0"
},
"devDependencies": {
"@vuepress/client": "2.0.0-beta.49",
"@vuepress/plugin-active-header-links": "2.0.0-beta.49",
"@vuepress/plugin-docsearch": "2.0.0-beta.49",
"@vuepress/plugin-pwa": "2.0.0-beta.49",
"@vuepress/plugin-pwa-popup": "2.0.0-beta.49",
"@vuepress/plugin-register-components": "2.0.0-beta.49",
"@vuepress/theme-default": "2.0.0-beta.49",
"@vuepress/client": "2.0.0-rc.2",
"@vuepress/plugin-active-header-links": "2.0.0-rc.118",
"@vuepress/plugin-docsearch": "2.0.0-rc.0",
"@vuepress/plugin-pwa": "2.0.0-rc.119",
"@vuepress/plugin-pwa-popup": "2.0.0-rc.14",
"@vuepress/plugin-register-components": "2.0.0-rc.118",
"@vuepress/theme-default": "2.0.0-rc.118",
"vue": "3.3.4",
"vue-router": "4.2.4",
"vuepress": "2.0.0-beta.49",
"vuepress": "2.0.0-rc.26",
"vuepress-plugin-clean-urls": "1.1.2",
"vuepress-plugin-seo": "0.2.0"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,17 @@
"@frsource/tiny-carousel-plugin-mouse-drag": "^0.4.3",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-babel": "5.0.9",
"@vue/cli-plugin-eslint": "5.0.9",
"@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": "2.7.16",
"vue-demi": "0.14.10",
"vue-template-compiler": "2.7.8",
"vue3": "npm:[email protected]"
},
Expand Down
Loading
Loading