Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 3, 2024
1 parent 53f314a commit 7bf95d9
Show file tree
Hide file tree
Showing 5 changed files with 1,723 additions and 1,382 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,29 @@
},
"author": "Canonical webteam",
"devDependencies": {
"@babel/core": "7.20.12",
"@babel/preset-env": "7.20.2",
"autoprefixer": "10.4.13",
"babel-jest": "29.3.1",
"babel-loader": "9.1.2",
"@babel/core": "7.24.4",
"@babel/preset-env": "7.24.4",
"autoprefixer": "10.4.19",
"babel-jest": "29.7.0",
"babel-loader": "9.1.3",
"concurrently": "7.6.0",
"eslint": "8.32.0",
"eslint-config-prettier": "8.6.0",
"eslint": "8.57.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-prettier": "4.2.1",
"jest": "29.3.1",
"jest": "29.7.0",
"postcss": "8.4.21",
"postcss-cli": "10.1.0",
"prettier": "2.8.2",
"sass": "1.57.1",
"prettier": "2.8.8",
"sass": "1.72.0",
"stylelint": "14.16.1",
"stylelint-config-prettier": "9.0.4",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-standard-scss": "6.1.0",
"stylelint-order": "6.0.1",
"stylelint-order": "6.0.4",
"stylelint-prettier": "2.0.0",
"stylelint-scss": "4.3.0",
"stylelint-scss": "4.7.0",
"watch-cli": "0.2.3",
"webpack": "5.76.0",
"webpack-cli": "5.0.1"
"webpack": "5.91.0",
"webpack-cli": "5.1.4"
},
"dependencies": {
"@canonical/global-nav": "2.7.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ canonicalwebteam.http==1.0.4
canonicalwebteam.blog==6.4.0
canonicalwebteam.templatefinder==1.0.0
canonicalwebteam.image-template==1.3.1
pyyaml==6.0
pyyaml==6.0.1
gunicorn[gevent]
2 changes: 1 addition & 1 deletion templates/desktop/developers.html
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ <h3 class="p-heading--4">加入我们的社区</h3>
</div>
</div>

<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/7.8.2/d3.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/7.9.0/d3.min.js" defer></script>
<script src="https://ubuntu.com/static/js/dist/release-chart.js" defer></script>
<script src="https://assets.ubuntu.com/v1/3c99518b-d3-version3.5.6.min.js"></script>
<script src="https://ubuntu.com/static/js/src/developer-chart.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion templates/shared/_release_schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@ <h2 id="a-release-schedule-you-can-depend-on">一个您可信赖的发布时间
</div>
</div>

<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/7.8.1/d3.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/7.9.0/d3.min.js"></script>
<script src="https://ubuntu.com/static/js/dist/release-chart.js"></script>
Loading

0 comments on commit 7bf95d9

Please sign in to comment.