Skip to content

Commit 0463dd7

Browse files
committed
build: updated deps
1 parent acdcb3b commit 0463dd7

File tree

8 files changed

+993
-541
lines changed

8 files changed

+993
-541
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- run: pnpm install --no-frozen-lockfile
5656
#- run: npx nx-cloud start-ci-run
5757
#- run: pnpm run prettify:ci:readme
58-
- run: npx lerna run build:ci #--concurrency 3
58+
- run: pnpm run build:ci #--concurrency 3
5959
#- run: npx nx-cloud stop-all-agents
6060
pr:
6161
runs-on: ubuntu-latest
@@ -97,7 +97,7 @@ jobs:
9797
- run: pnpm install --no-frozen-lockfile
9898
#- run: npx nx-cloud start-ci-run
9999
#- run: pnpm run prettify:ci:readme
100-
- run: npx lerna run build:ci #--concurrency 3
100+
- run: pnpmlerna run build:ci #--concurrency 3
101101
#- run: npx nx-cloud stop-all-agents
102102
- run: echo ${{ github.repository_owner }}
103103
- run: echo ${{ github.actor }}

apps/nextjs-beta/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"@tsparticles/configs": "^3.0.0-beta.4",
1414
"@tsparticles/engine": "^3.0.0-beta.4",
1515
"@tsparticles/react": "workspace:*",
16-
"@types/node": "^20.6.0",
17-
"@types/react": "^18.2.21",
18-
"@types/react-dom": "^18.2.7",
19-
"eslint": "^8.49.0",
16+
"@types/node": "^20.9.1",
17+
"@types/react": "^18.2.37",
18+
"@types/react-dom": "^18.2.15",
19+
"eslint": "^8.53.0",
2020
"eslint-config-next": "^13.4.19",
2121
"next": "^13.4.19",
2222
"react": "^18.2.0",

apps/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"react-dom": "^18.2.0",
1010
"react-scripts": "^5.0.1",
1111
"tsparticles": "^3.0.0-beta.4",
12-
"web-vitals": "^3.4.0"
12+
"web-vitals": "^3.5.0"
1313
},
1414
"scripts": {
1515
"start": "react-scripts start",

components/react-new/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@
2121
},
2222
"devDependencies": {
2323
"@tsparticles/engine": "^3.0.0-beta.4",
24-
"@types/react": "^18.2.21",
25-
"@types/react-dom": "^18.2.7",
26-
"@typescript-eslint/eslint-plugin": "^6.6.0",
27-
"@typescript-eslint/parser": "^6.6.0",
28-
"@vitejs/plugin-react": "^4.0.4",
29-
"glob": "^10.3.4",
30-
"eslint": "^8.49.0",
24+
"@types/react": "^18.2.37",
25+
"@types/react-dom": "^18.2.15",
26+
"@typescript-eslint/eslint-plugin": "^6.11.0",
27+
"@typescript-eslint/parser": "^6.11.0",
28+
"@vitejs/plugin-react": "^4.2.0",
29+
"glob": "^10.3.10",
30+
"eslint": "^8.53.0",
3131
"eslint-plugin-react-hooks": "^4.6.0",
32-
"eslint-plugin-react-refresh": "^0.4.3",
32+
"eslint-plugin-react-refresh": "^0.4.4",
3333
"react": "^18.2.0",
3434
"react-dom": "^18.2.0",
3535
"typescript": "^5.2.2",
3636
"vite": "^4.4.9",
37-
"vite-plugin-dts": "^3.5.3",
37+
"vite-plugin-dts": "^3.6.3",
3838
"vite-plugin-lib-inject-css": "^1.3.0"
3939
},
4040
"publishConfig": {

components/react/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -119,25 +119,25 @@
119119
"@babel/preset-env": "^7.22.15",
120120
"@babel/runtime": "^7.22.15",
121121
"@tsparticles/prettier-config": "^1.12.0",
122-
"@types/node": "^20.6.0",
123-
"@types/react": "^18.2.21",
124-
"@types/react-dom": "^18.2.7",
125-
"@typescript-eslint/eslint-plugin": "^6.6.0",
126-
"@typescript-eslint/parser": "^6.6.0",
122+
"@types/node": "^20.6.1",
123+
"@types/react": "^18.2.37",
124+
"@types/react-dom": "^18.2.15",
125+
"@typescript-eslint/eslint-plugin": "^6.11.0",
126+
"@typescript-eslint/parser": "^6.11.0",
127127
"babel-loader": "^9.1.3",
128128
"cross-env": "^7.0.3",
129-
"eslint": "^8.49.0",
129+
"eslint": "^8.53.0",
130130
"eslint-config-prettier": "^9.0.0",
131-
"prettier": "^3.0.3",
131+
"prettier": "^3.1.0",
132132
"react": "^18.2.0",
133133
"react-dom": "^18.2.0",
134-
"rimraf": "^5.0.1",
134+
"rimraf": "^5.0.5",
135135
"terser-webpack-plugin": "^5.3.9",
136-
"ts-loader": "^9.4.4",
136+
"ts-loader": "^9.5.1",
137137
"ts-node": "^10.9.1",
138138
"typescript": "^5.2.2",
139-
"webpack": "^5.88.2",
140-
"webpack-bundle-analyzer": "^4.9.1",
139+
"webpack": "^5.89.0",
140+
"webpack-bundle-analyzer": "^4.10.1",
141141
"webpack-cli": "^5.1.4",
142142
"webpack-node-externals": "^3.0.0"
143143
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "0.0.0",
44
"private": true,
55
"scripts": {
6-
"build": "lerna run build"
6+
"build": "lerna run build",
7+
"build:ci": "lerna run build:ci"
78
},
89
"license": "MIT",
910
"dependencies": {

0 commit comments

Comments
 (0)