Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Dec 19, 2024
1 parent 61999ff commit 1523ee2
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions cli-bundler/aurelia_project/tasks/copy-files.ext
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// @if babel
import gulp from 'gulp';
import path from 'path';
import minimatch from 'minimatch';
import { minimatch } from 'minimatch';
import project from '../aurelia.json';
// @endif
// @if typescript
import * as gulp from 'gulp';
import * as path from 'path';
import * as minimatch from 'minimatch';
import { minimatch } from 'minimatch';
import * as project from '../aurelia.json';
// @endif

Expand Down
2 changes: 1 addition & 1 deletion cli-bundler/aurelia_project/tasks/dev-server.ext
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import enableDestroy from 'server-destroy';
// @endif
// @if typescript
import * as connect from 'connect';
import * as _open from 'open';
import _open from 'open';
import * as serveStatic from 'serve-static';
import * as http from 'http';
import * as _https from 'https';
Expand Down
4 changes: 2 additions & 2 deletions cli-bundler/aurelia_project/tasks/watch.ext
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// @if babel
import gulp from 'gulp';
import minimatch from 'minimatch';
import { minimatch } from 'minimatch';
import gulpWatch from 'gulp-watch';
import debounce from 'debounce';
import project from '../aurelia.json';
// @endif
// @if typescript
import * as gulp from 'gulp';
import * as minimatch from 'minimatch';
import { minimatch } from 'minimatch';
import * as gulpWatch from 'gulp-watch';
import * as debounce from 'debounce';
import * as project from '../aurelia.json';
Expand Down
8 changes: 4 additions & 4 deletions cli-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

// @if postcss
"gulp-postcss": "^10.0.0",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"postcss-url": "^10.1.3",
Expand All @@ -48,11 +48,11 @@
"connect-history-api-fallback": "^2.0.0",
"connect-injector": "^0.4.4",
"serve-static": "^1.16.2",
"socket.io": "^4.8.0",
"open": "^8.4.0",
"socket.io": "^4.8.1",
"open": "^8.4.2",
"server-destroy": "^1.0.1",

"debounce": "^1.2.1",
"debounce": "^2.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-watch": "^5.0.1",
Expand Down
22 changes: 11 additions & 11 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
},
// @endif
"devDependencies": {
"eslint": "^9.13.0",
"globals": "^15.10.0",
"aurelia-cli": "^3.0.3",
"eslint": "^9.17.0",
"globals": "^15.14.0",
"aurelia-cli": "^3.0.4",
"aurelia-testing": "^1.1.0",
"gulp": "^4.0.2",
"gulp-eslint-new": "^2.3.0",
"minimatch": "^5.1.2",
"gulp-eslint-new": "^2.4.0",
"minimatch": "^10.0.1",
"promise-polyfill": "^8.3.0",

// @if plugin
Expand All @@ -32,17 +32,17 @@
"@babel/eslint-parser": "^7.25.9",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.25.9",
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.26.0",
"@babel/core": "^7.26.0",
"@babel/register": "^7.25.9",
"regenerator-runtime": "^0.14.1",
// @endif

// @if typescript
"typescript": "^5.6.3",
"tslib": "^2.8.0",
"@types/node": "^22.7.9",
"typescript-eslint": "^8.8.1",
"typescript": "^5.7.2",
"tslib": "^2.8.1",
"@types/node": "^22.10.2",
"typescript-eslint": "^8.18.1",
// @endif
},
// @if postcss || babel
Expand Down
4 changes: 2 additions & 2 deletions karma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"jasmine-core": "^5.4.0",
"jasmine-core": "^5.5.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-jasmine": "^5.1.0",
Expand All @@ -12,7 +12,7 @@

// @if typescript
"karma-typescript-preprocessor": "^0.4.0",
"@types/jasmine": "^5.1.4",
"@types/jasmine": "^5.1.5",
// @endif
},

Expand Down
2 changes: 1 addition & 1 deletion playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"@playwright/test": "^1.48.1",
"@playwright/test": "^1.49.1",
},
"scripts": {
"e2e": "playwright test"
Expand Down
14 changes: 7 additions & 7 deletions webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@

// @if less
"less-loader": "^12.2.0",
"less": "^4.2.0",
"less": "^4.2.1",
// @endif

// @if postcss
"postcss-loader": "^8.1.1",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
// @endif

// @if sass
"sass-loader": "^16.0.2",
"sass": "^1.80.4",
"sass-loader": "^16.0.4",
"sass": "^1.83.0",
// @endif

// @if stylus
Expand All @@ -38,13 +38,13 @@

"html-webpack-plugin": "^5.6.3",
"copy-webpack-plugin": "^12.0.2",
"mini-css-extract-plugin": "^2.9.1",
"mini-css-extract-plugin": "^2.9.2",
"aurelia-webpack-plugin": "^5.0.6",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"clean-webpack-plugin": "^4.0.0",
"webpack": "^5.95.0",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"webpack-dev-server": "^5.2.0",
"expose-loader": "^5.0.0",
"style-loader": "^4.0.0",
"css-loader": "^7.1.2",
Expand Down

0 comments on commit 1523ee2

Please sign in to comment.