Skip to content

Commit

Permalink
Upgrade to moon v1.21! (#78)
Browse files Browse the repository at this point in the history
* Update deps.

* Dedupe.
  • Loading branch information
milesj authored Feb 7, 2024
1 parent a51904f commit f12524e
Show file tree
Hide file tree
Showing 9 changed files with 849 additions and 998 deletions.
2 changes: 1 addition & 1 deletion apps/angular-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@company/browser-package": "workspace:*",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.2"
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-builders/jest": "^16.0.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/astro-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@astrojs/check": "^0.4.1",
"@company/browser-package": "workspace:*",
"astro": "^4.3.1"
"astro": "^4.3.3"
},
"devDependencies": {
"eslint-plugin-astro": "^0.31.4",
Expand Down
6 changes: 3 additions & 3 deletions apps/nestjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"rxjs": "^7.8.1"
},
"devDependencies": {
"@nestjs/cli": "^10.3.0",
"@nestjs/cli": "^10.3.1",
"@nestjs/schematics": "^10.1.0",
"@nestjs/testing": "^10.3.1",
"@types/express": "^4.17.21",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"supertest": "^6.3.4"
Expand Down
2 changes: 1 addition & 1 deletion apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.51",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.18",
"eslint-config-next": "^14.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/nuxt-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"vue": "^3.4.15"
},
"devDependencies": {
"nuxt": "^3.10.0",
"nuxt": "^3.10.1",
"vue-tsc": "^1.8.27"
}
}
2 changes: 1 addition & 1 deletion apps/remix-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@remix-run/dev": "^2.6.0",
"@types/react": "^18.2.51",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.18",
"deep-equal": "^2.2.3"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@neoconfetti/svelte": "^2.2.1",
"@sveltejs/adapter-auto": "^3.1.1",
"@sveltejs/kit": "^2.5.0",
"svelte": "^4.2.9",
"svelte": "^4.2.10",
"svelte-check": "^3.6.3"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"packages/*"
],
"devDependencies": {
"@moonrepo/cli": "^1.20.1",
"@swc/core": "^1.3.107",
"@moonrepo/cli": "^1.21.0",
"@swc/core": "^1.4.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.16",
"babel-preset-moon": "^2.0.14",
"eslint": "^8.56.0",
"eslint-config-moon": "^2.0.15",
"eslint-config-moon": "^2.0.16",
"jest": "^29.7.0",
"jest-preset-moon": "^2.0.7",
"packemon": "^3.2.3",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"prettier-config-moon": "^1.1.2",
"prettier-plugin-svelte": "^3.1.2",
"tsconfig-moon": "^1.3.0",
Expand Down
Loading

0 comments on commit f12524e

Please sign in to comment.