Skip to content

Commit cf6e0e7

Browse files
committed
build: updated deps
1 parent 7461ad1 commit cf6e0e7

File tree

5 files changed

+760
-626
lines changed

5 files changed

+760
-626
lines changed

.github/workflows/node.js-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
restore-keys: |
4444
${{ runner.os }}-pnpm-store-
4545
- run: pnpm install --no-frozen-lockfile
46-
- run: npx pnpm run build:ci
47-
- run: npx pnpm test
46+
- run: pnpm run build:ci
47+
- run: pnpm test
4848
pr:
4949
runs-on: ubuntu-latest
5050
if: ${{ github.event_name == 'pull_request' }}
@@ -81,5 +81,5 @@ jobs:
8181
restore-keys: |
8282
${{ runner.os }}-pnpm-store-
8383
- run: pnpm install --no-frozen-lockfile
84-
- run: npx pnpm run build:ci
85-
- run: npx pnpm test
84+
- run: pnpm run build:ci
85+
- run: pnpm test

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": "^2.12.0"
75+
"@tsparticles/engine": "^3.0.0-beta.3"
7676
}
7777
}

files/empty-project/package.json

Lines changed: 15 additions & 15 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.22.9",
85+
"@babel/core": "^7.23.0",
8686
"@tsparticles/cli": "^2.0.0-beta.8",
87-
"@tsparticles/eslint-config": "^1.19.0",
88-
"@tsparticles/prettier-config": "^1.12.0",
89-
"@tsparticles/tsconfig": "^1.14.0",
90-
"@tsparticles/webpack-plugin": "^1.23.0",
91-
"@types/webpack-env": "^1.18.1",
92-
"@typescript-eslint/eslint-plugin": "^6.2.1",
93-
"@typescript-eslint/parser": "^6.2.1",
87+
"@tsparticles/eslint-config": "^2.0.0-beta.2",
88+
"@tsparticles/prettier-config": "^2.0.0-beta.2",
89+
"@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",
9494
"babel-loader": "^9.1.3",
95-
"browserslist": "^4.21.10",
95+
"browserslist": "^4.22.1",
9696
"copyfiles": "^2.4.1",
97-
"eslint": "^8.46.0",
97+
"eslint": "^8.50.0",
9898
"eslint-config-prettier": "^9.0.0",
99-
"prettier": "^3.0.1",
100-
"rimraf": "^5.0.1",
99+
"prettier": "^3.0.3",
100+
"rimraf": "^5.0.5",
101101
"terser-webpack-plugin": "^5.3.9",
102-
"typescript": "^5.1.6",
102+
"typescript": "^5.2.2",
103103
"webpack": "^5.88.2",
104-
"webpack-bundle-analyzer": "^4.9.0",
104+
"webpack-bundle-analyzer": "^4.9.1",
105105
"webpack-cli": "^5.1.4"
106106
},
107107
"dependencies": {
108-
"tsparticles-engine": "^2.12.0"
108+
"@tsparticles/engine": "^3.0.0-beta.3"
109109
}
110110
}

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,34 +28,34 @@
2828
"version": "node scripts/postversion.js && git add files/empty-project/package.json"
2929
},
3030
"dependencies": {
31-
"@tsparticles/eslint-config": "^2.0.0-beta.1",
32-
"@tsparticles/prettier-config": "^2.0.0-beta.1",
31+
"@tsparticles/eslint-config": "^2.0.0-beta.2",
32+
"@tsparticles/prettier-config": "^2.0.0-beta.2",
3333
"@tsparticles/tsconfig": "^2.0.0-beta.1",
34-
"@tsparticles/webpack-plugin": "^2.0.0-beta.1",
35-
"@typescript-eslint/eslint-plugin": "^6.4.1",
36-
"@typescript-eslint/parser": "^6.4.1",
34+
"@tsparticles/webpack-plugin": "^2.0.0-beta.2",
35+
"@typescript-eslint/eslint-plugin": "^6.7.4",
36+
"@typescript-eslint/parser": "^6.7.4",
3737
"commander": "^11.0.0",
38-
"eslint": "^8.48.0",
38+
"eslint": "^8.50.0",
3939
"eslint-config-prettier": "^9.0.0",
40-
"eslint-plugin-jsdoc": "^46.5.0",
40+
"eslint-plugin-jsdoc": "^46.8.2",
4141
"eslint-plugin-tsdoc": "^0.2.17",
4242
"fs-extra": "^11.1.1",
4343
"klaw": "^4.1.0",
4444
"path-scurry": "^1.10.1",
45-
"prettier": "^3.0.2",
45+
"prettier": "^3.0.3",
4646
"prompts": "^2.4.2",
47-
"rimraf": "^5.0.1",
47+
"rimraf": "^5.0.5",
4848
"typescript": "^5.2.2",
4949
"webpack": "^5.88.2"
5050
},
5151
"devDependencies": {
52-
"@types/chai": "^4.3.5",
53-
"@types/fs-extra": "^11.0.1",
54-
"@types/klaw": "^3.0.3",
55-
"@types/mocha": "^10.0.1",
56-
"@types/node": "^20.5.6",
57-
"@types/prompts": "^2.4.4",
58-
"chai": "^4.3.8",
52+
"@types/chai": "^4.3.6",
53+
"@types/fs-extra": "^11.0.2",
54+
"@types/klaw": "^3.0.4",
55+
"@types/mocha": "^10.0.2",
56+
"@types/node": "^20.8.2",
57+
"@types/prompts": "^2.4.5",
58+
"chai": "^4.3.10",
5959
"cross-env": "^7.0.3",
6060
"mocha": "^10.2.0",
6161
"nyc": "^15.1.0",

0 commit comments

Comments
 (0)