Skip to content

Commit 8507a34

Browse files
Pin dependencies (#418)
| datasource | package | from | to | | ---------- | -------------------------------- | ------- | ------- | | npm | @babel/core | 7.28.3 | 7.28.3 | | npm | @babel/preset-env | 7.28.3 | 7.28.3 | | npm | @stylistic/eslint-plugin | 5.2.3 | 5.2.3 | | npm | @typescript-eslint/eslint-plugin | 8.40.0 | 8.40.0 | | npm | @typescript-eslint/parser | 8.40.0 | 8.40.0 | | npm | eslint | 9.33.0 | 9.33.0 | | npm | eslint-config-prettier | 10.1.8 | 10.1.8 | | npm | eslint-plugin-jest | 29.0.1 | 29.0.1 | | npm | globals | 16.3.0 | 16.3.0 | | npm | jest | 30.0.5 | 30.0.5 | | npm | moment | 2.30.1 | 2.30.1 | | npm | prettier | 3.6.2 | 3.6.2 | | npm | ts-jest | 29.4.1 | 29.4.1 | | npm | ts-loader | 9.5.2 | 9.5.2 | | npm | tsify | 5.0.4 | 5.0.4 | | npm | typescript | 5.9.2 | 5.9.2 | | npm | webpack | 5.101.3 | 5.101.3 | | 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 59a4779 commit 8507a34

File tree

2 files changed

+67
-51
lines changed

2 files changed

+67
-51
lines changed

src/TodoApp/package-lock.json

Lines changed: 49 additions & 33 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.3",
22-
"@babel/preset-env": "^7.28.3",
23-
"@stylistic/eslint-plugin": "^5.2.3",
24-
"@typescript-eslint/eslint-plugin": "^8.40.0",
25-
"@typescript-eslint/parser": "^8.32.1",
26-
"eslint": "^9.33.0",
27-
"eslint-config-prettier": "^10.1.8",
28-
"eslint-plugin-jest": "^29.0.1",
29-
"globals": "^16.3.0",
30-
"jest": "^30.0.5",
31-
"moment": "^2.30.1",
32-
"prettier": "^3.6.2",
33-
"ts-jest": "^29.4.1",
34-
"ts-loader": "^9.5.2",
35-
"tsify": "^5.0.4",
36-
"typescript": "^5.9.2",
37-
"webpack": "^5.101.3",
38-
"webpack-cli": "^6.0.1"
21+
"@babel/core": "7.28.3",
22+
"@babel/preset-env": "7.28.3",
23+
"@stylistic/eslint-plugin": "5.2.3",
24+
"@typescript-eslint/eslint-plugin": "8.40.0",
25+
"@typescript-eslint/parser": "8.40.0",
26+
"eslint": "9.33.0",
27+
"eslint-config-prettier": "10.1.8",
28+
"eslint-plugin-jest": "29.0.1",
29+
"globals": "16.3.0",
30+
"jest": "30.0.5",
31+
"moment": "2.30.1",
32+
"prettier": "3.6.2",
33+
"ts-jest": "29.4.1",
34+
"ts-loader": "9.5.2",
35+
"tsify": "5.0.4",
36+
"typescript": "5.9.2",
37+
"webpack": "5.101.3",
38+
"webpack-cli": "6.0.1"
3939
},
4040
"jest": {
4141
"clearMocks": true,

0 commit comments

Comments
 (0)