@types/jquery 3.5.15 → 3.5.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
jquery/JQueryStatic.d.ts CHANGED
@@ -194,7 +194,7 @@ jQuery(function( $ ) {
194
194
  ```
195
195
  */
196
196
  /* eslint-disable no-unnecessary-generics */
197
- // tslint-disable-next-line:unified-signatures
197
+ // tslint:disable-next-line:unified-signatures
198
198
  <TElement = HTMLElement>(callback: ((this: Document, $: JQueryStatic) => void)): JQuery<TElement>;
199
199
  /* eslint-enable no-unnecessary-generics */
200
200
  /**
jquery/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for jquery (https://jquery.com).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Fri, 30 Dec 2022 23:03:40 GMT
11
+ * Last updated: Sat, 31 Dec 2022 10:02:59 GMT
12
12
  * Dependencies: [@types/sizzle](https://npmjs.com/package/@types/sizzle)
13
13
  * Global values: `$`, `Symbol`, `jQuery`
14
14
 
jquery/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/jquery",
3
- "version": "3.5.15",
3
+ "version": "3.5.16",
4
4
  "description": "TypeScript definitions for jquery",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery",
6
6
  "license": "MIT",
@@ -127,6 +127,6 @@
127
127
  "dependencies": {
128
128
  "@types/sizzle": "*"
129
129
  },
130
- "typesPublisherContentHash": "11aaefcc1bb237bc3ded3f093d85f38a56eccf6b430c27f1c8ab53d578efcaf4",
130
+ "typesPublisherContentHash": "7923f2efc7a0ecc41cc3b3587756b1fa3918d741e8e8782f9988e908d19a0b66",
131
131
  "typeScriptVersion": "4.2"
132
132
  }