Skip to content

Commit

Permalink
feat: auto-link patterns
Browse files Browse the repository at this point in the history
like GitHub does
  • Loading branch information
teomrd committed Oct 11, 2024
1 parent 6a3463c commit 97713e4
Show file tree
Hide file tree
Showing 9 changed files with 10,524 additions and 8,155 deletions.
2 changes: 1 addition & 1 deletion out/index.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions out/index.css.map

Large diffs are not rendered by default.

274 changes: 148 additions & 126 deletions out/index.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions out/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion out/service-worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,31 @@
"lint": "eslint --ext .js --ext .ts src"
},
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/jest": "^29.5.13",
"@types/node": "18.14.0",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.4.3",
"prettier": "^2.8.4",
"serve": "^14.2.0",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"jest": "^29.7.0",
"prettier": "^2.8.8",
"serve": "^14.2.3",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^4.9.5",
"workbox-cli": "^6.5.4"
"workbox-cli": "^6.6.0"
},
"dependencies": {
"@lhci/cli": "0.11.0",
"esbuild": "^0.17.10",
"github-markdown-css": "^5.2.0",
"ipfs": "^0.66.0",
"ipfs-core": "^0.18.0",
"ipfs-core-types": "^0.14.0",
"multiformats": "^11.0.1",
"esbuild": "^0.17.19",
"github-markdown-css": "^5.7.0",
"ipfs": "^0.66.1",
"ipfs-core": "^0.18.1",
"ipfs-core-types": "^0.14.1",
"multiformats": "^11.0.2",
"nanoid": "^4.0.2",
"showdown": "^2.1.0",
"textarea-caret": "^3.1.0",
Expand Down
Loading

0 comments on commit 97713e4

Please sign in to comment.