Skip to content

Commit

Permalink
fix(deps): update dependency fs-extra to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 28, 2022
1 parent d9c7bdb commit e82352a
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 21 deletions.
2 changes: 1 addition & 1 deletion components/wordpress/package.json
Expand Up @@ -111,7 +111,7 @@
"@wordpress/blocks": "^11.20.0",
"@wordpress/i18n": "^4.21.0",
"@wordpress/scripts": "^24.5.0",
"fs-extra": "^10.1.0",
"fs-extra": "^11.0.0",
"gulp": "^4.0.2",
"typescript": "^4.8.4"
}
Expand Down
2 changes: 1 addition & 1 deletion demo/vanilla_new/package.json
Expand Up @@ -36,7 +36,7 @@
"homepage": "https://particles.js.org",
"dependencies": {
"copyfiles": "^2.4.1",
"fs-extra": "^10.1.0",
"fs-extra": "^11.0.0",
"minify": "^9.1.0",
"rimraf": "^3.0.2",
"sass": "^1.56.1",
Expand Down
2 changes: 1 addition & 1 deletion engine/package.json
Expand Up @@ -128,7 +128,7 @@
"copyfiles": "^2.4.1",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"fs-extra": "^10.1.0",
"fs-extra": "^11.0.0",
"install": "^0.13.0",
"jsdom": "^20.0.2",
"jsdom-global": "^3.0.2",
Expand Down
37 changes: 23 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion templates/react-ts/package.json
Expand Up @@ -88,7 +88,7 @@
"tsparticles-engine": "^2.5.2"
},
"devDependencies": {
"fs-extra": "^10.1.0"
"fs-extra": "^11.0.0"
},
"scripts": {
"build": "node scripts/prebuild.js",
Expand Down
2 changes: 1 addition & 1 deletion templates/react/package.json
Expand Up @@ -88,7 +88,7 @@
"tsparticles-engine": "^2.5.2"
},
"devDependencies": {
"fs-extra": "^10.1.0"
"fs-extra": "^11.0.0"
},
"scripts": {
"build": "node scripts/prebuild.js",
Expand Down
2 changes: 1 addition & 1 deletion utils/options-updater/package.json
Expand Up @@ -33,7 +33,7 @@
"@typescript-eslint/parser": "^5.43.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"fs-extra": "^10.1.0",
"fs-extra": "^11.0.0",
"jsdom": "^20.0.2",
"klaw": "^4.0.1",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion websites/particles.js.org/package.json
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://particles.js.org",
"dependencies": {
"fs-extra": "^10.1.0",
"fs-extra": "^11.0.0",
"gh-pages": "^4.0.0",
"minify": "^9.1.0",
"prettier": "^2.7.1",
Expand Down

0 comments on commit e82352a

Please sign in to comment.