-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
47 changed files
with
383 additions
and
383 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@swissquote/color-fns", | ||
"version": "1.26.0", | ||
"version": "1.27.0", | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,57 @@ | ||
{ | ||
"name": "@swissquote/gulp-babel", | ||
"private": true, | ||
"version": "1.26.0", | ||
"description": "Use next generation JavaScript, today", | ||
"license": "MIT", | ||
"repository": "babel/gulp-babel", | ||
"author": "Sindre Sorhus <[email protected]> (sindresorhus.com)", | ||
"contributors": [ | ||
"Charles Samborski <[email protected]> (demurgos.net)" | ||
], | ||
"engines": { | ||
"node": ">=6" | ||
}, | ||
"scripts": { | ||
"lint": "node ../../packages/crafty-preset-eslint/src/commands/jsLint.js --preset recommended --preset node '*.js'", | ||
"test": "ava 'test.js'", | ||
"test:ci": "c8 --clean --reporter=text --reporter=lcov --reporter=html --include=index.js ava 'test.js'" | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"keywords": [ | ||
"gulpplugin", | ||
"babel", | ||
"transpiler", | ||
"es2015", | ||
"es2016", | ||
"es2017", | ||
"rewriting", | ||
"transformation", | ||
"syntax", | ||
"codegen", | ||
"desugaring", | ||
"javascript", | ||
"compiler" | ||
], | ||
"dependencies": { | ||
"plugin-error": "2.0.1", | ||
"replace-ext": "2.0.0", | ||
"vinyl-sourcemaps-apply": "0.2.1" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^7.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.25.2", | ||
"@babel/plugin-transform-arrow-functions": "7.24.7", | ||
"@babel/plugin-transform-block-scoping": "7.25.0", | ||
"@babel/plugin-transform-classes": "7.25.4", | ||
"ava": "6.1.3", | ||
"c8": "10.1.2", | ||
"vinyl": "3.0.0", | ||
"vinyl-fs": "4.0.0", | ||
"vinyl-sourcemap": "2.0.0" | ||
} | ||
"name": "@swissquote/gulp-babel", | ||
"private": true, | ||
"version": "1.27.0", | ||
"description": "Use next generation JavaScript, today", | ||
"license": "MIT", | ||
"repository": "babel/gulp-babel", | ||
"author": "Sindre Sorhus <[email protected]> (sindresorhus.com)", | ||
"contributors": [ | ||
"Charles Samborski <[email protected]> (demurgos.net)" | ||
], | ||
"engines": { | ||
"node": ">=6" | ||
}, | ||
"scripts": { | ||
"lint": "node ../../packages/crafty-preset-eslint/src/commands/jsLint.js --preset recommended --preset node '*.js'", | ||
"test": "ava 'test.js'", | ||
"test:ci": "c8 --clean --reporter=text --reporter=lcov --reporter=html --include=index.js ava 'test.js'" | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"keywords": [ | ||
"gulpplugin", | ||
"babel", | ||
"transpiler", | ||
"es2015", | ||
"es2016", | ||
"es2017", | ||
"rewriting", | ||
"transformation", | ||
"syntax", | ||
"codegen", | ||
"desugaring", | ||
"javascript", | ||
"compiler" | ||
], | ||
"dependencies": { | ||
"plugin-error": "2.0.1", | ||
"replace-ext": "2.0.0", | ||
"vinyl-sourcemaps-apply": "0.2.1" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^7.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.25.2", | ||
"@babel/plugin-transform-arrow-functions": "7.24.7", | ||
"@babel/plugin-transform-block-scoping": "7.25.0", | ||
"@babel/plugin-transform-classes": "7.25.4", | ||
"ava": "6.1.3", | ||
"c8": "10.1.2", | ||
"vinyl": "3.0.0", | ||
"vinyl-fs": "4.0.0", | ||
"vinyl-sourcemap": "2.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@swissquote/gulp-concat", | ||
"description": "Concatenates files", | ||
"version": "1.26.0", | ||
"version": "1.27.0", | ||
"repository": "gulp-community/gulp-concat", | ||
"private": true, | ||
"author": "Contra <[email protected]> (http://contra.io/)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@swissquote/postcss-color-mod-function", | ||
"version": "1.26.0", | ||
"version": "1.27.0", | ||
"description": "Modify colors using the color-mod() function in CSS", | ||
"author": "Jonathan Neal <[email protected]>", | ||
"license": "CC0-1.0", | ||
|
@@ -24,7 +24,7 @@ | |
"node": ">=18" | ||
}, | ||
"dependencies": { | ||
"@swissquote/color-fns": "1.26.0", | ||
"@swissquote/color-fns": "1.27.0", | ||
"postcss-values-parser": "6.0.2" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@swissquote/postcss-custom-properties", | ||
"version": "1.26.0", | ||
"version": "1.27.0", | ||
"description": "Use Custom Properties Queries in CSS", | ||
"author": "Jonathan Neal <[email protected]>", | ||
"contributors": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.