Skip to content

Commit

Permalink
devdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Jan 4, 2025
1 parent 1fcf3e1 commit d8e6f15
Show file tree
Hide file tree
Showing 7 changed files with 128 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
},
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-syntax-import-attributes": "^7.26.0",
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
"babel-plugin-replace-import-extension": "^1.1.4",
"@types/node": "~22.10.2",
"json5": "^2.2.3",
"typescript": "^5.7.2",
Expand Down
5 changes: 5 additions & 0 deletions packages/effect-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
},
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-syntax-import-attributes": "^7.26.0",
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
"babel-plugin-replace-import-extension": "^1.1.4",
"@faker-js/faker": "^8.4.1",
"@types/node": "~22.10.2",
"@types/uuid": "^10.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-codegen-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
"effect": "^3.11.8"
},
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-syntax-import-attributes": "^7.26.0",
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
"babel-plugin-replace-import-extension": "^1.1.4",
"@babel/types": "7.26.3",
"@types/babel__generator": "7.6.8",
"@types/babel__traverse": "7.20.6",
Expand Down
5 changes: 5 additions & 0 deletions packages/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
"@azure/cosmos": "^4.2.0",
"@azure/service-bus": "^7.9.5",
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-syntax-import-attributes": "^7.26.0",
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
"babel-plugin-replace-import-extension": "^1.1.4",
"@sentry/node": "^8.45.1",
"@types/express": "^5.0.0",
"@types/node": "~22.10.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/pnpm-singleton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
},
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-syntax-import-attributes": "^7.26.0",
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
"babel-plugin-replace-import-extension": "^1.1.4",
"@types/node": "~22.10.2",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
Expand Down
5 changes: 5 additions & 0 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
},
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-syntax-import-attributes": "^7.26.0",
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
"babel-plugin-replace-import-extension": "^1.1.4",
"@rollup/pluginutils": "^5.1.4",
"@types/node": "~22.10.2",
"intl-messageformat": "^10.7.10",
Expand Down
96 changes: 96 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit d8e6f15

Please sign in to comment.