Skip to content

Commit

Permalink
update and replicate babel dependency in internal packages
Browse files Browse the repository at this point in the history
  • Loading branch information
adrastaea committed Aug 28, 2024
1 parent 7c95144 commit c5a9dc2
Show file tree
Hide file tree
Showing 16 changed files with 16,590 additions and 12,212 deletions.
Binary file modified packages/.DS_Store
Binary file not shown.
13,981 changes: 9,127 additions & 4,854 deletions packages/common/package-lock.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
},
"devDependencies": {
"@quiet/eslint-config": "^2.0.2-alpha.0",
"@babel/core": "^7.24.7",
"@babel/plugin-transform-flow-strip-types": "^7.24.7",
"@babel/plugin-transform-private-methods": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/runtime": "^7.24.7",
"@types/jest": "^26.0.23",
"@types/node": "^17.0.21",
"@types/validator": "^13.11.5",
Expand Down
3,572 changes: 2,008 additions & 1,564 deletions packages/desktop/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,11 @@
"socket.io-client": "^4.7.4"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/core": "^7.24.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@cypress/react18": "2.0.0",
"@cypress/webpack-dev-server": "3.1.0",
"@electron/notarize": "2.1.0",
Expand Down
Binary file modified packages/e2e-tests/.DS_Store
Binary file not shown.
44 changes: 23 additions & 21 deletions packages/identity/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"pkijs": "^3.0.8"
},
"devDependencies": {
"@babel/runtime": "^7.12.5",
"@babel/runtime": "^7.24.7",
"@types/jest": "^26.0.23",
"@types/node": "^14.17.6",
"babel-jest": "^29.3.1",
Expand Down
Loading

0 comments on commit c5a9dc2

Please sign in to comment.