Skip to content

Commit 4bb9398

Browse files
authored
Merge pull request #4893 from aryaemami59/chore/deps/update-rimraf
chore(deps): update `rimraf` to latest version
2 parents e402da9 + 15e483a commit 4bb9398

4 files changed

Lines changed: 616 additions & 118 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"src"
4040
],
4141
"scripts": {
42-
"clean": "rimraf dist",
42+
"clean": "rimraf dist/ coverage/",
4343
"format": "prettier --write \"{src,test}/**/*.{js,ts}\" \"**/*.md\"",
4444
"format:check": "prettier --list-different \"{src,test}/**/*.{js,ts}\" \"**/*.md\"",
4545
"lint": "eslint --ext js,ts src test",
@@ -73,7 +73,7 @@
7373
"netlify-plugin-cache": "^1.0.3",
7474
"pkg-pr-new": "^0.0.75",
7575
"prettier": "^3.2.5",
76-
"rimraf": "^5.0.5",
76+
"rimraf": "^6.1.3",
7777
"rxjs": "^7.8.1",
7878
"tsup": "8.0.2",
7979
"typescript": "^5.8.2",

website/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "website",
23
"browserslist": {
34
"development": [
45
"last 1 chrome version",

website/yarn.lock

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -13463,36 +13463,6 @@ __metadata:
1346313463
languageName: node
1346413464
linkType: hard
1346513465

13466-
"root-workspace-0b6124@workspace:.":
13467-
version: 0.0.0-use.local
13468-
resolution: "root-workspace-0b6124@workspace:."
13469-
dependencies:
13470-
"@dipakparmar/docusaurus-plugin-umami": "npm:^2.0.6"
13471-
"@docusaurus/core": "npm:3.6.3"
13472-
"@docusaurus/preset-classic": "npm:3.6.3"
13473-
"@getcanary/docusaurus-theme-search-pagefind": "npm:^1.0.2"
13474-
"@getcanary/web": "npm:^1.0.12"
13475-
"@reduxjs/toolkit": "npm:^2.0.1"
13476-
"@testing-library/jest-dom": "npm:^6.2.0"
13477-
"@testing-library/react": "npm:^14.1.2"
13478-
"@testing-library/user-event": "npm:^14.5.2"
13479-
"@types/node": "npm:^20.11.0"
13480-
"@types/react": "npm:^18.2.47"
13481-
"@vitest/browser-playwright": "npm:^4.0.5"
13482-
classnames: "npm:^2.2.6"
13483-
msw: "npm:^2.0.0"
13484-
netlify-plugin-cache: "npm:^1.0.3"
13485-
react: "npm:^19.0.0"
13486-
react-dom: "npm:^19.0.0"
13487-
react-lite-youtube-embed: "npm:^2.0.3"
13488-
react-redux: "npm:^9.1.0"
13489-
remark-typescript-tools: "npm:^2.0.0-alpha.1"
13490-
typescript: "npm:^5.8.3"
13491-
vitest: "npm:^4.0.5"
13492-
vitest-browser-react: "npm:^2.0.2"
13493-
languageName: unknown
13494-
linkType: soft
13495-
1349613466
"rtl-detect@npm:^1.0.4":
1349713467
version: 1.1.2
1349813468
resolution: "rtl-detect@npm:1.1.2"
@@ -15292,6 +15262,36 @@ __metadata:
1529215262
languageName: node
1529315263
linkType: hard
1529415264

15265+
"website@workspace:.":
15266+
version: 0.0.0-use.local
15267+
resolution: "website@workspace:."
15268+
dependencies:
15269+
"@dipakparmar/docusaurus-plugin-umami": "npm:^2.0.6"
15270+
"@docusaurus/core": "npm:3.6.3"
15271+
"@docusaurus/preset-classic": "npm:3.6.3"
15272+
"@getcanary/docusaurus-theme-search-pagefind": "npm:^1.0.2"
15273+
"@getcanary/web": "npm:^1.0.12"
15274+
"@reduxjs/toolkit": "npm:^2.0.1"
15275+
"@testing-library/jest-dom": "npm:^6.2.0"
15276+
"@testing-library/react": "npm:^14.1.2"
15277+
"@testing-library/user-event": "npm:^14.5.2"
15278+
"@types/node": "npm:^20.11.0"
15279+
"@types/react": "npm:^18.2.47"
15280+
"@vitest/browser-playwright": "npm:^4.0.5"
15281+
classnames: "npm:^2.2.6"
15282+
msw: "npm:^2.0.0"
15283+
netlify-plugin-cache: "npm:^1.0.3"
15284+
react: "npm:^19.0.0"
15285+
react-dom: "npm:^19.0.0"
15286+
react-lite-youtube-embed: "npm:^2.0.3"
15287+
react-redux: "npm:^9.1.0"
15288+
remark-typescript-tools: "npm:^2.0.0-alpha.1"
15289+
typescript: "npm:^5.8.3"
15290+
vitest: "npm:^4.0.5"
15291+
vitest-browser-react: "npm:^2.0.2"
15292+
languageName: unknown
15293+
linkType: soft
15294+
1529515295
"websocket-driver@npm:>=0.5.1, websocket-driver@npm:^0.7.4":
1529615296
version: 0.7.4
1529715297
resolution: "websocket-driver@npm:0.7.4"

0 commit comments

Comments
 (0)