Skip to content

Commit

Permalink
deps(beemo-dev): Update to v2 latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jul 27, 2022
1 parent 3fa5567 commit 97dca2a
Show file tree
Hide file tree
Showing 4 changed files with 1,360 additions and 1,346 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@
"npm": ">=6.13.0"
},
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.18.2",
"@babel/cli": "^7.18.9",
"@babel/core": "^7.18.9",
"@beemo/cli": "^2.0.6",
"@beemo/core": "^2.1.4",
"@beemo/dev": "^2.0.0",
"@beemo/dev": "^2.1.2",
"@boost/test-utils": "^4.0.0-alpha.1",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.5.1",
"@types/jest": "^27.5.2",
"@types/micromatch": "^4.0.2",
"@types/node": "^16.11.36",
"@types/node": "^16.11.45",
"@types/npm-packlist": "^3.0.0",
"@types/react": "^17.0.45",
"@types/react": "^17.0.47",
"@types/rimraf": "^3.0.2",
"@types/semver": "^7.3.9",
"@types/semver": "^7.3.10",
"chokidar": "^3.5.3",
"conventional-changelog-beemo": "^3.0.1",
"lerna": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-cjs-esm-interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@babel/core": "^7.0.0"
},
"dependencies": {
"@babel/helper-module-imports": "^7.16.7"
"@babel/helper-module-imports": "^7.18.6"
},
"funding": {
"type": "ko-fi",
Expand Down
14 changes: 7 additions & 7 deletions packages/packemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@
"platform": "node"
},
"dependencies": {
"@babel/core": "^7.18.2",
"@babel/plugin-proposal-decorators": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/preset-flow": "^7.17.12",
"@babel/preset-react": "^7.17.12",
"@babel/preset-typescript": "^7.17.12",
"@babel/core": "^7.18.9",
"@babel/plugin-proposal-decorators": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/preset-flow": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@boost/cli": "^4.0.0-alpha.1",
"@boost/common": "^4.0.0-alpha.1",
"@boost/config": "^4.0.0-alpha.1",
Expand Down Expand Up @@ -107,7 +107,7 @@
"devDependencies": {
"@swc/cli": "^0.1.57",
"@types/acorn": "^4.0.6",
"@typescript-eslint/types": "^5.26.0"
"@typescript-eslint/types": "^5.31.0"
},
"peerDependencies": {
"chokidar": "^3.5.1",
Expand Down
Loading

0 comments on commit 97dca2a

Please sign in to comment.