Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
Merge branch 'testing'
Browse files Browse the repository at this point in the history
  • Loading branch information
electroly committed Oct 29, 2024
2 parents 7b4f3ee + 441d9b2 commit 64e60bf
Show file tree
Hide file tree
Showing 17 changed files with 3,296 additions and 1,991 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine AS base
FROM node:22-alpine AS base

ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.e2etest
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Pull the base image
FROM mcr.microsoft.com/playwright:v1.41.2-jammy
FROM mcr.microsoft.com/playwright:v1.48.1-noble

ARG SCOOKIE
ARG CI
Expand Down
1 change: 0 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"arrowParentheses": "always",
"jsxQuoteStyle": "double",
"semicolons": "always",
"trailingComma": "es5",
"quoteProperties": "asNeeded",
"bracketSpacing": true,
"bracketSameLine": true
Expand Down
3,396 changes: 2,315 additions & 1,081 deletions package-lock.json

Large diffs are not rendered by default.

49 changes: 25 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chromeshack",
"version": "1.77.0",
"version": "1.78.0",
"description": "Collection of scripts for Shacknews.",
"repository": "https://github.com/latestchatty/chromeshack",
"type": "module",
Expand Down Expand Up @@ -29,43 +29,44 @@
"format": "run-s pretty && biome format --write ."
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.1",
"dompurify": "^3.1.4",
"embla-carousel-react": "8.0.0-rc19",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"dompurify": "^3.1.7",
"embla-carousel-react": "8.3.0",
"html-react-parser": "^4.2.10",
"lodash.isequal": "^4.5.0",
"lz-string": "^1.5.0",
"preact": "^10.22.0",
"preact": "^10.24.3",
"prop-types": "15.8.1",
"text-field-edit": "^4.1.1",
"ts-debounce": "^4.0.0",
"xss": "^1.0.15",
"zustand": "^4.5.2"
"zustand": "^4.5.5"
},
"devDependencies": {
"@biomejs/biome": "^1.7.3",
"@crxjs/vite-plugin": "2.0.0-beta.23",
"@playwright/test": "1.41.2",
"@preact/preset-vite": "^2.8.2",
"@biomejs/biome": "^1.9.4",
"@crxjs/vite-plugin": "2.0.0-beta.26",
"@playwright/test": "^1.48.1",
"@preact/preset-vite": "^2.9.1",
"@types/chrome": "^0.0.246",
"@types/dompurify": "^3.0.5",
"@types/jquery": "^3.5.30",
"@types/jquery": "^3.5.31",
"@types/lodash.isequal": "^4.5.8",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"adm-zip": "^0.5.12",
"@types/node": "^22.7.7",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"adm-zip": "^0.5.16",
"dotenv": "^16.4.5",
"embla-carousel": "8.0.0-rc19",
"glob": "^10.3.15",
"embla-carousel": "8.3.0",
"glob": "^10.4.5",
"jest": "^29.7.0",
"license-checker": "^25.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"vite": "^5.2.11"
}
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"vite": "^5.4.9"
},
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
}
Loading

0 comments on commit 64e60bf

Please sign in to comment.