Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
onigoetz committed Feb 1, 2024
1 parent f72ef53 commit 1178045
Show file tree
Hide file tree
Showing 57 changed files with 803 additions and 911 deletions.
2 changes: 1 addition & 1 deletion examples/maven/src/main/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-loadable": "5.5.0",
"react-tabs": "6.0.2",
"serve": "14.2.1",
"webpack": "5.89.0"
"webpack": "5.90.1"
},
"devDependencies": {
"@swissquote/crafty": "1.24.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-loadable": "5.5.0",
"react-tabs": "6.0.2",
"serve": "14.2.1",
"webpack": "5.89.0"
"webpack": "5.90.1"
},
"devDependencies": {
"@swissquote/crafty": "1.24.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-loadable": "5.5.0",
"react-tabs": "6.0.2",
"serve": "14.2.1",
"webpack": "5.89.0"
"webpack": "5.90.1"
},
"devDependencies": {
"@swissquote/crafty": "1.24.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/react-dom": "^18.0.0",
"react-tabs": "6.0.2",
"serve": "14.2.1",
"webpack": "5.89.0"
"webpack": "5.90.1"
},
"devDependencies": {
"@swissquote/crafty": "1.24.0",
Expand Down
6 changes: 3 additions & 3 deletions package-forks/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
},
"dependencies": {
"glob": "8.1.0",
"image-size": "1.0.2",
"image-size": "1.1.1",
"mrmime": "2.0.0"
},
"devDependencies": {
"ava": "6.0.1",
"c8": "8.0.1",
"ava": "6.1.1",
"c8": "9.1.0",
"sinon": "17.0.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion package-forks/assets/test/size.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ test("invalid file", async t => {
} catch (err) {
const absolutePath = path.resolve("test/fixtures/invalid.jpg");
t.truthy(err instanceof Error);
t.is(err.message, `Corrupt JPG, exceeded buffer limits: ${absolutePath}`);
t.is(err.message, `Invalid JPG, no size found: ${absolutePath}`);
}
});

Expand Down
4 changes: 2 additions & 2 deletions package-forks/gulp-newer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
},
"devDependencies": {
"@swissquote/crafty-runner-gulp": "1.24.0",
"ava": "6.0.1",
"c8": "8.0.1",
"ava": "6.1.1",
"c8": "9.1.0",
"mock-fs": "5.2.0",
"vinyl": "3.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions package-forks/gulp-plumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
},
"devDependencies": {
"@swissquote/crafty-runner-gulp": "1.24.0",
"ava": "6.0.1",
"c8": "8.0.1",
"ava": "6.1.1",
"c8": "9.1.0",
"event-stream": "4.0.1",
"streamx": "2.15.6",
"through": "2.3.8"
Expand Down
6 changes: 3 additions & 3 deletions package-forks/postcss-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"postcss-functions": "4.0.2"
},
"devDependencies": {
"ava": "6.0.1",
"c8": "8.0.1",
"postcss": "8.4.32"
"ava": "6.1.1",
"c8": "9.1.0",
"postcss": "8.4.33"
},
"peerDependencies": {
"postcss": "^8.0.0"
Expand Down
2 changes: 1 addition & 1 deletion package-forks/postcss-assets/test/assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ test("throws when trying to measure an invalid file", (t) =>
(err) => {
const absolutePath = path.resolve("test/fixtures/images/invalid.jpg");
t.truthy(err instanceof Error);
t.is(err.message, `Corrupt JPG, exceeded buffer limits: ${absolutePath}`);
t.is(err.message, `Invalid JPG, no size found: ${absolutePath}`);
}
));

