Skip to content

Commit

Permalink
Merge pull request #219 from jenkinsci/5.3.0
Browse files Browse the repository at this point in the history
Fix all NPM versions to get reliable builds
  • Loading branch information
uhafner authored Jun 1, 2023
2 parents 18326d5 + 3c355d0 commit a9178c4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "bootstrap5-api",
"version": "5.2.3",
"version": "5.3.0",
"description": "Bootstrap 5 Jenkins Plugin",
"directories": {
"doc": "doc"
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.2.3",
"autoprefixer": "^10.4.14",
"cross-env": "^7.0.3",
"rtlcss": "^4.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
"remark-cli": "^11.0.0",
"remark-lint": "^9.1.1",
"remark-preset-lint-recommended": "^6.1.2"
"bootstrap": "5.3.0",
"@popperjs/core": "2.11.8"
},
"devDependencies": {
"node-sass": "^9.0.0"
"autoprefixer": "10.4.14",
"cross-env": "7.0.3",
"rtlcss": "4.1.0",
"node-sass": "9.0.0",
"npm-run-all": "4.1.5",
"postcss": "8.4.24",
"postcss-cli": "10.1.0",
"remark-cli": "11.0.0",
"remark-lint": "9.1.2",
"remark-preset-lint-recommended": "6.1.3"
},
"scripts": {
"full-build": "npm-run-all node-sass-build build css-rtl css-prefix",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<description>Provides Bootstrap 5 for Jenkins plugins.</description>

<properties>
<revision>5.2.3-2</revision>
<revision>5.3.0-1</revision>
<changelist>-SNAPSHOT</changelist>
<module.name>${project.groupId}.bootstrap5</module.name>

Expand Down

0 comments on commit a9178c4

Please sign in to comment.