Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update dependencies #105

Merged
merged 2 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions apps/playground/src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@
*
* Learn more in https://angular.io/guide/browser-support
*/

/***************************************************************************************************
* BROWSER POLYFILLS
*/

/**
* By default, zone.js will patch all possible macroTask and DomEvents
* user can disable parts of macroTask/DomEvents patch by setting following flags
Expand All @@ -41,7 +39,6 @@
* (window as any).__Zone_enable_cross_context_check = true;
*
*/

/***************************************************************************************************
* Zone JS is required by default for Angular itself.
*/
Expand Down
6 changes: 1 addition & 5 deletions libs/clipboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
"stache"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/blackbaud/stache.git"
},
"bugs": {
"url": "https://github.com/blackbaud/stache/issues"
},
Expand All @@ -23,6 +19,6 @@
"@skyux/i18n": "^12.0.0-alpha.0"
},
"dependencies": {
"tslib": "^2.6.3"
"tslib": "^2.8.1"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* istanbul ignore file */

/**
* NOTICE: DO NOT MODIFY THIS FILE!
* The contents of this file were automatically generated by
Expand Down
6 changes: 1 addition & 5 deletions libs/code-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
"stache"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/blackbaud/stache.git"
},
"bugs": {
"url": "https://github.com/blackbaud/stache/issues"
},
Expand All @@ -25,6 +21,6 @@
},
"dependencies": {
"prismjs": "1.29.0",
"tslib": "^2.6.3"
"tslib": "^2.8.1"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* istanbul ignore file */

/**
* NOTICE: DO NOT MODIFY THIS FILE!
* The contents of this file were automatically generated by
Expand Down
6 changes: 1 addition & 5 deletions libs/media/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
"stache"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/blackbaud/stache.git"
},
"bugs": {
"url": "https://github.com/blackbaud/stache/issues"
},
Expand All @@ -23,6 +19,6 @@
"@skyux/i18n": "^12.0.0-alpha.0"
},
"dependencies": {
"tslib": "^2.6.3"
"tslib": "^2.8.1"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* istanbul ignore file */

/**
* NOTICE: DO NOT MODIFY THIS FILE!
* The contents of this file were automatically generated by
Expand Down
6 changes: 1 addition & 5 deletions libs/stache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
"stache"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/blackbaud/stache.git"
},
"bugs": {
"url": "https://github.com/blackbaud/stache/issues"
},
Expand Down Expand Up @@ -43,6 +39,6 @@
},
"dependencies": {
"lodash.get": "4.4.2",
"tslib": "^2.6.3"
"tslib": "^2.8.1"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* istanbul ignore file */

/**
* NOTICE: DO NOT MODIFY THIS FILE!
* The contents of this file were automatically generated by
Expand Down
Loading
Loading