Expand Down
6 changes: 3 additions & 3 deletions package-forks/postcss-atroot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"node": ">=18"
},
"devDependencies": {
"ava": "6.0.1",
"c8": "8.0.1",
"postcss": "8.4.32"
"ava": "6.1.1",
"c8": "9.1.0",
"postcss": "8.4.33"
},
"peerDependencies": {
"postcss": "^8.0.0"
Expand Down
6 changes: 3 additions & 3 deletions package-forks/postcss-color-gray/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"postcss": "^8.0.0"
},
"devDependencies": {
"ava": "6.0.1",
"c8": "8.0.1",
"postcss": "8.4.32"
"ava": "6.1.1",
"c8": "9.1.0",
"postcss": "8.4.33"
}
}
6 changes: 3 additions & 3 deletions package-forks/postcss-color-hwb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"units-css": "0.4.0"
},
"devDependencies": {
"ava": "6.0.1",
"c8": "8.0.1",
"postcss": "8.4.32"
"ava": "6.1.1",
"c8": "9.1.0",
"postcss": "8.4.33"
},
"peerDependencies": {
"postcss": "^8.0.0"
Expand Down
6 changes: 3 additions & 3 deletions package-forks/postcss-color-mod-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"postcss-values-parser": "6.0.2"
},
"devDependencies": {
"ava": "6.0.1",
"c8": "8.0.1",
"postcss": "8.4.32"
"ava": "6.1.1",
"c8": "9.1.0",
"postcss": "8.4.33"
},
"peerDependencies": {
"postcss": "^8.0.0"
Expand Down
6 changes: 3 additions & 3 deletions package-forks/postcss-custom-properties/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"postcss": "^8.0.0"
},
"devDependencies": {
"ava": "6.0.1",
"c8": "8.0.1",
"postcss": "8.4.32"
"ava": "6.1.1",
"c8": "9.1.0",
"postcss": "8.4.33"
},
"keywords": [
"postcss",
Expand Down
6 changes: 3 additions & 3 deletions package-forks/postcss-image-set-polyfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"postcss-value-parser": "4.2.0"
},
"devDependencies": {
"ava": "6.0.1",
"c8": "8.0.1",
"postcss": "8.4.32"
"ava": "6.1.1",
"c8": "9.1.0",
"postcss": "8.4.33"
},
"peerDependencies": {
"postcss": "^8.0.0"
Expand Down
6 changes: 3 additions & 3 deletions package-forks/postcss-selector-matches/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"balanced-match": "2.0.0"
},
"devDependencies": {
"ava": "6.0.1",
"c8": "8.0.1",
"postcss": "8.4.32"
"ava": "6.1.1",
"c8": "9.1.0",
"postcss": "8.4.33"
},
"scripts": {
"lint": "node ../../packages/crafty-preset-eslint/src/commands/jsLint.js --preset recommended --preset node src",
Expand Down
4 changes: 2 additions & 2 deletions package-forks/undertaker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"undertaker-registry": "2.0.0"
},
"devDependencies": {
"ava": "6.0.1",
"c8": "8.0.1",
"ava": "6.1.1",
"c8": "9.1.0",
"del": "6.1.1",
"once": "1.4.0",
"streamx": "2.15.6",
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-preset-swissquote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"build": "node ../../utils/build.mjs"
},
"dependencies": {
"@babel/core": "7.23.7",
"@babel/runtime": "7.23.7",
"@babel/core": "7.23.9",
"@babel/runtime": "7.23.9",
"@swissquote/crafty-commons": "1.24.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "7.23.7",
"@babel/preset-env": "7.23.7",
"@babel/plugin-transform-runtime": "7.23.9",
"@babel/preset-env": "7.23.9",
"@babel/preset-react": "7.23.3",
"babel-plugin-istanbul": "6.1.1",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
Expand Down
6 changes: 3 additions & 3 deletions packages/crafty-commons-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"build": "node ../../utils/build.mjs"
},
"dependencies": {
"@swc/core": "1.3.101",
"@swc/core": "1.3.107",
"@swc/helpers": "0.5.3",
"@swissquote/crafty-commons": "1.24.0",
"@swissquote/crafty-commons-gulp": "1.24.0",
"@swissquote/crafty-commons-webpack": "1.24.0"
},
"devDependencies": {
"@swc/jest": "0.2.29",
"swc-loader": "0.2.3"
"@swc/jest": "0.2.34",
"swc-loader": "0.2.4"
},
"engines": {
"node": ">=18"
Expand Down
4 changes: 2 additions & 2 deletions packages/crafty-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"build": "node ../../utils/build.mjs"
},
"dependencies": {
"caniuse-lite": "^1.0.30001570"
"caniuse-lite": "^1.0.30001582"
},
"devDependencies": {
"ansi-colors": "^4.0.0",
"browserslist": "4.22.2",
"browserslist": "4.22.3",
"colorize-template": "1.0.0",
"debug": "4.3.4",
"fancy-log": "2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/crafty-preset-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"build": "node ../../utils/build.mjs"
},
"dependencies": {
"@babel/core": "7.23.7",
"@babel/core": "7.23.9",
"@babel/helper-module-imports": "7.22.15",
"@babel/runtime": "7.23.7",
"@babel/runtime": "7.23.9",
"@swissquote/babel-preset-swissquote": "1.24.0",
"@swissquote/crafty-commons-gulp": "1.24.0",
"@swissquote/crafty-commons-webpack": "1.24.0",
Expand Down
81 changes: 0 additions & 81 deletions packages/crafty-preset-images/build.config.js

This file was deleted.

12 changes: 3 additions & 9 deletions packages/crafty-preset-images/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,20 @@
"repository": "https://github.com/swissquote/crafty.git",
"description": "Compress images with Crafty",
"license": "Apache-2.0",
"main": "dist/compiled/index.js",
"main": "src/index.js",
"type": "module",
"scripts": {
"build": "node ../../utils/build.mjs",
"lint": "node ../crafty-preset-eslint/src/commands/jsLint.js --preset recommended --preset node src"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"dependencies": {
"@onigoetz/resquoosh": "1.1.0",
"@swissquote/crafty": "1.24.0",
"@swissquote/crafty-commons": "1.24.0",
"@swissquote/crafty-commons-gulp": "1.24.0"
},
"optionalDependencies": {
"fsevents": "~2.3.3"
},
"devDependencies": {
"@onigoetz/resquoosh": "1.1.0",
"@swissquote/crafty-commons-gulp": "1.24.0",
"gulp-svgmin": "4.1.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/crafty-preset-images/src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import path from "path";

import imagemin from "./gulp-imagemin.js";
import newer from "gulp-newer";
import newer from "@swissquote/crafty-commons-gulp/packages/gulp-newer.js";
import svgmin from "gulp-svgmin";

export default {
Expand Down
2 changes: 1 addition & 1 deletion packages/crafty-preset-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": "node ../crafty-preset-eslint/src/commands/jsLint.js --preset recommended --preset node src"
},
"dependencies": {
"@babel/core": "7.23.7",
"@babel/core": "7.23.9",
"@babel/plugin-transform-modules-commonjs": "7.23.3",
"@swissquote/crafty": "1.24.0",
"jest-cli": "29.7.0",
Expand Down
Loading

0 comments on commit 1178045

Please sign in to comment.