Skip to content

Commit 820a607

Browse files
chore: bump dep versions (#6691)
1 parent afac7a9 commit 820a607

File tree

7 files changed

+184
-23
lines changed

7 files changed

+184
-23
lines changed

build-system-tests/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@testing-library/cypress": "^10.0.3",
2323
"cypress": "^14.0.3",
2424
"dotenv-safe": "^8.2.0",
25-
"rimraf": "^3.0.2",
25+
"rimraf": "^5.0.0",
2626
"typescript": "^5.1.6"
2727
},
2828
"resolutions": {

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"remark-github": "^10.1.0",
5454
"remark-mdx-frontmatter": "^5.2.0",
5555
"remark-mdx-images": "^1.0.2",
56-
"rimraf": "^3.0.2",
56+
"rimraf": "^5.0.0",
5757
"sass": "^1.43.4",
5858
"slugify": "^1.6.3",
5959
"style-dictionary": "3.9.1"
@@ -66,7 +66,7 @@
6666
"autoprefixer": "^10.2.4",
6767
"canvas": "^2.11.2",
6868
"dotenv-safe": "^8.2.0",
69-
"eslint-config-next": "^13.5.5",
69+
"eslint-config-next": "^14.2.32",
7070
"glob": "^10.3.10",
7171
"globby": "^13.1.1",
7272
"postcss": "^8.4.31",

examples/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"karma-coverage": "~2.0.3",
4040
"karma-jasmine": "~4.0.0",
4141
"karma-jasmine-html-reporter": "~1.5.0",
42-
"rimraf": "^3.0.2",
42+
"rimraf": "^5.0.0",
4343
"serve": "^12.0.0",
4444
"ts-node": "~8.3.0",
4545
"tslint": "~6.1.0",
@@ -50,4 +50,4 @@
5050
"@types/jasmine"
5151
]
5252
}
53-
}
53+
}

examples/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"@types/node": "^15.12.4",
3131
"eslint": "^8.44.0",
3232
"eslint-config-next": "^13.5.5",
33-
"rimraf": "^3.0.2"
33+
"rimraf": "^5.0.0"
3434
}
3535
}

examples/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@types/node": "18.8.0",
2020
"@vue/compiler-sfc": "^3.0.5",
21-
"rimraf": "^3.0.2",
21+
"rimraf": "^5.0.0",
2222
"vite-plugin-pages": "^0.25.0"
2323
}
24-
}
24+
}

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@
111111
"ws": "^8.17.1",
112112
"stylus": "github:stylus/stylus#0.59.0",
113113
"on-headers": "^1.1.0",
114-
"tmp": "^0.2.4"
114+
"tmp": "^0.2.4",
115+
"@tensorflow-models/face-detection/rimraf": "5.0.0"
115116
},
116117
"devDependencies": {
117118
"@aws-amplify/backend": "^1.7.0",
@@ -141,7 +142,7 @@
141142
"lint-staged": ">=10",
142143
"prettier": "^3.0.3",
143144
"react-test-renderer": "^18.3.0",
144-
"rimraf": "^3.0.2",
145+
"rimraf": "^5.0.0",
145146
"rollup": "^4.22.4",
146147
"rollup-plugin-node-externals": "^7.1.3",
147148
"rollup-plugin-styles": "^4.0.0",
@@ -154,6 +155,9 @@
154155
},
155156
"overrides": {
156157
"stylus": "github:stylus/stylus#0.59.0",
157-
"tmp": "^0.2.4"
158+
"tmp": "^0.2.4",
159+
"@tensorflow-models/face-detection": {
160+
"rimraf": "5.0.0"
161+
}
158162
}
159163
}

0 commit comments

Comments
 (0)