Skip to content

Commit a8387ef

Browse files
committed
build: updated deps
1 parent c4ee76e commit a8387ef

File tree

12 files changed

+469
-469
lines changed

12 files changed

+469
-469
lines changed

apps/nextjs-beta/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@next/font": "^13.4.19",
13-
"@tsparticles/configs": "^3.0.0-beta.2",
14-
"@tsparticles/engine": "^3.0.0-beta.2",
13+
"@tsparticles/configs": "^3.0.0-beta.4",
14+
"@tsparticles/engine": "^3.0.0-beta.4",
1515
"@tsparticles/react": "workspace:^",
1616
"@types/node": "^20.6.0",
1717
"@types/react": "^18.2.21",
@@ -21,7 +21,7 @@
2121
"next": "^13.4.19",
2222
"react": "^18.2.0",
2323
"react-dom": "^18.2.0",
24-
"tsparticles": "^3.0.0-beta.2",
24+
"tsparticles": "^3.0.0-beta.4",
2525
"typescript": "^5.2.2"
2626
}
2727
}

apps/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"lint": "next lint"
1111
},
1212
"dependencies": {
13-
"@tsparticles/engine": "^3.0.0-beta.2",
13+
"@tsparticles/engine": "^3.0.0-beta.4",
1414
"@tsparticles/react": "workspace:^",
15-
"@tsparticles/preset-big-circles": "^3.0.0-beta.1",
15+
"@tsparticles/preset-big-circles": "^3.0.0-beta.4",
1616
"next": "^13.4.19",
1717
"react": "^18.2.0",
1818
"react-dom": "^18.2.0",

apps/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"version": "3.0.0-beta.1",
44
"private": true,
55
"dependencies": {
6-
"@tsparticles/engine": "^3.0.0-beta.2",
6+
"@tsparticles/engine": "^3.0.0-beta.4",
77
"@tsparticles/react": "workspace:*",
88
"react": "^18.2.0",
99
"react-dom": "^18.2.0",
1010
"react-scripts": "^5.0.1",
11-
"tsparticles": "^3.0.0-beta.2",
11+
"tsparticles": "^3.0.0-beta.4",
1212
"web-vitals": "^3.4.0"
1313
},
1414
"scripts": {

components/react-new/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"peerDependencies": {
1818
"react": ">=16.8.0",
1919
"react-dom": ">=16.8.0",
20-
"@tsparticles/engine": "^3.0.0-beta.2"
20+
"@tsparticles/engine": "^3.0.0-beta.4"
2121
},
2222
"devDependencies": {
23-
"@tsparticles/engine": "^3.0.0-beta.2",
23+
"@tsparticles/engine": "^3.0.0-beta.4",
2424
"@types/react": "^18.2.21",
2525
"@types/react-dom": "^18.2.7",
2626
"@typescript-eslint/eslint-plugin": "^6.6.0",

components/react/package.dist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@
9191
"react": ">=16.8.0"
9292
},
9393
"dependencies": {
94-
"@tsparticles/engine": "^3.0.0-beta.2"
94+
"@tsparticles/engine": "^3.0.0-beta.4"
9595
}
9696
}

components/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"prettier": "@tsparticles/prettier-config",
112112
"dependencies": {
113113
"react": "^18.2.0",
114-
"@tsparticles/engine": "^3.0.0-beta.2"
114+
"@tsparticles/engine": "^3.0.0-beta.4"
115115
},
116116
"devDependencies": {
117117
"@babel/core": "^7.22.17",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
},
88
"license": "MIT",
99
"dependencies": {
10-
"@commitlint/cli": "^17.7.1",
11-
"@commitlint/config-conventional": "^17.7.0",
10+
"@commitlint/cli": "^18.4.2",
11+
"@commitlint/config-conventional": "^18.4.2",
1212
"husky": "^8.0.3",
13-
"lerna": "^7.2.0",
13+
"lerna": "^7.4.2",
1414
"process": "^0.11.10",
1515
"react-error-overlay": "^6.0.11"
1616
},

0 commit comments

Comments
 (0)