Skip to content

Commit 3c355d0

Browse files
committed
Fix all NPM versions to get reliable builds.
1 parent 18326d5 commit 3c355d0

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
22
"name": "bootstrap5-api",
3-
"version": "5.2.3",
3+
"version": "5.3.0",
44
"description": "Bootstrap 5 Jenkins Plugin",
55
"directories": {
66
"doc": "doc"
77
},
88
"dependencies": {
9-
"@popperjs/core": "^2.11.6",
10-
"bootstrap": "^5.2.3",
11-
"autoprefixer": "^10.4.14",
12-
"cross-env": "^7.0.3",
13-
"rtlcss": "^4.0.0",
14-
"npm-run-all": "^4.1.5",
15-
"postcss": "^8.4.21",
16-
"postcss-cli": "^10.1.0",
17-
"remark-cli": "^11.0.0",
18-
"remark-lint": "^9.1.1",
19-
"remark-preset-lint-recommended": "^6.1.2"
9+
"bootstrap": "5.3.0",
10+
"@popperjs/core": "2.11.8"
2011
},
2112
"devDependencies": {
22-
"node-sass": "^9.0.0"
13+
"autoprefixer": "10.4.14",
14+
"cross-env": "7.0.3",
15+
"rtlcss": "4.1.0",
16+
"node-sass": "9.0.0",
17+
"npm-run-all": "4.1.5",
18+
"postcss": "8.4.24",
19+
"postcss-cli": "10.1.0",
20+
"remark-cli": "11.0.0",
21+
"remark-lint": "9.1.2",
22+
"remark-preset-lint-recommended": "6.1.3"
2323
},
2424
"scripts": {
2525
"full-build": "npm-run-all node-sass-build build css-rtl css-prefix",

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<description>Provides Bootstrap 5 for Jenkins plugins.</description>
2020

2121
<properties>
22-
<revision>5.2.3-2</revision>
22+
<revision>5.3.0-1</revision>
2323
<changelist>-SNAPSHOT</changelist>
2424
<module.name>${project.groupId}.bootstrap5</module.name>
2525

0 commit comments

Comments
 (0)