Skip to content

Commit

Permalink
chore(deps): update dev dependencies (non-major)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent e59aba0 commit 4244472
Show file tree
Hide file tree
Showing 6 changed files with 204 additions and 475 deletions.
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@electron-forge/plugin-fuses": "7.5.0",
"@electron/fuses": "1.8.0",
"@rabbitholesyndrome/electron-forge-maker-portable": "0.2.0",
"electron": "31.3.1"
"electron": "31.6.0"
},
"keywords": [],
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"devDependencies": {
"@repo/tailwind-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/react": "18.3.8",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@types/wicg-file-system-access": "2023.10.5",
"@vitejs/plugin-react": "4.3.1",
"tailwindcss": "3.4.12",
"@vitejs/plugin-react": "4.3.2",
"tailwindcss": "3.4.13",
"typescript": "5.6.2",
"vite": "5.4.7",
"vite": "5.4.8",
"vite-plugin-commonjs": "0.10.3"
}
}
2 changes: 1 addition & 1 deletion packages/config-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"tailwindcss": "3.4.12",
"tailwindcss": "3.4.13",
"tailwindcss-animate": "1.0.7"
}
}
16 changes: 8 additions & 8 deletions packages/react-mla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,30 +48,30 @@
"lint-fix": "eslint ./src --fix"
},
"devDependencies": {
"@eslint/js": "9.9.1",
"@eslint/js": "9.11.1",
"@repo/tailwind-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/leaflet": "1.9.12",
"@types/luxon": "3.4.2",
"@types/node": "20.16.1",
"@types/node": "20.16.10",
"@types/offscreencanvas": "2019.7.3",
"@types/react": "18.3.8",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@types/wicg-file-system-access": "2023.10.5",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitejs/plugin-react": "4.3.1",
"@vitejs/plugin-react": "4.3.2",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-plugin-autofix": "2.2.0",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.12",
"globals": "15.9.0",
"sass-embedded": "1.77.8",
"globals": "15.10.0",
"sass-embedded": "1.79.4",
"typescript": "5.6.2",
"typescript-eslint": "7.18.0",
"vite": "5.4.2",
"vite": "5.4.8",
"vite-plugin-css-injected-by-js": "3.5.2",
"vite-plugin-dts": "4.2.3",
"vite-plugin-lib-inject-css": "2.1.1"
Expand Down
12 changes: 6 additions & 6 deletions packages/webcomponent-mla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"devDependencies": {
"@repo/tailwind-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/react": "18.3.8",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@types/wicg-file-system-access": "2023.10.5",
"@vitejs/plugin-react": "4.3.1",
"sass-embedded": "1.79.3",
"tailwindcss": "3.4.12",
"@vitejs/plugin-react": "4.3.2",
"sass-embedded": "1.79.4",
"tailwindcss": "3.4.13",
"typescript": "5.6.2",
"vite": "5.4.7",
"vite": "5.4.8",
"vite-plugin-commonjs": "0.10.3",
"vite-plugin-css-injected-by-js": "3.5.1"
"vite-plugin-css-injected-by-js": "3.5.2"
},
"publishConfig": {
"directory": "dist"
Expand Down
Loading

0 comments on commit 4244472

Please sign in to comment.