Skip to content

Commit

Permalink
build: update deps and bump version to v3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hueyy committed Feb 25, 2024
1 parent fab7401 commit 03628ef
Show file tree
Hide file tree
Showing 5 changed files with 1,026 additions and 1,087 deletions.
18 changes: 0 additions & 18 deletions .fossa.yml

This file was deleted.

20 changes: 10 additions & 10 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
lfs: true

- name: Use Node.JS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16
- uses: pnpm/action-setup@v2
node-version: 20
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/cache@v2
Expand Down Expand Up @@ -64,10 +64,10 @@ jobs:
api-key: ${{ secrets.FIREFOX_API_KEY }}
api-secret: ${{ secrets.FIREFOX_API_SECRET }}

# - uses: mnao305/chrome-extension-upload@1.1.1
# with:
# file-path: extension/${{ env.CLERKENT_VERSION }}-chrome.zip
# extension-id: ogjefnociaddjemkkajgmfpmhmpokmhj
# client-id: ${{ secrets.CHROME_CLIENT_ID }}
# client-secret: ${{ secrets.CHROME_CLIENT_SECRET }}
# refresh-token: ${{ secrets.CHROME_REFRESH_TOKEN }}
- uses: mnao305/chrome-extension-upload@v5.0.0
with:
file-path: extension/${{ env.CLERKENT_VERSION }}-chrome.zip
extension-id: ogjefnociaddjemkkajgmfpmhmpokmhj
client-id: ${{ secrets.CHROME_CLIENT_ID }}
client-secret: ${{ secrets.CHROME_CLIENT_SECRET }}
refresh-token: ${{ secrets.CHROME_REFRESH_TOKEN }}
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
with:
lfs: true
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16
- uses: pnpm/action-setup@v2
node-version: 20
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/cache@v3
Expand All @@ -40,6 +40,6 @@ jobs:
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: run FOSSA scan
uses: fossa-contrib/fossa-action@v1
uses: fossa-contrib/fossa-action@v3
with:
fossa-api-key: ${{ secrets.FOSSA_API_KEY }}
84 changes: 50 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clerkent",
"version": "3.7.0",
"version": "3.7.1",
"private": true,
"description": "quick search legal search",
"repository": "https://github.com/lacuna-technologies/clerkent.git",
Expand Down Expand Up @@ -38,85 +38,101 @@
]
},
"dependencies": {
"@babel/runtime": "^7.23.6",
"async-mutex": "^0.4.0",
"axios": "^1.6.2",
"axios-cache-interceptor": "^1.4.0",
"@babel/runtime": "^7.23.9",
"async-mutex": "^0.4.1",
"axios": "^1.6.7",
"axios-cache-interceptor": "^1.5.1",
"cheerio": "^1.0.0-rc.12",
"fuse.js": "^7.0.0",
"leven": "^4.0.0",
"memoizee": "^0.4.15",
"preact": "^10.19.3",
"preact": "^10.19.6",
"preact-router": "^4.1.2",
"qs": "^6.11.2",
"react-select": "^5.8.0",
"rss-parser": "^3.13.0",
"svg-country-flags": "^1.2.10"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.6",
"@babel/node": "^7.22.19",
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/node": "^7.23.9",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/plugin-transform-runtime": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@testing-library/preact": "^3.2.3",
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.12",
"@types/memoizee": "^0.4.11",
"@types/node": "^20.10.5",
"@types/node": "^20.11.20",
"@types/qs": "^6.9.11",
"@types/sharp": "^0.31.1",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"autoprefixer": "^10.4.16",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"autoprefixer": "^10.4.17",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"codecov": "^3.8.3",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"eslint": "^8.56.0",
"css-loader": "^6.10.0",
"eslint": "^8.57.0",
"eslint-config-preact": "^1.3.0",
"eslint-plugin-disable": "^2.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-json-format": "^2.0.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sonarjs": "^0.23.0",
"eslint-plugin-sonarjs": "^0.24.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-unicorn": "^50.0.1",
"eslint-plugin-unicorn": "^51.0.1",
"file-loader": "^6.2.0",
"filemanager-webpack-plugin": "^8.0.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.6.0",
"husky": "^8.0.3",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-config": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.0",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.32",
"postcss-loader": "^7.3.3",
"lint-staged": "^15.2.2",
"mini-css-extract-plugin": "^2.8.0",
"postcss": "^8.4.35",
"postcss-loader": "^8.1.0",
"resolve-url-loader": "^5.0.0",
"sharp": "^0.33.1",
"sharp": "^0.33.2",
"svg-inline-loader": "^0.8.2",
"tailwindcss": "^3.4.0",
"terser-webpack-plugin": "^5.3.9",
"ts-jest": "^29.1.1",
"tailwindcss": "^3.4.1",
"terser-webpack-plugin": "^5.3.10",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tsc-files": "^1.1.4",
"typescript": "^5.3.3",
"webextension-polyfill-ts": "^0.26.0",
"webpack": "^5.89.0",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"wext-manifest-loader": "^3.0.0",
"wext-manifest-webpack-plugin": "^1.2.1"
"wext-manifest-webpack-plugin": "^1.4.0"
},
"engines": {
"node": ">=20"
},
"os": [
"linux"
]
}
],
"cpu": [
"x64"
],
"pnpm": {
"supportedArchitectures": {
"os": [
"linux"
],
"cpu": [
"x64"
]
}
}
}
Loading

0 comments on commit 03628ef

Please sign in to comment.