Skip to content

Commit

Permalink
chore: bump all (dev)Dependencies, update related usage
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Sep 16, 2022
1 parent bca9f86 commit 3117d9f
Show file tree
Hide file tree
Showing 6 changed files with 2,327 additions and 1,945 deletions.
11 changes: 0 additions & 11 deletions .github/FUNDING.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/size-limit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Size Limit

on:
pull_request_target:
pull_request:
branches:
- main

Expand Down
2 changes: 1 addition & 1 deletion .remarkrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"plugins": [
"@1stg/remark-config"
"@1stg/preset"
]
}
63 changes: 16 additions & 47 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,9 @@
"description": "The smallest and fastest Dom sanitizer based on browser native DOMParser",
"repository": "git+https://github.com/un-ts/domiso.git",
"author": "JounQin (https://www.1stG.me) <[email protected]>",
"donate": {
"recipients": [
{
"name": "unts",
"platform": "opencollective",
"address": "https://opencollective.com/unts",
"weight": 60
},
{
"name": "rxts",
"platform": "opencollective",
"address": "https://opencollective.com/rxts",
"weight": 20
},
{
"name": "1stG",
"email": "[email protected]",
"weight": 20,
"platforms": [
{
"platform": "opencollective",
"address": "https://opencollective.com/1stG"
},
{
"platform": "patreon",
"address": "https://www.patreon.com/1stG"
}
]
}
]
},
"funding": "https://opencollective.com/unts",
"license": "MIT",
"packageManager": "pnpm@7.7.0",
"packageManager": "pnpm@7.11.0",
"engines": {
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
},
Expand Down Expand Up @@ -84,31 +53,31 @@
"version": "changeset version"
},
"devDependencies": {
"@1stg/app-config": "^6.1.5",
"@1stg/lib-config": "^9.0.2",
"@1stg/app-config": "^7.2.1",
"@1stg/lib-config": "^10.2.1",
"@changesets/changelog-github": "^0.4.6",
"@changesets/cli": "^2.24.1",
"@pkgr/webpack": "^3.2.0",
"@pkgr/webpack-mdx": "^2.0.3",
"@size-limit/preset-small-lib": "^7.0.8",
"@changesets/cli": "^2.24.4",
"@pkgr/webpack": "^3.4.0",
"@pkgr/webpack-mdx": "^2.2.0",
"@size-limit/preset-small-lib": "^8.1.0",
"@types/mdx": "^2.0.2",
"@types/node": "^18.6.2",
"@types/react": "^18.0.15",
"@types/node": "^18.7.18",
"@types/react": "^18.0.20",
"@types/react-dom": "^18.0.6",
"@types/web": "^0.0.70",
"c8": "^7.12.0",
"@types/web": "^0.0.72",
"@vitest/coverage-istanbul": "^0.23.2",
"domiso": "link:.",
"github-markdown-css": "^5.1.0",
"jsdom": "^20.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"react-router-dom": "^6.4.0",
"sirv-cli": "^2.0.2",
"size-limit": "^7.0.8",
"size-limit": "^8.1.0",
"type-coverage": "^2.22.0",
"typescript": "^4.7.4",
"unplugin-auto-import": "^0.10.3",
"vitest": "^0.19.1"
"typescript": "^4.8.3",
"unplugin-auto-import": "^0.11.2",
"vitest": "^0.23.2"
},
"publishConfig": {
"main": "./lib/index.cjs",
Expand Down
Loading

0 comments on commit 3117d9f

Please sign in to comment.