mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-19 06:21:15 +00:00
feat: remove normal dompurify
This commit is contained in:
parent
5cf2ecfba6
commit
818850aa13
2 changed files with 2 additions and 6 deletions
|
|
@ -16,7 +16,6 @@
|
|||
"@playwright/test": "1.25.0",
|
||||
"@sveltejs/adapter-auto": "next",
|
||||
"@sveltejs/kit": "next",
|
||||
"@types/dompurify": "^2.4.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.44.0",
|
||||
"@typescript-eslint/parser": "^5.44.0",
|
||||
"eslint": "^8.28.0",
|
||||
|
|
@ -37,7 +36,6 @@
|
|||
"type": "module",
|
||||
"dependencies": {
|
||||
"axios": "^1.2.0",
|
||||
"dompurify": "^2.4.1",
|
||||
"filedrop-svelte": "^0.1.2",
|
||||
"isomorphic-dompurify": "^0.24.0",
|
||||
"svelte-forms-lib": "^2.0.1",
|
||||
|
|
|
|||
|
|
@ -4,11 +4,9 @@ specifiers:
|
|||
'@playwright/test': 1.25.0
|
||||
'@sveltejs/adapter-auto': next
|
||||
'@sveltejs/kit': next
|
||||
'@types/dompurify': ^2.4.0
|
||||
'@typescript-eslint/eslint-plugin': ^5.44.0
|
||||
'@typescript-eslint/parser': ^5.44.0
|
||||
axios: ^1.2.0
|
||||
dompurify: ^2.4.1
|
||||
eslint: ^8.28.0
|
||||
eslint-config-prettier: ^8.5.0
|
||||
eslint-plugin-svelte3: ^4.0.0
|
||||
|
|
@ -31,7 +29,6 @@ specifiers:
|
|||
|
||||
dependencies:
|
||||
axios: 1.2.0
|
||||
dompurify: 2.4.1
|
||||
filedrop-svelte: 0.1.2
|
||||
isomorphic-dompurify: 0.24.0
|
||||
svelte-forms-lib: 2.0.1
|
||||
|
|
@ -42,7 +39,6 @@ devDependencies:
|
|||
'@playwright/test': 1.25.0
|
||||
'@sveltejs/adapter-auto': 1.0.0-next.90
|
||||
'@sveltejs/kit': 1.0.0-next.571_svelte@3.53.1+vite@3.2.4
|
||||
'@types/dompurify': 2.4.0
|
||||
'@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu
|
||||
'@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a
|
||||
eslint: 8.28.0
|
||||
|
|
@ -254,6 +250,7 @@ packages:
|
|||
resolution: {integrity: sha512-IDBwO5IZhrKvHFUl+clZxgf3hn2b/lU6H1KaBShPkQyGJUQ0xwebezIPSuiyGwfz1UzJWQl4M7BDxtHtCCPlTg==}
|
||||
dependencies:
|
||||
'@types/trusted-types': 2.0.2
|
||||
dev: false
|
||||
|
||||
/@types/json-schema/7.0.11:
|
||||
resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==}
|
||||
|
|
@ -287,6 +284,7 @@ packages:
|
|||
|
||||
/@types/trusted-types/2.0.2:
|
||||
resolution: {integrity: sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==}
|
||||
dev: false
|
||||
|
||||
/@typescript-eslint/eslint-plugin/5.44.0_fnsv2sbzcckq65bwfk7a5xwslu:
|
||||
resolution: {integrity: sha512-j5ULd7FmmekcyWeArx+i8x7sdRHzAtXTkmDPthE4amxZOWKFK7bomoJ4r7PJ8K7PoMzD16U8MmuZFAonr1ERvw==}
|
||||
|
|
|
|||
Loading…
Reference in a new issue