Skip to content

Commit 04bed55

Browse files
committed
2 parents 23a42bd + 3bc3d2c commit 04bed55

File tree

4 files changed

+327
-568
lines changed

4 files changed

+327
-568
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"@types/dompurify": "^3.0.5",
3030
"sass": "^1.69.5",
3131
"typescript": "^5.3.3",
32-
"vite": "^5.0.2"
32+
"vite": "^5.0.10"
3333
}
3434
}

lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
"autoprefixer": "^10.4.16",
7272
"copyfiles": "^2.4.1",
7373
"cross-env": "^7.0.3",
74-
"cssnano": "^6.0.1",
75-
"esbuild": "^0.19.8",
74+
"cssnano": "^6.0.2",
75+
"esbuild": "^0.19.10",
7676
"fs-extra": "^11.2.0",
7777
"glob": "^10.3.10",
7878
"npm-run-all2": "^6.1.1",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,20 @@
5656
"@lerna-lite/publish": "^3.1.0",
5757
"@lerna-lite/watch": "^3.1.0",
5858
"@playwright/test": "^1.40.1",
59-
"@types/node": "^20.10.4",
60-
"@typescript-eslint/eslint-plugin": "^6.13.2",
61-
"@typescript-eslint/parser": "^6.13.2",
59+
"@types/node": "^20.10.5",
60+
"@typescript-eslint/eslint-plugin": "^6.15.0",
61+
"@typescript-eslint/parser": "^6.15.0",
6262
"conventional-changelog-conventionalcommits": "^7.0.2",
6363
"cross-env": "^7.0.3",
64-
"eslint": "^8.55.0",
64+
"eslint": "^8.56.0",
6565
"eslint-config-airbnb-base": "^15.0.0",
6666
"eslint-config-prettier": "^9.1.0",
67-
"eslint-plugin-import": "^2.29.0",
67+
"eslint-plugin-import": "^2.29.1",
6868
"eslint-plugin-node": "^11.1.0",
6969
"eslint-plugin-prefer-arrow": "^1.2.3",
7070
"npm-run-all2": "^6.1.1",
71-
"pnpm": "^8.11.0",
72-
"prettier": "^3.1.0",
71+
"pnpm": "^8.12.1",
72+
"prettier": "^3.1.1",
7373
"rimraf": "^5.0.5",
7474
"typescript": "^5.3.3"
7575
}

0 commit comments

Comments
 (0)