Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent 5eb8f8b commit e3e9a7d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- run: corepack enable
- run: yarn install
- run: yarn run build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: babel-plugin-i18next-extract
path: lib/
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"nodemon": "^3.0.1",
"nunjucks": "^3.2.4"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].2"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"dependencies": {
"@babel/core": "^7.23.3",
"@babel/types": "7.23.3",
"@babel/types": "7.23.6",
"deepmerge": "^4.3.1",
"i18next": "^23.6.0",
"json-stable-stringify": "^1.0.2"
Expand Down Expand Up @@ -88,5 +88,5 @@
"jest-expect-message"
]
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].2"
}
22 changes: 20 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,13 @@ __metadata:
languageName: node
linkType: hard

"@babel/helper-string-parser@npm:^7.23.4":
version: 7.23.4
resolution: "@babel/helper-string-parser@npm:7.23.4"
checksum: f348d5637ad70b6b54b026d6544bd9040f78d24e7ec245a0fc42293968181f6ae9879c22d89744730d246ce8ec53588f716f102addd4df8bbc79b73ea10004ac
languageName: node
linkType: hard

"@babel/helper-validator-identifier@npm:^7.22.20":
version: 7.22.20
resolution: "@babel/helper-validator-identifier@npm:7.22.20"
Expand Down Expand Up @@ -1469,7 +1476,18 @@ __metadata:
languageName: node
linkType: hard

"@babel/types@npm:7.23.3, @babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.22.15, @babel/types@npm:^7.22.19, @babel/types@npm:^7.22.5, @babel/types@npm:^7.23.0, @babel/types@npm:^7.23.3, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3":
"@babel/types@npm:7.23.6":
version: 7.23.6
resolution: "@babel/types@npm:7.23.6"
dependencies:
"@babel/helper-string-parser": "npm:^7.23.4"
"@babel/helper-validator-identifier": "npm:^7.22.20"
to-fast-properties: "npm:^2.0.0"
checksum: 42cefce8a68bd09bb5828b4764aa5586c53c60128ac2ac012e23858e1c179347a4aac9c66fc577994fbf57595227611c5ec8270bf0cfc94ff033bbfac0550b70
languageName: node
linkType: hard

"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.22.15, @babel/types@npm:^7.22.19, @babel/types@npm:^7.22.5, @babel/types@npm:^7.23.0, @babel/types@npm:^7.23.3, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3":
version: 7.23.3
resolution: "@babel/types@npm:7.23.3"
dependencies:
Expand Down Expand Up @@ -2668,7 +2686,7 @@ __metadata:
"@babel/preset-env": "npm:^7.23.3"
"@babel/preset-react": "npm:^7.23.3"
"@babel/preset-typescript": "npm:^7.23.3"
"@babel/types": "npm:7.23.3"
"@babel/types": "npm:7.23.6"
"@rollup/plugin-babel": "npm:^6.0.4"
"@rollup/plugin-node-resolve": "npm:^15.2.3"
"@types/babel__core": "npm:^7.20.4"
Expand Down

0 comments on commit e3e9a7d

Please sign in to comment.