-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #103 from tsparticles/dev
3.1.0
- Loading branch information
Showing
115 changed files
with
13,825 additions
and
6,492 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 |
---|---|---|
|
@@ -4,10 +4,12 @@ on: | |
branches: | ||
- main | ||
- legacy | ||
- dev | ||
pull_request: | ||
branches: | ||
- main | ||
- legacy | ||
- dev | ||
|
||
#env: | ||
#NX_CLOUD_DISTRIBUTED_EXECUTION: true | ||
|
@@ -28,12 +30,12 @@ jobs: | |
# uses: nrwl/nx-set-shas@v3 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: '16' | ||
- uses: pnpm/action-setup@v2.4.0 | ||
node-version: '20' | ||
- uses: pnpm/action-setup@v3.0.0 | ||
name: Install pnpm | ||
id: pnpm-install | ||
with: | ||
version: 8 | ||
version: 9 | ||
run_install: false | ||
- name: Get pnpm version | ||
id: pnpm-version | ||
|
@@ -45,7 +47,7 @@ jobs: | |
run: | | ||
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)" | ||
- uses: actions/cache@v3 | ||
- uses: actions/cache@v4 | ||
name: Setup pnpm cache | ||
with: | ||
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }} | ||
|
@@ -70,12 +72,12 @@ jobs: | |
# uses: nrwl/nx-set-shas@v3 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: '16' | ||
- uses: pnpm/action-setup@v2.4.0 | ||
node-version: '20' | ||
- uses: pnpm/action-setup@v3.0.0 | ||
name: Install pnpm | ||
id: pnpm-install | ||
with: | ||
version: 8 | ||
version: 9 | ||
run_install: false | ||
- name: Get pnpm version | ||
id: pnpm-version | ||
|
@@ -87,7 +89,7 @@ jobs: | |
run: | | ||
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)" | ||
- uses: actions/cache@v3 | ||
- uses: actions/cache@v4 | ||
name: Setup pnpm cache | ||
with: | ||
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }} | ||
|
@@ -113,12 +115,12 @@ jobs: | |
# - uses: actions/checkout@v3 | ||
# - uses: actions/setup-node@v3 | ||
# with: | ||
# node-version: '16' | ||
# node-version: '20' | ||
# - uses: pnpm/[email protected] | ||
# name: Install pnpm | ||
# id: pnpm-install | ||
# with: | ||
# version: 8 | ||
# version: 9 | ||
# run_install: false | ||
# - name: Get pnpm version | ||
# id: pnpm-version | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@tsparticles/presets-demo", | ||
"private": true, | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"description": "> TODO: description", | ||
"author": "Matteo Bruni <[email protected]>", | ||
"homepage": "https://particles.js.org", | ||
|
@@ -22,22 +22,21 @@ | |
"watch": "nodemon app.js" | ||
}, | ||
"devDependencies": { | ||
"@fortawesome/fontawesome-free": "^6.5.1", | ||
"@fortawesome/fontawesome-free": "^6.5.2", | ||
"@popperjs/core": "^2.11.8", | ||
"bootstrap": "^5.3.2", | ||
"bootstrap": "^5.3.3", | ||
"connect-livereload": "^0.6.1", | ||
"express": "^4.18.2", | ||
"express-rate-limit": "^7.1.5", | ||
"express": "^4.19.2", | ||
"express-rate-limit": "^7.3.0", | ||
"helmet": "^7.1.0", | ||
"jquery": "^3.7.1", | ||
"jsoneditor": "^10.0.0", | ||
"jsoneditor": "^10.0.3", | ||
"livereload": "^0.9.3", | ||
"lodash": "^4.17.21", | ||
"nodemon": "^3.0.2", | ||
"popper.js": "^1.16.1", | ||
"pug": "^3.0.2", | ||
"nodemon": "^3.1.2", | ||
"pug": "^3.0.3", | ||
"stats.ts": "^1.1.0", | ||
"stylus": "^0.62.0" | ||
"stylus": "^0.63.0" | ||
}, | ||
"dependencies": { | ||
"@tsparticles/preset-big-circles": "workspace:^", | ||
|
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
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
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
Oops, something went wrong.