Skip to content

Commit

Permalink
regen yarn.lock (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrymatio committed Apr 27, 2023
1 parent 14a991a commit e37ba97
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 8 deletions.
34 changes: 29 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,36 @@
.editorconfig
.idea
.DS_Store
.vscode/*

# npm yarn
node_modules
package.lock
yarn-error.log
.pnp.*
.yarn/*

# keep in repo
!.gitignore
!.yarn.lock
!.yarnrc.yml
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# gatsby files
.env
.cache
public
node_modules

yarn-error.log
.editorconfig
.env
**/.DS_Store
# cypress
cypress/videos
cypress/screenshots

# lerna
lerna-debug.log

# uxp api reference
# reference-css.js
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8117,9 +8117,9 @@ __metadata:
linkType: hard

"electron-to-chromium@npm:^1.4.284":
version: 1.4.375
resolution: "electron-to-chromium@npm:1.4.375"
checksum: 3e0081cc18b8104460d634fbd00bcf3463a27eb8436b42519212e3fcbb2886ed2f4982537a8c1831d5d099065953129612f28c5c591fdaec8d594a3f5f278f08
version: 1.4.376
resolution: "electron-to-chromium@npm:1.4.376"
checksum: 881351d25e0e983432c10844540bb664ee4c54f781b81b7247c36d6e617dc85305fd87ffb5de6d9630c6a54f4432afd8e97565a11c62bb77b63051e43cb8a942
languageName: node
linkType: hard

Expand Down

0 comments on commit e37ba97

Please sign in to comment.