Skip to content

Commit

Permalink
add babel types
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Dec 21, 2023
1 parent ec33409 commit 929b700
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,11 @@ build-storybook.log
.DS_Store
.env
.cache
yarn-error.log
yarn-error.log

/**/.yarn/*
!/**/.yarn/releases
!/**/.yarn/plugins
!/**/.yarn/sdks
!/**/.yarn/versions
/**/.pnp.*
Binary file removed .yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@babel/traverse": "^7.12.11",
"@babel/types": "^7.14.8",
"@mdx-js/mdx": "^3.0.0",
"@types/babel__traverse": "^7.12.11",
"@types/lodash": "^4.14.182",
"@types/node": "^16.4.1",
"auto": "^10.3.0",
Expand Down
12 changes: 11 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1506,7 +1506,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/types@npm:^7.14.8, @babel/types@npm:^7.2.0, @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.6, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3":
"@babel/types@npm:^7.14.8, @babel/types@npm:^7.2.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.6, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3":
version: 7.23.6
resolution: "@babel/types@npm:7.23.6"
dependencies:
Expand Down Expand Up @@ -2297,6 +2297,7 @@ __metadata:
"@babel/traverse": "npm:^7.12.11"
"@babel/types": "npm:^7.14.8"
"@mdx-js/mdx": "npm:^3.0.0"
"@types/babel__traverse": "npm:^7.12.11"
"@types/lodash": "npm:^4.14.182"
"@types/node": "npm:^16.4.1"
auto: "npm:^10.3.0"
Expand Down Expand Up @@ -2354,6 +2355,15 @@ __metadata:
languageName: node
linkType: hard

"@types/babel__traverse@npm:^7.12.11":
version: 7.20.4
resolution: "@types/babel__traverse@npm:7.20.4"
dependencies:
"@babel/types": "npm:^7.20.7"
checksum: e76cb4974c7740fd61311152dc497e7b05c1c46ba554aab875544ab0a7457f343cafcad34ba8fb2ff543ab0e012ef2d3fa0c13f1a4e9a4cd9c4c703c7a2a8d62
languageName: node
linkType: hard

"@types/command-line-args@npm:^5.0.0":
version: 5.2.3
resolution: "@types/command-line-args@npm:5.2.3"
Expand Down

0 comments on commit 929b700

Please sign in to comment.