Skip to content

Commit 16eb03b

Browse files
committed
build: updated some deps
1 parent b1e2c8d commit 16eb03b

File tree

4 files changed

+137
-109
lines changed

4 files changed

+137
-109
lines changed

files/empty-project/package.dist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
"module": "index.js",
7373
"types": "index.d.ts",
7474
"dependencies": {
75-
"@tsparticles/engine": "^3.0.2"
75+
"@tsparticles/engine": "^3.0.3"
7676
}
7777
}

files/empty-project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@
105105
"webpack-cli": "^5.1.4"
106106
},
107107
"dependencies": {
108-
"@tsparticles/engine": "^3.0.2"
108+
"@tsparticles/engine": "^3.0.3"
109109
}
110110
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
"@tsparticles/prettier-config": "^2.0.1",
3333
"@tsparticles/tsconfig": "^2.0.1",
3434
"@tsparticles/webpack-plugin": "^2.0.4",
35-
"@typescript-eslint/eslint-plugin": "^6.14.0",
36-
"@typescript-eslint/parser": "^6.14.0",
35+
"@typescript-eslint/eslint-plugin": "^6.18.1",
36+
"@typescript-eslint/parser": "^6.18.1",
3737
"commander": "^11.1.0",
38-
"eslint": "^8.55.0",
38+
"eslint": "^8.56.0",
3939
"eslint-config-prettier": "^9.1.0",
40-
"eslint-plugin-jsdoc": "^46.9.0",
40+
"eslint-plugin-jsdoc": "^48.0.2",
4141
"eslint-plugin-tsdoc": "^0.2.17",
4242
"fs-extra": "^11.2.0",
4343
"klaw": "^4.1.0",
@@ -55,9 +55,9 @@
5555
"@types/fs-extra": "^11.0.4",
5656
"@types/klaw": "^3.0.6",
5757
"@types/mocha": "^10.0.6",
58-
"@types/node": "^20.10.4",
58+
"@types/node": "^20.11.0",
5959
"@types/prompts": "^2.4.9",
60-
"chai": "^4.3.10",
60+
"chai": "^4.4.0",
6161
"cross-env": "^7.0.3",
6262
"mocha": "^10.2.0",
6363
"nyc": "^15.1.0",

0 commit comments

Comments
 (0)