Skip to content

Commit 1b6fb09

Browse files
committed
build: updated deps
1 parent caecfa4 commit 1b6fb09

File tree

3 files changed

+604
-576
lines changed

3 files changed

+604
-576
lines changed

files/empty-project/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -82,26 +82,26 @@
8282
"types": "dist/types/index.d.ts",
8383
"prettier": "@tsparticles/prettier-config",
8484
"devDependencies": {
85-
"@babel/core": "^7.23.0",
85+
"@babel/core": "^7.23.3",
8686
"@tsparticles/cli": "^2.0.0-beta.12",
87-
"@tsparticles/eslint-config": "^2.0.0-beta.2",
88-
"@tsparticles/prettier-config": "^2.0.0-beta.2",
87+
"@tsparticles/eslint-config": "^2.0.0-beta.7",
88+
"@tsparticles/prettier-config": "^2.0.0-beta.4",
8989
"@tsparticles/tsconfig": "^2.0.0-beta.1",
90-
"@tsparticles/webpack-plugin": "^2.0.0-beta.2",
91-
"@types/webpack-env": "^1.18.2",
92-
"@typescript-eslint/eslint-plugin": "^6.7.4",
93-
"@typescript-eslint/parser": "^6.7.4",
90+
"@tsparticles/webpack-plugin": "^2.0.0-beta.11",
91+
"@types/webpack-env": "^1.18.4",
92+
"@typescript-eslint/eslint-plugin": "^6.11.0",
93+
"@typescript-eslint/parser": "^6.11.0",
9494
"babel-loader": "^9.1.3",
9595
"browserslist": "^4.22.1",
9696
"copyfiles": "^2.4.1",
97-
"eslint": "^8.51.0",
97+
"eslint": "^8.53.0",
9898
"eslint-config-prettier": "^9.0.0",
99-
"prettier": "^3.0.3",
99+
"prettier": "^3.1.0",
100100
"rimraf": "^5.0.5",
101101
"terser-webpack-plugin": "^5.3.9",
102102
"typescript": "^5.2.2",
103-
"webpack": "^5.88.2",
104-
"webpack-bundle-analyzer": "^4.9.1",
103+
"webpack": "^5.89.0",
104+
"webpack-bundle-analyzer": "^4.10.0",
105105
"webpack-cli": "^5.1.4"
106106
},
107107
"dependencies": {

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,35 +28,35 @@
2828
"version": "node scripts/postversion.js && git add files/empty-project/package.json"
2929
},
3030
"dependencies": {
31-
"@tsparticles/eslint-config": "^2.0.0-beta.5",
32-
"@tsparticles/prettier-config": "^2.0.0-beta.3",
31+
"@tsparticles/eslint-config": "^2.0.0-beta.7",
32+
"@tsparticles/prettier-config": "^2.0.0-beta.4",
3333
"@tsparticles/tsconfig": "^2.0.0-beta.1",
34-
"@tsparticles/webpack-plugin": "^2.0.0-beta.5",
35-
"@typescript-eslint/eslint-plugin": "^6.9.1",
36-
"@typescript-eslint/parser": "^6.9.1",
34+
"@tsparticles/webpack-plugin": "^2.0.0-beta.11",
35+
"@typescript-eslint/eslint-plugin": "^6.11.0",
36+
"@typescript-eslint/parser": "^6.11.0",
3737
"commander": "^11.1.0",
38-
"eslint": "^8.52.0",
38+
"eslint": "^8.53.0",
3939
"eslint-config-prettier": "^9.0.0",
40-
"eslint-plugin-jsdoc": "^46.8.2",
40+
"eslint-plugin-jsdoc": "^46.9.0",
4141
"eslint-plugin-tsdoc": "^0.2.17",
4242
"fs-extra": "^11.1.1",
4343
"klaw": "^4.1.0",
4444
"lookpath": "^1.2.2",
4545
"path-scurry": "^1.10.1",
46-
"prettier": "^3.0.3",
46+
"prettier": "^3.1.0",
4747
"prettier-plugin-multiline-arrays": "^3.0.0",
4848
"prompts": "^2.4.2",
4949
"rimraf": "^5.0.5",
5050
"typescript": "^5.2.2",
5151
"webpack": "^5.89.0"
5252
},
5353
"devDependencies": {
54-
"@types/chai": "^4.3.9",
55-
"@types/fs-extra": "^11.0.3",
56-
"@types/klaw": "^3.0.5",
57-
"@types/mocha": "^10.0.3",
58-
"@types/node": "^20.8.10",
59-
"@types/prompts": "^2.4.7",
54+
"@types/chai": "^4.3.10",
55+
"@types/fs-extra": "^11.0.4",
56+
"@types/klaw": "^3.0.6",
57+
"@types/mocha": "^10.0.4",
58+
"@types/node": "^20.9.0",
59+
"@types/prompts": "^2.4.8",
6060
"chai": "^4.3.10",
6161
"cross-env": "^7.0.3",
6262
"mocha": "^10.2.0",

0 commit comments

Comments
 (0)