Skip to content

Commit fce0ac1

Browse files
committed
build: updated deps
1 parent 794d568 commit fce0ac1

File tree

3 files changed

+384
-363
lines changed

3 files changed

+384
-363
lines changed

files/empty-project/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,19 +82,19 @@
8282
"types": "dist/types/index.d.ts",
8383
"prettier": "@tsparticles/prettier-config",
8484
"devDependencies": {
85-
"@babel/core": "^7.22.8",
86-
"@tsparticles/cli": "1.9.0",
87-
"@tsparticles/eslint-config": "^1.16.0",
85+
"@babel/core": "^7.22.9",
86+
"@tsparticles/cli": "^1.9.0",
87+
"@tsparticles/eslint-config": "^1.18.0",
8888
"@tsparticles/prettier-config": "^1.11.0",
8989
"@tsparticles/tsconfig": "^1.14.0",
90-
"@tsparticles/webpack-plugin": "^1.20.0",
90+
"@tsparticles/webpack-plugin": "^1.21.0",
9191
"@types/webpack-env": "^1.18.1",
9292
"@typescript-eslint/eslint-plugin": "^6.0.0",
9393
"@typescript-eslint/parser": "^6.0.0",
9494
"babel-loader": "^9.1.3",
9595
"browserslist": "^4.21.9",
9696
"copyfiles": "^2.4.1",
97-
"eslint": "^8.44.0",
97+
"eslint": "^8.45.0",
9898
"eslint-config-prettier": "^8.8.0",
9999
"prettier": "^3.0.0",
100100
"rimraf": "^5.0.1",
@@ -105,6 +105,6 @@
105105
"webpack-cli": "^5.1.4"
106106
},
107107
"dependencies": {
108-
"tsparticles-engine": "^2.10.1"
108+
"tsparticles-engine": "^2.11.0"
109109
}
110110
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"version": "node scripts/postversion.js && git add files/empty-project/package.json"
2828
},
2929
"dependencies": {
30-
"@tsparticles/eslint-config": "^1.17.0",
30+
"@tsparticles/eslint-config": "^1.18.0",
3131
"@tsparticles/prettier-config": "^1.11.0",
3232
"@tsparticles/tsconfig": "^1.14.0",
33-
"@tsparticles/webpack-plugin": "^1.20.0",
33+
"@tsparticles/webpack-plugin": "^1.21.0",
3434
"@typescript-eslint/eslint-plugin": "^6.0.0",
3535
"@typescript-eslint/parser": "^6.0.0",
3636
"commander": "^11.0.0",
37-
"eslint": "^8.44.0",
37+
"eslint": "^8.45.0",
3838
"eslint-config-prettier": "^8.8.0",
3939
"eslint-plugin-jsdoc": "^46.4.3",
4040
"eslint-plugin-tsdoc": "^0.2.17",

0 commit comments

Comments
 (0)