Skip to content

Commit cee026a

Browse files
committed
Update a few frontend dependencies
1 parent 17706c6 commit cee026a

File tree

4 files changed

+234
-295
lines changed

4 files changed

+234
-295
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ updates:
1313
directory: "/"
1414
schedule:
1515
interval: "weekly"
16+
- package-ecosystem: "yarn"
17+
directory: "/"
18+
schedule:
19+
interval: "weekly"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction
44

5-
A key component of the Pipeline plugin suite, this provides the standard execution engine for Pipeline steps, based on a custom [Groovy](http://www.groovy-lang.org/) interpreter that runs inside the Jenkins controller process.
5+
A key component of the Pipeline plugin suite, this provides the standard execution engine for Pipeline steps, based on a custom [Groovy](https://www.groovy-lang.org/) interpreter that runs inside the Jenkins controller process.
66

77
(In principle other execution engines could be supported, with `FlowDefinition` being the API entry point, but none has been prototyped and it would likely be a very substantial effort to write one.)
88

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/jenkinsci/workflow-plugin/tree/master/cps"
17+
"url": "https://github.com/jenkinsci/workflow-cps-plugin"
1818
},
1919
"readme": "../README.md",
2020
"devDependencies": {
21-
"@babel/cli": "^7.18.10",
22-
"@babel/core": "^7.18.10",
23-
"@babel/preset-env": "^7.18.10",
24-
"autoprefixer": "^10.0.1",
25-
"babel-loader": "^8.1.0",
26-
"clean-webpack-plugin": "^3.0.0",
21+
"@babel/cli": "^7.19.3",
22+
"@babel/core": "^7.19.3",
23+
"@babel/preset-env": "^7.19.3",
24+
"autoprefixer": "^10.4.13",
25+
"babel-loader": "^9.0.1",
26+
"clean-webpack-plugin": "^4.0.0",
2727
"css-loader": "^5.0.0",
2828
"eslint": "^7.12.1",
29-
"eslint-plugin-only-warn": "^1.0.2",
29+
"eslint-plugin-only-warn": "^1.0.3",
3030
"less": "^3.12.2",
3131
"less-loader": "^7.0.2",
3232
"mini-css-extract-plugin": "^1.2.1",
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"jenkins-js-modules": "1.3.0",
43-
"jquery": "^3.5.1",
43+
"jquery": "^3.6.1",
4444
"jquery-ui": "^1.13.2",
4545
"raf": "^3.4.1"
4646
},

0 commit comments

Comments
 (0)