Skip to content

Commit

Permalink
Pin dependencies (#195)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jun 1, 2021
1 parent 6e1d63b commit ee2892e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@
"build:confluence": "npm run clean && npm run css:confluence && npm run fonts && npm run images && npm run js:confluence"
},
"devDependencies": {
"autoprefixer": "^7.2.6",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.14.0",
"babelify": "^7.3.0",
"browserify": "^16.5.1",
"eslint": ">=4.18.2",
"fs-extra": "^3.0.1",
"glob": "^7.1.3",
"handlebars": "^4.7.6",
"jquery": "^3.5.0",
"postcss-cli": "^7.1.0",
"autoprefixer": "7.2.6",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-preset-es2015": "6.24.1",
"babelify": "7.3.0",
"browserify": "16.5.1",
"eslint": "6.8.0",
"fs-extra": "3.0.1",
"glob": "7.1.3",
"handlebars": "4.7.6",
"jquery": "3.5.0",
"postcss-cli": "7.1.0",
"sass": "1.32.13",
"uglify-js": "^3.4.9",
"uglify-js": "3.4.9",
"zip-a-folder": "0.0.6"
},
"peerDependencies": {
Expand Down

0 comments on commit ee2892e

Please sign in to comment.