Skip to content

Commit 621b5cb

Browse files
committed
Build: Update jQuery from 4.0.0-rc.1 to 4.0.0
1 parent c1b6750 commit 621b5cb

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Each jQuery Migrate version supports the same browsers that the jQuery version u
2525
In your web page, load this plugin *after* the script tag for jQuery, for example:
2626

2727
```html
28-
<script src="https://code.jquery.com/jquery-4.0.0-rc.1.js"></script>
28+
<script src="https://code.jquery.com/jquery-4.0.0.js"></script>
2929
<script src="https://code.jquery.com/jquery-migrate-4.0.0-beta.1.js"></script>
3030
```
3131

jtr-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ runs:
66
- git.min
77
- git.slim
88
- git.slim.min
9-
- 4.0.0-rc.1
10-
- 4.0.0-rc.1.slim
9+
- 4.0.0
10+
- 4.0.0.slim
1111
plugin:
1212
- dev
1313
- min

jtr-local.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
- git.min
77
- git.slim
88
- git.slim.min
9-
- 4.0.0-rc.1
10-
- 4.0.0-rc.1.slim
9+
- 4.0.0
10+
- 4.0.0.slim
1111

1212
retries: 1

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"test": "npm run build:all && npm run lint && npm run test:browserless && npm run test:browser && npm run test:esm"
5353
},
5454
"peerDependencies": {
55-
"jquery": ">=4.0.0-beta.2 <5"
55+
"jquery": ">=4 <5"
5656
},
5757
"devDependencies": {
5858
"@rollup/plugin-commonjs": "29.0.0",
@@ -65,7 +65,7 @@
6565
"eslint-plugin-import": "2.32.0",
6666
"globals": "16.5.0",
6767
"husky": "9.1.7",
68-
"jquery": "4.0.0-rc.1",
68+
"jquery": "4.0.0",
6969
"jquery-test-runner": "0.2.8",
7070
"jsdom": "27.2.0",
7171
"native-promise-only": "0.8.1",

test/data/testinit.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@ TestManager.init( {
244244
"git.min",
245245
"git.slim",
246246
"git.slim.min",
247-
"4.0.0-rc.1",
248-
"4.0.0-rc.1.slim"
247+
"4.0.0",
248+
"4.0.0.slim"
249249
]
250250
},
251251
"jquery-migrate": {

0 commit comments

Comments
 (0)