-
Notifications
You must be signed in to change notification settings - Fork 53
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
1 parent
e87f8e0
commit 9d3881a
Showing
40 changed files
with
647 additions
and
630 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,5 +1,11 @@ | ||
# Changelog | ||
|
||
## 3.5.1 | ||
|
||
### Patch Changes | ||
|
||
- f14ebbe23: Add missing deps | ||
|
||
## 3.5.0 | ||
|
||
### Minor Changes | ||
|
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,47 +1,47 @@ | ||
{ | ||
"name": "@talend/bootstrap-sass", | ||
"version": "3.5.0", | ||
"description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.", | ||
"main": "assets/javascripts/bootstrap.js", | ||
"style": "assets/stylesheets/_bootstrap.scss", | ||
"sass": "assets/stylesheets/_bootstrap.scss", | ||
"scripts": { | ||
"build": "echo nothing to build in bootsrap-sass", | ||
"test": "echo nothing to test in bootsrap-sass", | ||
"test:update": "echo nothing to test in bootsrap-sass", | ||
"test:cov": "echo nothing to test in bootsrap-sass" | ||
}, | ||
"files": [ | ||
"assets", | ||
"CHANGELOG.md", | ||
"LICENSE", | ||
"README.md" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/Talend/ui" | ||
}, | ||
"keywords": [ | ||
"bootstrap", | ||
"sass", | ||
"css" | ||
], | ||
"contributors": [ | ||
"Thomas McDonald", | ||
"Tristan Harward", | ||
"Peter Gumeson", | ||
"Gleb Mazovetskiy" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/Talend/ui/issues" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"devDependencies": { | ||
"@talend/eslint-config": "^13.0.0", | ||
"@talend/eslint-plugin": "^1.1.0", | ||
"eslint": "^8.53.0" | ||
} | ||
"name": "@talend/bootstrap-sass", | ||
"version": "3.5.1", | ||
"description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.", | ||
"main": "assets/javascripts/bootstrap.js", | ||
"style": "assets/stylesheets/_bootstrap.scss", | ||
"sass": "assets/stylesheets/_bootstrap.scss", | ||
"scripts": { | ||
"build": "echo nothing to build in bootsrap-sass", | ||
"test": "echo nothing to test in bootsrap-sass", | ||
"test:update": "echo nothing to test in bootsrap-sass", | ||
"test:cov": "echo nothing to test in bootsrap-sass" | ||
}, | ||
"files": [ | ||
"assets", | ||
"CHANGELOG.md", | ||
"LICENSE", | ||
"README.md" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/Talend/ui" | ||
}, | ||
"keywords": [ | ||
"bootstrap", | ||
"sass", | ||
"css" | ||
], | ||
"contributors": [ | ||
"Thomas McDonald", | ||
"Tristan Harward", | ||
"Peter Gumeson", | ||
"Gleb Mazovetskiy" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/Talend/ui/issues" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"devDependencies": { | ||
"@talend/eslint-config": "^13.0.1", | ||
"@talend/eslint-plugin": "^1.1.0", | ||
"eslint": "^8.53.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
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,66 +1,66 @@ | ||
{ | ||
"name": "@talend/dynamic-cdn-webpack-plugin", | ||
"version": "13.0.1", | ||
"description": "Dynamically get your dependencies from a cdn rather than bundling them in your app", | ||
"license": "MIT", | ||
"repository": "Talend/dynamic-cdn-webpack-plugin", | ||
"author": { | ||
"name": "Thomas Sileghem", | ||
"email": "[email protected]", | ||
"url": "https://mastilver.com" | ||
}, | ||
"engines": { | ||
"node": ">=14" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"test": "jest", | ||
"version": "all-contributors generate", | ||
"add-contributor": "all-contributors add" | ||
}, | ||
"files": [ | ||
"index.js", | ||
"src" | ||
], | ||
"keywords": [ | ||
"webpack", | ||
"cdn", | ||
"unpkg.com", | ||
"html-webpack-plugin", | ||
"webpack-manifest-plugin", | ||
"html", | ||
"script", | ||
"assets", | ||
"externals" | ||
], | ||
"dependencies": { | ||
"@talend/module-to-cdn": "^9.10.0", | ||
"read-pkg-up": "^7.0.1", | ||
"semver": "^7.5.4", | ||
"webpack-sources": "^3.2.3" | ||
}, | ||
"peerDependencies": { | ||
"webpack": "^5.89.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/eslint-parser": "^7.23.3", | ||
"all-contributors-cli": "^6.26.1", | ||
"codecov": "^3.8.3", | ||
"eslint": "^8.53.0", | ||
"html-webpack-plugin": "^5.5.3", | ||
"jest": "^29.7.0", | ||
"mz": "^2.7.0", | ||
"rimraf": "^3.0.2", | ||
"webpack": "^5.89.0", | ||
"webpack-cli": "^4.10.0", | ||
"webpack-manifest-plugin": "^5.0.0" | ||
}, | ||
"jest": { | ||
"testMatch": [ | ||
"<rootDir>/src/**/*.test.js", | ||
"<rootDir>/test/**/*.test.js" | ||
] | ||
} | ||
"name": "@talend/dynamic-cdn-webpack-plugin", | ||
"version": "13.1.0", | ||
"description": "Dynamically get your dependencies from a cdn rather than bundling them in your app", | ||
"license": "MIT", | ||
"repository": "Talend/dynamic-cdn-webpack-plugin", | ||
"author": { | ||
"name": "Thomas Sileghem", | ||
"email": "[email protected]", | ||
"url": "https://mastilver.com" | ||
}, | ||
"engines": { | ||
"node": ">=14" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"test": "jest", | ||
"version": "all-contributors generate", | ||
"add-contributor": "all-contributors add" | ||
}, | ||
"files": [ | ||
"index.js", | ||
"src" | ||
], | ||
"keywords": [ | ||
"webpack", | ||
"cdn", | ||
"unpkg.com", | ||
"html-webpack-plugin", | ||
"webpack-manifest-plugin", | ||
"html", | ||
"script", | ||
"assets", | ||
"externals" | ||
], | ||
"dependencies": { | ||
"@talend/module-to-cdn": "^9.10.0", | ||
"read-pkg-up": "^7.0.1", | ||
"semver": "^7.5.4", | ||
"webpack-sources": "^3.2.3" | ||
}, | ||
"peerDependencies": { | ||
"webpack": "^5.89.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/eslint-parser": "^7.23.3", | ||
"all-contributors-cli": "^6.26.1", | ||
"codecov": "^3.8.3", | ||
"eslint": "^8.53.0", | ||
"html-webpack-plugin": "^5.5.3", | ||
"jest": "^29.7.0", | ||
"mz": "^2.7.0", | ||
"rimraf": "^3.0.2", | ||
"webpack": "^5.89.0", | ||
"webpack-cli": "^4.10.0", | ||
"webpack-manifest-plugin": "^5.0.0" | ||
}, | ||
"jest": { | ||
"testMatch": [ | ||
"<rootDir>/src/**/*.test.js", | ||
"<rootDir>/test/**/*.test.js" | ||
] | ||
} | ||
} |
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,5 +1,11 @@ | ||
## [v0.32.5] | ||
|
||
## 2.1.1 | ||
|
||
### Patch Changes | ||
|
||
- f14ebbe23: Fix lint issue | ||
|
||
## 2.1.0 | ||
|
||
### Minor Changes | ||
|
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.