Skip to content

Commit

Permalink
Updated dependencies, swc-plugin, babel-plugin, ts-plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Havunen committed Aug 31, 2024
1 parent 0279f57 commit 8e22c8a
Show file tree
Hide file tree
Showing 30 changed files with 35,942 additions and 1,420 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-unsafe-argument": "off",
"@typescript-eslint/non-nullable-type-assertion-style": "off",
"@typescript-eslint/ban-types": "off",
"no-void": "off",
"no-labels": "off"
}
Expand Down
2 changes: 1 addition & 1 deletion browser/inferno.babel.umd.6.6.0.min.js

Large diffs are not rendered by default.

613 changes: 330 additions & 283 deletions fixtures/browser/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions fixtures/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@
"author": "",
"license": "MIT",
"dependencies": {
"@babel/core": "7.24.8",
"@babel/preset-env": "7.24.8",
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.4",
"babel-loader": "^9.1.3",
"build-time-reporter-webpack-plugin": "^1.4.3",
"jasmine-core": "^5.1.2",
"karma": "^6.4.3",
"jasmine-core": "^5.2.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-detect-browsers": "^2.3.3",
"karma-firefox-launcher": "^2.1.3",
"karma-jasmine": "^5.1.0",
"havunen-karma-sauce-launcher2": "^5.0.7",
"karma-webpack": "5.0.1",
"output-compile-time-webpack-plugin": "^1.0.5",
"saucelabs": "7.5.0",
"saucelabs": "8.0.0",
"ts-loader": "^9.5.1",
"webpack": "^5.93.0"
"webpack": "^5.94.0"
}
}
Loading

0 comments on commit 8e22c8a

Please sign in to comment.