Skip to content

Commit

Permalink
chore(deps): pin dependencies (#81)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent e12bf85 commit e59aba0
Show file tree
Hide file tree
Showing 8 changed files with 419 additions and 307 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
actions: read
id-token: write
contents: write
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@5a775b367a56d5bd118a224a811bba288150a563 # v2.0.0
with:
base64-subjects: "${{ needs.build-release.outputs.hashes }}"
upload-assets: false
Expand Down
18 changes: 9 additions & 9 deletions apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"lint": "echo \"No linting configured\""
},
"devDependencies": {
"@electron-forge/cli": "^7.4.0",
"@electron-forge/maker-deb": "^7.4.0",
"@electron-forge/maker-rpm": "^7.4.0",
"@electron-forge/maker-squirrel": "^7.4.0",
"@electron-forge/maker-zip": "^7.4.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.4.0",
"@electron-forge/plugin-fuses": "^7.4.0",
"@electron/fuses": "^1.8.0",
"@rabbitholesyndrome/electron-forge-maker-portable": "^0.2.0",
"@electron-forge/cli": "7.5.0",
"@electron-forge/maker-deb": "7.5.0",
"@electron-forge/maker-rpm": "7.5.0",
"@electron-forge/maker-squirrel": "7.5.0",
"@electron-forge/maker-zip": "7.5.0",
"@electron-forge/plugin-auto-unpack-natives": "7.5.0",
"@electron-forge/plugin-fuses": "7.5.0",
"@electron/fuses": "1.8.0",
"@rabbitholesyndrome/electron-forge-maker-portable": "0.2.0",
"electron": "31.3.1"
},
"keywords": [],
Expand Down
12 changes: 6 additions & 6 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"@repo/typescript-config": "workspace:*",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"@types/wicg-file-system-access": "^2023.10.5",
"@vitejs/plugin-react": "^4.2.1",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2",
"vite": "^5.4.7",
"vite-plugin-commonjs": "^0.10.3"
"@types/wicg-file-system-access": "2023.10.5",
"@vitejs/plugin-react": "4.3.1",
"tailwindcss": "3.4.12",
"typescript": "5.6.2",
"vite": "5.4.7",
"vite-plugin-commonjs": "0.10.3"
}
}
4 changes: 2 additions & 2 deletions 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-animate": "^1.0.7"
"tailwindcss": "3.4.12",
"tailwindcss-animate": "1.0.7"
}
}
2 changes: 1 addition & 1 deletion packages/config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"access": "public"
},
"devDependencies": {
"typescript": "^5.6.2"
"typescript": "5.6.2"
}
}
46 changes: 23 additions & 23 deletions packages/react-mla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,33 +48,33 @@
"lint-fix": "eslint ./src --fix"
},
"devDependencies": {
"@eslint/js": "^9.11.0",
"@eslint/js": "9.9.1",
"@repo/tailwind-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/leaflet": "^1.9.12",
"@types/luxon": "^3.4.2",
"@types/node": "^20.16.5",
"@types/offscreencanvas": "^2019.7.3",
"@types/leaflet": "1.9.12",
"@types/luxon": "3.4.2",
"@types/node": "20.16.1",
"@types/offscreencanvas": "2019.7.3",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"@types/wicg-file-system-access": "^2023.10.5",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.1",
"eslint-plugin-autofix": "^2.1.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.3.0",
"sass-embedded": "^1.79.3",
"typescript": "^5.6.2",
"typescript-eslint": "^7.9.0",
"vite": "^5.4.7",
"vite-plugin-css-injected-by-js": "^3.5.1",
"vite-plugin-dts": "^4.1.0",
"vite-plugin-lib-inject-css": "^2.1.1"
"@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",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-plugin-autofix": "2.2.0",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.12",
"globals": "15.9.0",
"sass-embedded": "1.77.8",
"typescript": "5.6.2",
"typescript-eslint": "7.18.0",
"vite": "5.4.2",
"vite-plugin-css-injected-by-js": "3.5.2",
"vite-plugin-dts": "4.2.3",
"vite-plugin-lib-inject-css": "2.1.1"
},
"publishConfig": {
"directory": "dist"
Expand Down
16 changes: 8 additions & 8 deletions packages/webcomponent-mla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"@repo/typescript-config": "workspace:*",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"@types/wicg-file-system-access": "^2023.10.5",
"@vitejs/plugin-react": "^4.2.1",
"sass-embedded": "^1.79.3",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2",
"vite": "^5.4.7",
"vite-plugin-commonjs": "^0.10.3",
"vite-plugin-css-injected-by-js": "^3.5.1"
"@types/wicg-file-system-access": "2023.10.5",
"@vitejs/plugin-react": "4.3.1",
"sass-embedded": "1.79.3",
"tailwindcss": "3.4.12",
"typescript": "5.6.2",
"vite": "5.4.7",
"vite-plugin-commonjs": "0.10.3",
"vite-plugin-css-injected-by-js": "3.5.1"
},
"publishConfig": {
"directory": "dist"
Expand Down
Loading

0 comments on commit e59aba0

Please sign in to comment.