Skip to content

Commit

Permalink
chore(*): up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Heymdall committed Oct 10, 2024
1 parent 8218cba commit c341677
Show file tree
Hide file tree
Showing 3 changed files with 347 additions and 65 deletions.
16 changes: 8 additions & 8 deletions packages/arui-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"autoprefixer": "^10.3.16",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "28.1.3",
"babel-loader": "9.1.3",
"babel-loader": "9.2.1",
"babel-plugin-istanbul": "^7.0.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"case-sensitive-paths-webpack-plugin": "2.4.0",
Expand Down Expand Up @@ -102,10 +102,10 @@
"ts-loader": "9.4.4",
"ts-node": "9.1.1",
"tsconfig-paths-webpack-plugin": "3.5.1",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "4.9.0",
"webpack": "^5.95.0",
"webpack-bundle-analyzer": "4.10.2",
"webpack-deduplication-plugin": "^0.0.8",
"webpack-dev-server": "4.15.1",
"webpack-dev-server": "4.15.2",
"webpack-manifest-plugin": "3.2.0",
"webpack-node-externals": "3.0.0"
},
Expand All @@ -122,17 +122,17 @@
"@types/shelljs": "^0.8.12",
"@types/start-server-webpack-plugin": "2.2.2",
"@types/tar": "^4.0.5",
"@types/webpack": "^5.28.1",
"@types/webpack-bundle-analyzer": "4.6.0",
"@types/webpack": "^5.28.5",
"@types/webpack-bundle-analyzer": "4.7.0",
"@types/webpack-dev-server": "^4.7.1",
"@types/webpack-manifest-plugin": "3.0.5",
"@types/webpack-node-externals": "^3.0.0",
"eslint": "^8.20.0",
"eslint-config-custom": "file:../eslint-config-custom",
"eslint-config-custom": "workspace:*",
"prettier": "^2.7.1",
"stylelint": "^14.9.1",
"type-fest": "2.19.0",
"typescript": "4.9.5"
"typescript": "5.6.3"
},
"optionalDependencies": {
"brotli-size": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/arui-scripts/src/commands/bundle-analyze/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import makeTmpDir from '../util/make-tmp-dir';
generateStatsFile: true,
statsFilename: configs.statsOutputPath,
analyzerPort: 'auto',
}),
}) as unknown as webpack.WebpackPluginInstance, // webpack-bundle-analyzer has incorrect types
];
webpackConfig.output = {
...webpackConfig.output,
Expand Down
Loading

0 comments on commit c341677

Please sign in to comment.