Skip to content

Commit c1c0f3a

Browse files
committed
bump deps
1 parent df2eda3 commit c1c0f3a

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

fixtures/browser/package-lock.json

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

fixtures/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@babel/preset-env": "7.28.5",
2424
"babel-loader": "^10.0.0",
2525
"build-time-reporter-webpack-plugin": "^1.4.3",
26-
"jasmine-core": "^5.12.1",
26+
"jasmine-core": "^5.13.0",
2727
"karma": "^6.4.4",
2828
"karma-chrome-launcher": "^3.2.0",
2929
"karma-detect-browsers": "^2.3.3",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@
9191
"@swc/jest": "^0.2.39",
9292
"@types/jest": "^30.0.0",
9393
"@types/jsdom": "^27.0.0",
94-
"@types/node": "^24.10.1",
95-
"@typescript-eslint/eslint-plugin": "^8.47.0",
96-
"@typescript-eslint/parser": "^8.47.0",
94+
"@types/node": "^24.10.2",
95+
"@typescript-eslint/eslint-plugin": "^8.49.0",
96+
"@typescript-eslint/parser": "^8.49.0",
9797
"babel-plugin-inferno": "6.8.4",
9898
"cli-table": "^0.3.11",
9999
"concat-stream": "^2.0.0",
@@ -114,18 +114,18 @@
114114
"jest-environment-jsdom": "^30.2.0",
115115
"jest-jasmine2": "^30.2.0",
116116
"jest-silent-reporter": "^0.6.0",
117-
"jsdom": "^27.2.0",
117+
"jsdom": "^27.3.0",
118118
"lerna": "^9",
119119
"minimist": "^1.2.8",
120120
"mobx": "^6.15.0",
121121
"perf-monitor": "^0.6.0",
122-
"prettier": "^3.6.2",
122+
"prettier": "^3.7.4",
123123
"rimraf": "^6",
124124
"rollup": "4.53.3",
125125
"swc-loader": "^0.2.6",
126-
"swc-plugin-inferno": "^2.9.0",
126+
"swc-plugin-inferno": "^2.10.0",
127127
"ts-plugin-inferno": "^6.1.1",
128128
"typescript": "^5.9.3",
129-
"typescript-eslint": "^8.47.0"
129+
"typescript-eslint": "^8.49.0"
130130
}
131131
}

0 commit comments

Comments
 (0)