update dependencies (#562)

pull/549/head
Glen Cheney 2 months ago committed by GitHub
parent 1d89c65a87
commit b675ea56ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [20.x]
steps:
- name: Checkout repository
uses: actions/checkout@v2

@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: yarn
- name: Install dependencies

@ -1 +1 @@
v16.15.1
v20.11.1

@ -26,14 +26,14 @@ For a more detailed changelog, visit [the latest releases](https://github.com/Ve
- `v4.1.0` 2017-01-30 - Use webpack-2 to bundle Shuffle.
- `v4.0.2` 2016-09-15 - Update `custom-event-polyfill` dependency.
- `v4.0.1` 2016-07-30 - Fix `delimiter` option.
- `v4.0.0` 2016-04-20 - Rewrite in ES6 with babel. Remove jQuery and Modernizr dependencies. Remove support for IE<11. Docs improvements. Switch to gulp build system with webpack.
- `v4.0.0` 2016-04-20 - Rewrite in ES6 with babel. Remove jQuery and Modernizr dependencies. Remove support for IE&lt;11. Docs improvements. Switch to gulp build system with webpack.
- `v3.1.0` 2015-03-23 - Allow zero speed option ([#64](https://github.com/Vestride/Shuffle/issues/64)) and cancel previous animations instead of ignoring new ones ([#69](https://github.com/Vestride/Shuffle/issues/69)). Handle non-integer columns better ([#46](https://github.com/Vestride/Shuffle/issues/46))
- `v3.0.4` 2015-02-16 - Publish to NPM.
- `v3.0.2` 2015-01-21 - Remove from jQuery plugins directory.
- `v3.0.1` 2014-12-29 - Add CommonJS support.
- `v3.0.0` 2014-10-06 - Refactored with improvements, added unit tests, more documentation. Removed some triggered events.
- `v2.1.2` 2014-06-01 - Use `window.jQuery` instead of `window.$` to work better with noConflict. Fixed [#25](https://github.com/Vestride/Shuffle/issues/25).
- `v2.1.1` 2014-04-16 - Fix items with zero opacity overlapping visible ones in IE<10.
- `v2.1.1` 2014-04-16 - Fix items with zero opacity overlapping visible ones in IE&lt;10.
- `v2.1.0` 2014-04-12 - Register with bower as `shufflejs`.
- 2014-04-10 - Add AMD support.
- 2014-04-08 - Separate Modernizr into its own file and custom Shuffle build.

@ -16,14 +16,14 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^2.3.1",
"@docusaurus/preset-classic": "^2.3.1",
"@docusaurus/types": "^2.3.1",
"@mdx-js/react": "^1.6.21",
"@docusaurus/core": "^3",
"@docusaurus/preset-classic": "^3",
"@docusaurus/types": "^3",
"@mdx-js/react": "^3",
"clsx": "^1.2.1",
"jest-environment-jsdom": "^29.7.0",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.1",
"react-dom": "^17.0.1"
"react": "^18",
"react-dom": "^18"
}
}

@ -31,12 +31,12 @@
"rollup": "^3.17.2",
"rollup-plugin-terser": "^7.0.2",
"sinon": "^15.1.0",
"turbo": "1.11.2",
"turbo": "^1.12.4",
"typescript": "^4.9.5"
},
"engines": {
"npm": ">=7.0.0",
"node": ">=16.15.1"
"node": ">=20.11.1"
},
"packageManager": "yarn@1.22.19",
"dependencies": {}

@ -1,6 +1,5 @@
{
"$schema": "https://turborepo.org/schema.json",
"baseBranch": "origin/main",
"pipeline": {
"build": {
"dependsOn": ["^build"],

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save