Skip to content

Commit

Permalink
Dependabot alerts update deps (#21)
Browse files Browse the repository at this point in the history
* Update deps

* Bump versions
  • Loading branch information
van100j committed Dec 6, 2023
1 parent 1758ce8 commit 5740902
Show file tree
Hide file tree
Showing 14 changed files with 728 additions and 596 deletions.
4 changes: 2 additions & 2 deletions apps/solidweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"@types/d3-selection": "^3.0.10",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.5",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.2",
"vite": "^4.5.0",
"vite": "^4.5.1",
"vite-plugin-solid": "^2.7.2"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions apps/svelteweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"devDependencies": {
"@rgossiaux/svelte-headlessui": "^2.0.0",
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/kit": "^1.27.6",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@sveltejs/kit": "^1.27.7",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
Expand All @@ -26,7 +26,7 @@
"svelte-check": "^3.6.2",
"tslib": "^2.6.2",
"typescript": "^5.3.2",
"vite": "^4.5.0"
"vite": "^4.5.1"
},
"dependencies": {
"@pdfslick/core": "^1.2.4",
Expand Down
4 changes: 2 additions & 2 deletions apps/vanillajs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"devDependencies": {
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.5",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.2",
"vite": "^4.5.0"
"vite": "^4.5.1"
},
"dependencies": {
"@pdfslick/core": "^1.2.4"
Expand Down
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
"@tailwindcss/typography": "^0.5.10",
"@types/d3-drag": "^3.0.7",
"@types/d3-selection": "^3.0.10",
"@types/node": "^20.10.2",
"@types/react": "^18.2.41",
"@types/node": "^20.10.3",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"autoprefixer": "^10.4.16",
"eslint": "8.55.0",
"eslint-config-custom": "0.0.0",
"postcss": "^8.4.32",
"sharp": "^0.33.0",
"tailwindcss": "^3.3.5",
"tailwindcss": "^3.3.6",
"ts-node": "^10.9.1",
"tsconfig": "0.0.0",
"typescript": "^5.3.2"
Expand Down
2 changes: 1 addition & 1 deletion config/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"eslint": "^8.55.0",
"eslint-config-next": "^14.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.10.16",
"eslint-config-turbo": "^1.11.0",
"eslint-plugin-react": "^7.33.2"
},
"devDependencies": {
Expand Down

0 comments on commit 5740902

Please sign in to comment.