Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Apr 8, 2021
1 parent c46d465 commit a0d9555
Show file tree
Hide file tree
Showing 3 changed files with 475 additions and 204 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include:
- project: SocialGouv/gitlab-ci-yml
file: /autodevops.yml
ref: v20.7.14
ref: v20.8.0

variables:
AUTO_DEVOPS_KANIKO: "🕹️"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
"dependencies": {
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^10.0.9",
"next": "10.0.9",
"@next/mdx": "^10.1.3",
"next": "10.1.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"rebass": "^4.0.7",
"styled-components": "^5.2.3",
"theme-ui": "^0.3.5"
"theme-ui": "^0.6.2"
},
"devDependencies": {
"@socialgouv/eslint-config-react": "^1.46.0",
"@socialgouv/eslint-config-react": "^1.66.0",
"babel-jest": "^26.6.3",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "^7.18.0",
"eslint": "^7.23.0",
"eslint-plugin-sort-keys-fix": "^1.1.1",
"jest": "^26.6.3",
"nextjs-sitemap-generator": "^1.3.1",
Expand Down
Loading

0 comments on commit a0d9555

Please sign in to comment.