Skip to content

Commit

Permalink
update dependencies (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
glen-cheney authored Feb 22, 2024
1 parent 1d89c65 commit b675ea5
Show file tree
Hide file tree
Showing 8 changed files with 3,410 additions and 2,967 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.15.1
v20.11.1
4 changes: 2 additions & 2 deletions apps/website/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
12 changes: 6 additions & 6 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]",
"dependencies": {}
Expand Down
1 change: 0 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"$schema": "https://turborepo.org/schema.json",
"baseBranch": "origin/main",
"pipeline": {
"build": {
"dependsOn": ["^build"],
Expand Down
6,350 changes: 3,397 additions & 2,953 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit b675ea5

Please sign in to comment.