Skip to content

Commit d6760fb

Browse files
committed
feat: add new sponsor: scrubtheweb. Run Prettier
1 parent 3cc7aa0 commit d6760fb

File tree

5 files changed

+434
-406
lines changed

5 files changed

+434
-406
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ This library is a runtime dependency, but you need to transform your code with t
4444

4545
## Backers
4646

47-
| <a href="https://usebubbles.com"><img alt="Bubbles" src="https://uploads-ssl.webflow.com/5d682047c28b217055606673/5e5360be16879c1d0dca6514_icon-thin-128x128%402x.png" height="70" /></a> | <a href="https://github.com/cblanc"><img alt="Christopher Blanchard" src="https://avatars0.githubusercontent.com/u/2160685?s=400&v=4" height="70" /></a> | <a href="https://github.com/ideal-postcodes"><img alt="Ideal Postcodes" src="https://avatars.githubusercontent.com/u/4996310?s=200&v=4" height="70" /></a> | <a href="https://www.xerox.com"><img alt="Xerox" src="https://avatars.githubusercontent.com/u/9158512?s=200&v=4" height="70" /></a> | <a href="https://changelog.me"><img alt="Trent Raymond" src="https://avatars.githubusercontent.com/u/1509616?v=4" height="70" /></a> |
48-
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
49-
| [Bubbles](https://usebubbles.com)<br><strong>Twitter</strong>: [@usebubbles](https://twitter.com/usebubbles) | [Christopher Blanchard](https://github.com/cblanc) | [Ideal Postcodes](https://github.com/ideal-postcodes) | [Xerox](https://www.xerox.com) | [Trent Raymond](https://changelog.me) |
47+
| <a href="https://usebubbles.com"><img alt="Bubbles" src="https://uploads-ssl.webflow.com/5d682047c28b217055606673/5e5360be16879c1d0dca6514_icon-thin-128x128%402x.png" height="70" /></a> | <a href="https://github.com/cblanc"><img alt="Christopher Blanchard" src="https://avatars0.githubusercontent.com/u/2160685?s=400&v=4" height="70" /></a> | <a href="https://github.com/ideal-postcodes"><img alt="Ideal Postcodes" src="https://avatars.githubusercontent.com/u/4996310?s=200&v=4" height="70" /></a> | <a href="https://www.xerox.com"><img alt="Xerox" src="https://avatars.githubusercontent.com/u/9158512?s=200&v=4" height="70" /></a> | <a href="https://changelog.me"><img alt="Trent Raymond" src="https://avatars.githubusercontent.com/u/1509616?v=4" height="70" /></a> | <a href="https://scrubtheweb.com"><img alt="scrubtheweb" src="https://avatars.githubusercontent.com/u/41668218?v=4" height="70" /></a> |
48+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
49+
| [Bubbles](https://usebubbles.com)<br><strong>Twitter</strong>: [@usebubbles](https://twitter.com/usebubbles) | [Christopher Blanchard](https://github.com/cblanc) | [Ideal Postcodes](https://github.com/ideal-postcodes) | [Xerox](https://www.xerox.com) | [Trent Raymond](https://changelog.me) | [scrubtheweb](https://scrubtheweb.com) |
5050

5151
### Patreon
5252

@@ -119,7 +119,7 @@ To register services, simply instantiate a new service container and add service
119119
Here's several examples of how you may do that:
120120

121121
```typescript
122-
import { DIContainer } from "@wessberg/di";
122+
import {DIContainer} from "@wessberg/di";
123123

124124
// Instantiate a new container for services
125125
const container = new DIContainer();

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,26 +33,26 @@
3333
"transient"
3434
],
3535
"devDependencies": {
36-
"@typescript-eslint/eslint-plugin": "^5.18.0",
37-
"@typescript-eslint/parser": "^5.18.0",
38-
"@wessberg/ts-config": "^2.0.0",
39-
"rollup-plugin-ts": "^2.0.5",
40-
"typescript": "4.6.3",
41-
"tslib": "^2.3.1",
42-
"npm-check-updates": "^12.5.8",
36+
"@typescript-eslint/eslint-plugin": "^5.26.0",
37+
"@typescript-eslint/parser": "^5.26.0",
38+
"@wessberg/ts-config": "^2.0.2",
39+
"rollup-plugin-ts": "^2.0.7",
40+
"typescript": "4.6.4",
41+
"tslib": "^2.4.0",
42+
"npm-check-updates": "^13.0.3",
4343
"sandhog": "^1.0.43",
4444
"standard-changelog": "^2.0.27",
45-
"eslint": "^8.12.0",
45+
"eslint": "^8.16.0",
4646
"eslint-config-prettier": "^8.5.0",
4747
"eslint-plugin-import": "^2.26.0",
48-
"eslint-plugin-jsdoc": "^38.1.6",
49-
"husky": "^7.0.4",
48+
"eslint-plugin-jsdoc": "^39.3.1",
49+
"husky": "^8.0.1",
5050
"np": "^7.6.1",
51-
"pnpm": "^6.32.4",
51+
"pnpm": "^7.1.5",
5252
"prettier": "^2.6.2",
5353
"pretty-quick": "^3.1.3",
5454
"rimraf": "^3.0.2",
55-
"rollup": "^2.70.1"
55+
"rollup": "^2.74.1"
5656
},
5757
"dependencies": {},
5858
"main": "./dist/cjs/index.js",

0 commit comments

Comments
 (0)