Skip to content

Commit

Permalink
Migrate to moon v1.22! (#79)
Browse files Browse the repository at this point in the history
* Update deps.

* Update moon.
  • Loading branch information
milesj authored Feb 27, 2024
1 parent f12524e commit 20a2564
Show file tree
Hide file tree
Showing 9 changed files with 1,825 additions and 1,779 deletions.
4 changes: 2 additions & 2 deletions apps/astro-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.0.1",
"private": true,
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/check": "^0.5.6",
"@company/browser-package": "workspace:*",
"astro": "^4.3.3"
"astro": "^4.4.5"
},
"devDependencies": {
"eslint-plugin-astro": "^0.31.4",
Expand Down
12 changes: 6 additions & 6 deletions apps/nestjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"description": "",
"private": true,
"dependencies": {
"@nestjs/common": "^10.3.1",
"@nestjs/core": "^10.3.1",
"@nestjs/platform-express": "^10.3.1",
"@nestjs/common": "^10.3.3",
"@nestjs/core": "^10.3.3",
"@nestjs/platform-express": "^10.3.3",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@nestjs/cli": "^10.3.1",
"@nestjs/schematics": "^10.1.0",
"@nestjs/testing": "^10.3.1",
"@nestjs/cli": "^10.3.2",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.3",
"@types/express": "^4.17.21",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^6.21.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.2.59",
"@types/react-dom": "^18.2.19",
"eslint-config-next": "^14.1.0"
}
}
12 changes: 6 additions & 6 deletions apps/nuxt-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@vue/reactivity": "^3.4.15",
"@vue/runtime-core": "^3.4.15",
"@vue/runtime-dom": "^3.4.15",
"@vue/shared": "^3.4.15",
"vue": "^3.4.15"
"@vue/reactivity": "^3.4.20",
"@vue/runtime-core": "^3.4.20",
"@vue/runtime-dom": "^3.4.20",
"@vue/shared": "^3.4.20",
"vue": "^3.4.20"
},
"devDependencies": {
"nuxt": "^3.10.1",
"nuxt": "^3.10.3",
"vue-tsc": "^1.8.27"
}
}
16 changes: 8 additions & 8 deletions apps/remix-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
},
"dependencies": {
"@company/browser-package": "workspace:*",
"@remix-run/css-bundle": "^2.6.0",
"@remix-run/node": "^2.6.0",
"@remix-run/react": "^2.6.0",
"@remix-run/serve": "^2.6.0",
"isbot": "^4.4.0",
"@remix-run/css-bundle": "^2.7.2",
"@remix-run/node": "^2.7.2",
"@remix-run/react": "^2.7.2",
"@remix-run/serve": "^2.7.2",
"isbot": "^5.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@remix-run/dev": "^2.6.0",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.18",
"@remix-run/dev": "^2.7.2",
"@types/react": "^18.2.59",
"@types/react-dom": "^18.2.19",
"deep-equal": "^2.2.3"
}
}
12 changes: 6 additions & 6 deletions apps/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"dependencies": {
"@neoconfetti/svelte": "^2.2.1",
"@sveltejs/adapter-auto": "^3.1.1",
"@sveltejs/kit": "^2.5.0",
"svelte": "^4.2.10",
"svelte-check": "^3.6.3"
"@sveltejs/kit": "^2.5.2",
"svelte": "^4.2.12",
"svelte-check": "^3.6.4"
},
"devDependencies": {
"@fontsource/fira-mono": "^5.0.8",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@types/cookie": "^0.6.0",
"@vitest/coverage-v8": "^1.2.2",
"@vitest/coverage-v8": "^1.3.1",
"eslint-plugin-svelte3": "^4.0.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.2"
"vite": "^5.1.4",
"vitest": "^1.3.1"
}
}
14 changes: 7 additions & 7 deletions apps/vue-vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
"private": true,
"dependencies": {
"@company/browser-package": "workspace:*",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
"vue": "^3.4.20",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@types/jsdom": "^21.1.6",
"@vitejs/plugin-vue": "^5.0.3",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-v8": "^1.2.2",
"@vitest/coverage-v8": "^1.3.1",
"@vue/test-utils": "^2.4.4",
"@vue/tsconfig": "^0.5.1",
"eslint-plugin-vue": "^9.21.1",
"eslint-plugin-vue": "^9.22.0",
"jsdom": "^23.0.1",
"vite": "^5.0.12",
"vitest": "^1.2.2",
"vite": "^5.1.4",
"vitest": "^1.3.1",
"vue-tsc": "^1.8.27"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"packages/*"
],
"devDependencies": {
"@moonrepo/cli": "^1.21.0",
"@swc/core": "^1.4.0",
"@moonrepo/cli": "^1.22.0",
"@swc/core": "^1.4.2",
"@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.16",
"@types/node": "^20.11.20",
"babel-preset-moon": "^2.0.15",
"eslint": "^8.57.0",
"eslint-config-moon": "^2.1.2",
"jest": "^29.7.0",
"jest-preset-moon": "^2.0.7",
"packemon": "^3.2.3",
"jest-preset-moon": "^2.0.8",
"packemon": "^3.3.1",
"prettier": "^3.2.5",
"prettier-config-moon": "^1.1.2",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-svelte": "^3.2.1",
"tsconfig-moon": "^1.3.0",
"typescript": "^5.3.3"
},
Expand Down
Loading

0 comments on commit 20a2564

Please sign in to comment.