Skip to content

Commit

Permalink
feature: intercept Find Case Law and BAILII PDF downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
hueyy committed Dec 26, 2023
1 parent 3b20f4f commit e3874a8
Show file tree
Hide file tree
Showing 3 changed files with 1,201 additions and 1,164 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
]
},
"dependencies": {
"@babel/runtime": "^7.23.4",
"@babel/runtime": "^7.23.6",
"async-mutex": "^0.4.0",
"axios": "^1.6.2",
"axios-cache-interceptor": "^1.3.2",
"axios-cache-interceptor": "^1.4.0",
"cheerio": "^1.0.0-rc.12",
"fuse.js": "^6.6.2",
"fuse.js": "^7.0.0",
"leven": "^4.0.0",
"memoizee": "^0.4.15",
"preact": "^10.19.2",
"preact": "^10.19.3",
"preact-router": "^4.1.2",
"qs": "^6.11.2",
"react-select": "^5.8.0",
Expand All @@ -55,60 +55,60 @@
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.3",
"@babel/core": "^7.23.6",
"@babel/node": "^7.22.19",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/plugin-transform-runtime": "^7.23.4",
"@babel/preset-env": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/preset-typescript": "^7.23.3",
"@testing-library/preact": "^3.2.3",
"@types/jest": "^29.5.10",
"@types/jest": "^29.5.11",
"@types/memoizee": "^0.4.11",
"@types/node": "^20.10.0",
"@types/qs": "^6.9.10",
"@types/node": "^20.10.5",
"@types/qs": "^6.9.11",
"@types/sharp": "^0.31.1",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"autoprefixer": "^10.4.16",
"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.54.0",
"eslint": "^8.56.0",
"eslint-config-preact": "^1.3.0",
"eslint-plugin-disable": "^2.0.3",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"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-sort-keys-fix": "^1.1.2",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-unicorn": "^50.0.1",
"file-loader": "^6.2.0",
"filemanager-webpack-plugin": "^7.0.0",
"fork-ts-checker-webpack-plugin": "^7.3.0",
"html-webpack-plugin": "^5.5.3",
"html-webpack-plugin": "^5.6.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-config": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.1.0",
"lint-staged": "^15.2.0",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.31",
"postcss": "^8.4.32",
"postcss-loader": "^7.3.3",
"resolve-url-loader": "^5.0.0",
"sharp": "^0.32.6",
"sharp": "^0.33.1",
"svg-inline-loader": "^0.8.2",
"tailwindcss": "^3.3.5",
"tailwindcss": "^3.4.0",
"terser-webpack-plugin": "^5.3.9",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"tsc-files": "^1.1.4",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"webextension-polyfill-ts": "^0.26.0",
"webpack": "^5.89.0",
"webpack-cli": "^4.10.0",
Expand Down
Loading

0 comments on commit e3874a8

Please sign in to comment.