Skip to content

Commit

Permalink
build: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobruni committed Dec 28, 2023
1 parent 4a269ef commit 465e16f
Show file tree
Hide file tree
Showing 3 changed files with 552 additions and 992 deletions.
10 changes: 5 additions & 5 deletions apps/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@tsparticles/configs": "^3.0.2",
"@tsparticles/engine": "^3.0.2",
"@tsparticles/configs": "^3.0.3",
"@tsparticles/engine": "^3.0.3",
"@tsparticles/vue3": "workspace:^",
"tsparticles": "^3.0.2",
"tsparticles": "^3.0.3",
"vue": "^3.3.13",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.6.1",
"@tsconfig/node18": "^18.2.2",
"@types/node": "^20.10.5",
"@vitejs/plugin-vue": "^4.5.2",
"@vitejs/plugin-vue": "^5.0.0",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
Expand All @@ -35,6 +35,6 @@
"prettier": "^3.1.1",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vue-tsc": "^1.8.26"
"vue-tsc": "^1.8.27"
}
}
8 changes: 4 additions & 4 deletions components/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,15 @@
"access": "public"
},
"dependencies": {
"@tsparticles/engine": "^3.0.2",
"@tsparticles/engine": "^3.0.3",
"vue": "^3.3.13"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.6.1",
"@tsconfig/node18": "^18.2.2",
"@tsparticles/prettier-config": "^2.0.1",
"@types/node": "^20.10.5",
"@vitejs/plugin-vue": "^4.5.2",
"@vitejs/plugin-vue": "^5.0.0",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
Expand All @@ -115,8 +115,8 @@
"prettier": "^3.1.1",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-dts": "^3.6.4",
"vue-tsc": "^1.8.26"
"vite-plugin-dts": "^3.7.0",
"vue-tsc": "^1.8.27"
},
"main": "dist/particles.umd.js",
"module": "dist/particles.es.js",
Expand Down
Loading

0 comments on commit 465e16f

Please sign in to comment.