Skip to content

Commit 444e751

Browse files
committed
2 parents d1f9e05 + 5b2850a commit 444e751

File tree

4 files changed

+703
-829
lines changed

4 files changed

+703
-829
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"@types/dompurify": "^3.0.5",
3030
"sass": "^1.69.5",
31-
"typescript": "^5.3.2",
31+
"typescript": "^5.3.3",
3232
"vite": "^5.0.2"
3333
}
3434
}

lib/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@
7272
"copyfiles": "^2.4.1",
7373
"cross-env": "^7.0.3",
7474
"cssnano": "^6.0.1",
75-
"esbuild": "^0.19.7",
76-
"fs-extra": "^11.1.1",
75+
"esbuild": "^0.19.8",
76+
"fs-extra": "^11.2.0",
7777
"glob": "^10.3.10",
7878
"npm-run-all2": "^6.1.1",
79-
"postcss": "^8.4.31",
80-
"postcss-cli": "^10.1.0",
79+
"postcss": "^8.4.32",
80+
"postcss-cli": "^11.0.0",
8181
"sass": "^1.69.5",
82-
"typescript": "^5.3.2"
82+
"typescript": "^5.3.3"
8383
}
8484
}

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,25 +52,25 @@
5252
},
5353
"packageManager": "[email protected]",
5454
"devDependencies": {
55-
"@lerna-lite/cli": "^3.0.0",
56-
"@lerna-lite/publish": "^3.0.0",
57-
"@lerna-lite/watch": "^3.0.0",
58-
"@playwright/test": "^1.40.0",
59-
"@types/node": "^20.10.0",
60-
"@typescript-eslint/eslint-plugin": "^6.12.0",
61-
"@typescript-eslint/parser": "^6.12.0",
55+
"@lerna-lite/cli": "^3.1.0",
56+
"@lerna-lite/publish": "^3.1.0",
57+
"@lerna-lite/watch": "^3.1.0",
58+
"@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",
6262
"conventional-changelog-conventionalcommits": "^7.0.2",
6363
"cross-env": "^7.0.3",
64-
"eslint": "^8.54.0",
64+
"eslint": "^8.55.0",
6565
"eslint-config-airbnb-base": "^15.0.0",
66-
"eslint-config-prettier": "^9.0.0",
66+
"eslint-config-prettier": "^9.1.0",
6767
"eslint-plugin-import": "^2.29.0",
6868
"eslint-plugin-node": "^11.1.0",
6969
"eslint-plugin-prefer-arrow": "^1.2.3",
7070
"npm-run-all2": "^6.1.1",
7171
"pnpm": "^8.11.0",
7272
"prettier": "^3.1.0",
7373
"rimraf": "^5.0.5",
74-
"typescript": "^5.3.2"
74+
"typescript": "^5.3.3"
7575
}
7676
}

0 commit comments

Comments
 (0)