Skip to content

Commit

Permalink
Declare @babel/preset-env, babel-loader, postcss-less, and `sty…
Browse files Browse the repository at this point in the history
…lelint-checkstyle-reporter` in `devDependencies` (#7826)
  • Loading branch information
basil authored Apr 10, 2023
1 parent 8d834ea commit b4c4553
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions war/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/preset-env": "7.21.4",
"autoprefixer": "10.4.14",
"babel-loader": "9.1.2",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.7.3",
Expand All @@ -38,27 +40,25 @@
"less-loader": "11.1.0",
"mini-css-extract-plugin": "2.7.5",
"postcss": "8.4.21",
"postcss-less": "6.0.0",
"postcss-loader": "7.2.4",
"prettier": "2.8.7",
"style-loader": "3.3.2",
"stylelint": "15.4.0",
"stylelint-checkstyle-reporter": "0.2.0",
"stylelint-config-standard": "32.0.0",
"webpack": "5.78.0",
"webpack-cli": "5.0.1",
"webpack-remove-empty-scripts": "1.0.1"
},
"dependencies": {
"@babel/preset-env": "7.21.4",
"babel-loader": "9.1.2",
"bootstrap": "3.4.1",
"hotkeys-js": "3.10.2",
"jenkins-js-modules": "1.5.4",
"jquery": "3.6.4",
"lodash": "4.17.21",
"postcss-less": "6.0.0",
"sortablejs": "1.15.0",
"stylelint-checkstyle-reporter": "0.2.0",
"tippy.js": "^6.3.7",
"tippy.js": "6.3.7",
"window-handle": "1.0.1"
},
"browserslist": [
Expand Down
4 changes: 2 additions & 2 deletions war/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4043,7 +4043,7 @@ __metadata:
stylelint: 15.4.0
stylelint-checkstyle-reporter: 0.2.0
stylelint-config-standard: 32.0.0
tippy.js: ^6.3.7
tippy.js: 6.3.7
webpack: 5.78.0
webpack-cli: 5.0.1
webpack-remove-empty-scripts: 1.0.1
Expand Down Expand Up @@ -6326,7 +6326,7 @@ __metadata:
languageName: node
linkType: hard

"tippy.js@npm:^6.3.7":
"tippy.js@npm:6.3.7":
version: 6.3.7
resolution: "tippy.js@npm:6.3.7"
dependencies:
Expand Down

0 comments on commit b4c4553

Please sign in to comment.