Skip to content

Commit

Permalink
Merge 59ded01 into 00e78f0
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj authored Sep 25, 2023
2 parents 00e78f0 + 59ded01 commit 7bf115c
Show file tree
Hide file tree
Showing 6 changed files with 551 additions and 526 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"packages/*"
],
"devDependencies": {
"@babel/core": "^7.22.15",
"@moonrepo/cli": "^1.13.0",
"@babel/core": "^7.22.20",
"@moonrepo/cli": "^1.13.5",
"@moonrepo/dev": "workspace:*",
"eslint": "^8.48.0",
"jest": "^29.6.4",
"jest-circus": "^29.6.4",
"lerna": "^7.2.0",
"eslint": "^8.50.0",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"lerna": "^7.3.0",
"packemon": "^3.2.1",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.22.15",
"@babel/plugin-proposal-export-default-from": "^7.22.5",
"@babel/plugin-proposal-export-default-from": "^7.22.17",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/preset-env": "^7.22.15",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"babel-plugin-conditional-invariant": "^3.0.1",
"babel-plugin-env-constants": "^3.0.1",
"babel-preset-solid": "^1.7.7"
"babel-preset-solid": "^1.7.12"
},
"devDependencies": {
"@babel/core": "^7.22.15"
"@babel/core": "^7.22.20"
},
"funding": {
"type": "ko-fi",
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
},
"dependencies": {
"@moonrepo/dev": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-compat": "^4.2.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jest": "^27.4.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
Expand All @@ -52,8 +52,8 @@
"eslint-plugin-unicorn": "^48.0.1"
},
"devDependencies": {
"@types/eslint": "^8.44.2",
"eslint": "^8.48.0"
"@types/eslint": "^8.44.3",
"eslint": "^8.50.0"
},
"funding": {
"type": "ko-fi",
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
},
"dependencies": {
"@moonrepo/dev": "^2.0.1",
"@types/jest": "^29.5.4",
"jest-circus": "^29.6.4",
"jest-environment-jsdom": "^29.6.4"
"@types/jest": "^29.5.5",
"jest-circus": "^29.7.0",
"jest-environment-jsdom": "^29.7.0"
},
"devDependencies": {
"jest": "^29.6.4"
"jest": "^29.7.0"
},
"funding": {
"type": "ko-fi",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
},
"devDependencies": {
"@moonrepo/types": "^1.6.0",
"@types/semver": "^7.5.1",
"@types/semver": "^7.5.2",
"@types/vscode": "^1.66.0",
"@vscode/test-electron": "^2.2.1",
"esbuild": "^0.19.2",
Expand Down
Loading

0 comments on commit 7bf115c

Please sign in to comment.