Skip to content

Commit 97cefa6

Browse files
Pin dependencies (#1529)
| datasource | package | from | to | | ---------- | -------------------------------- | ------ | ------ | | npm | @babel/core | 7.28.0 | 7.28.0 | | npm | @babel/preset-env | 7.28.0 | 7.28.0 | | npm | @stylistic/eslint-plugin | 5.1.0 | 5.1.0 | | npm | @typescript-eslint/eslint-plugin | 8.35.1 | 8.35.1 | | npm | @typescript-eslint/parser | 8.35.1 | 8.35.1 | | npm | eslint | 9.30.1 | 9.30.1 | | npm | eslint-config-prettier | 10.1.5 | 10.1.5 | | npm | eslint-plugin-jest | 29.0.1 | 29.0.1 | | npm | globals | 16.3.0 | 16.3.0 | | npm | jest | 30.0.4 | 30.0.4 | | npm | moment | 2.30.1 | 2.30.1 | | npm | prettier | 3.6.2 | 3.6.2 | | npm | ts-jest | 29.4.0 | 29.4.0 | | npm | ts-loader | 9.5.2 | 9.5.2 | | npm | tsify | 5.0.4 | 5.0.4 | | npm | typescript | 5.8.3 | 5.8.3 | | npm | webpack | 5.99.9 | 5.99.9 | | npm | webpack-cli | 6.0.1 | 6.0.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 982365e commit 97cefa6

File tree

2 files changed

+70
-47
lines changed

2 files changed

+70
-47
lines changed

src/TodoApp/package-lock.json

Lines changed: 52 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/TodoApp/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,24 @@
1818
"author": "martincostello",
1919
"license": "Apache-2.0",
2020
"devDependencies": {
21-
"@babel/core": "^7.28.0",
22-
"@babel/preset-env": "^7.28.0",
23-
"@stylistic/eslint-plugin": "^5.1.0",
24-
"@typescript-eslint/eslint-plugin": "^8.35.1",
25-
"@typescript-eslint/parser": "^8.32.1",
26-
"eslint": "^9.30.1",
27-
"eslint-config-prettier": "^10.1.5",
28-
"eslint-plugin-jest": "^29.0.1",
29-
"globals": "^16.3.0",
30-
"jest": "^30.0.4",
31-
"moment": "^2.30.1",
32-
"prettier": "^3.6.2",
33-
"ts-jest": "^29.4.0",
34-
"ts-loader": "^9.5.2",
35-
"tsify": "^5.0.4",
36-
"typescript": "^5.8.3",
37-
"webpack": "^5.99.9",
38-
"webpack-cli": "^6.0.1"
21+
"@babel/core": "7.28.0",
22+
"@babel/preset-env": "7.28.0",
23+
"@stylistic/eslint-plugin": "5.1.0",
24+
"@typescript-eslint/eslint-plugin": "8.35.1",
25+
"@typescript-eslint/parser": "8.35.1",
26+
"eslint": "9.30.1",
27+
"eslint-config-prettier": "10.1.5",
28+
"eslint-plugin-jest": "29.0.1",
29+
"globals": "16.3.0",
30+
"jest": "30.0.4",
31+
"moment": "2.30.1",
32+
"prettier": "3.6.2",
33+
"ts-jest": "29.4.0",
34+
"ts-loader": "9.5.2",
35+
"tsify": "5.0.4",
36+
"typescript": "5.8.3",
37+
"webpack": "5.99.9",
38+
"webpack-cli": "6.0.1"
3939
},
4040
"jest": {
4141
"clearMocks": true,

0 commit comments

Comments
 (0)