Skip to content

Commit

Permalink
deps(moon): Update to v1.22.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Feb 29, 2024
1 parent 5d68d4c commit c37c004
Show file tree
Hide file tree
Showing 4 changed files with 513 additions and 521 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@moonrepo/cli": "^1.21.4",
"@moonrepo/cli": "^1.22.2",
"@moonrepo/dev": "^2.0.1",
"@swc/cli": "^0.3.9",
"@types/micromatch": "^4.0.6",
"@types/node": "^16.18.83",
"@types/react": "^18.2.58",
"@types/semver": "^7.5.7",
"@types/node": "^16.18.85",
"@types/react": "^18.2.60",
"@types/semver": "^7.5.8",
"babel-preset-moon": "^2.0.15",
"chokidar": "^3.6.0",
"electron-to-chromium": "^1.4.687",
"eslint": "^8.56.0",
"eslint-config-moon": "^2.1.1",
"eslint": "^8.57.0",
"eslint-config-moon": "^2.1.2",
"lerna": "^8.1.2",
"prettier": "^3.2.5",
"prettier-config-moon": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion scenarios/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"babel-preset-moon": "^2.0.15",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-preset-moon": "^2.0.7"
"jest-preset-moon": "^2.0.8"
}
}
2 changes: 1 addition & 1 deletion scenarios/parcel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"build": "parcel build ../index.js --dist-dir build"
},
"devDependencies": {
"parcel": "^2.11.0"
"parcel": "^2.12.0"
}
}
Loading

0 comments on commit c37c004

Please sign in to comment.