Skip to content

Commit c4e9923

Browse files
committed
build: fixing code after eslint update and deps
1 parent 073267a commit c4e9923

File tree

13 files changed

+622
-558
lines changed

13 files changed

+622
-558
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.0-beta.3"
75+
"@tsparticles/engine": "^3.0.2"
7676
}
7777
}

files/empty-project/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -82,29 +82,29 @@
8282
"types": "dist/types/index.d.ts",
8383
"prettier": "@tsparticles/prettier-config",
8484
"devDependencies": {
85-
"@babel/core": "^7.23.3",
85+
"@babel/core": "^7.23.6",
8686
"@tsparticles/cli": "^2.0.0",
87-
"@tsparticles/eslint-config": "^2.0.0-beta.7",
88-
"@tsparticles/prettier-config": "^2.0.0-beta.4",
89-
"@tsparticles/tsconfig": "^2.0.0-beta.1",
90-
"@tsparticles/webpack-plugin": "^2.0.0-beta.11",
87+
"@tsparticles/eslint-config": "^2.0.1",
88+
"@tsparticles/prettier-config": "^2.0.1",
89+
"@tsparticles/tsconfig": "^2.0.1",
90+
"@tsparticles/webpack-plugin": "^2.0.1",
9191
"@types/webpack-env": "^1.18.4",
92-
"@typescript-eslint/eslint-plugin": "^6.11.0",
93-
"@typescript-eslint/parser": "^6.11.0",
92+
"@typescript-eslint/eslint-plugin": "^6.14.0",
93+
"@typescript-eslint/parser": "^6.14.0",
9494
"babel-loader": "^9.1.3",
9595
"browserslist": "^4.22.1",
9696
"copyfiles": "^2.4.1",
97-
"eslint": "^8.53.0",
98-
"eslint-config-prettier": "^9.0.0",
99-
"prettier": "^3.1.0",
97+
"eslint": "^8.55.0",
98+
"eslint-config-prettier": "^9.1.0",
99+
"prettier": "^3.1.1",
100100
"rimraf": "^5.0.5",
101101
"terser-webpack-plugin": "^5.3.9",
102-
"typescript": "^5.2.2",
102+
"typescript": "^5.3.3",
103103
"webpack": "^5.89.0",
104104
"webpack-bundle-analyzer": "^4.10.0",
105105
"webpack-cli": "^5.1.4"
106106
},
107107
"dependencies": {
108-
"@tsparticles/engine": "^3.0.0-beta.3"
108+
"@tsparticles/engine": "^3.0.2"
109109
}
110110
}

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,40 +28,40 @@
2828
"version": "node scripts/postversion.js && git add files/empty-project/package.json"
2929
},
3030
"dependencies": {
31-
"@tsparticles/eslint-config": "^2.0.0",
32-
"@tsparticles/prettier-config": "^2.0.0",
33-
"@tsparticles/tsconfig": "^2.0.0",
34-
"@tsparticles/webpack-plugin": "^2.0.0",
35-
"@typescript-eslint/eslint-plugin": "^6.12.0",
36-
"@typescript-eslint/parser": "^6.12.0",
31+
"@tsparticles/eslint-config": "^2.0.1",
32+
"@tsparticles/prettier-config": "^2.0.1",
33+
"@tsparticles/tsconfig": "^2.0.1",
34+
"@tsparticles/webpack-plugin": "^2.0.1",
35+
"@typescript-eslint/eslint-plugin": "^6.14.0",
36+
"@typescript-eslint/parser": "^6.14.0",
3737
"commander": "^11.1.0",
38-
"eslint": "^8.54.0",
39-
"eslint-config-prettier": "^9.0.0",
38+
"eslint": "^8.55.0",
39+
"eslint-config-prettier": "^9.1.0",
4040
"eslint-plugin-jsdoc": "^46.9.0",
4141
"eslint-plugin-tsdoc": "^0.2.17",
42-
"fs-extra": "^11.1.1",
42+
"fs-extra": "^11.2.0",
4343
"klaw": "^4.1.0",
4444
"lookpath": "^1.2.2",
4545
"path-scurry": "^1.10.1",
46-
"prettier": "^3.1.0",
46+
"prettier": "^3.1.1",
4747
"prettier-plugin-multiline-arrays": "^3.0.1",
4848
"prompts": "^2.4.2",
4949
"rimraf": "^5.0.5",
50-
"typescript": "^5.3.2",
50+
"typescript": "^5.3.3",
5151
"webpack": "^5.89.0"
5252
},
5353
"devDependencies": {
5454
"@types/chai": "^4.3.11",
5555
"@types/fs-extra": "^11.0.4",
5656
"@types/klaw": "^3.0.6",
57-
"@types/mocha": "^10.0.5",
58-
"@types/node": "^20.9.3",
57+
"@types/mocha": "^10.0.6",
58+
"@types/node": "^20.10.4",
5959
"@types/prompts": "^2.4.9",
6060
"chai": "^4.3.10",
6161
"cross-env": "^7.0.3",
6262
"mocha": "^10.2.0",
6363
"nyc": "^15.1.0",
64-
"ts-node": "^10.9.1"
64+
"ts-node": "^10.9.2"
6565
},
6666
"description": "tsParticles CLI",
6767
"main": ".eslintrc.js",

0 commit comments

Comments
 (0)