Skip to content

Commit

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

* Migrate.

* deps(moon): Update to v1.19.

* Bump deps.
  • Loading branch information
milesj authored Jan 1, 2024
1 parent 59d052a commit 7ca0513
Show file tree
Hide file tree
Showing 11 changed files with 2,577 additions and 2,421 deletions.
8 changes: 4 additions & 4 deletions apps/astro-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"version": "0.0.1",
"private": true,
"dependencies": {
"@astrojs/check": "^0.3.2",
"@astrojs/check": "^0.3.4",
"@company/browser-package": "workspace:*",
"astro": "^3.5.5"
"astro": "^4.0.8"
},
"devDependencies": {
"eslint-plugin-astro": "^0.30.0",
"prettier-plugin-astro": "^0.12.2",
"eslint-plugin-astro": "^0.31.0",
"prettier-plugin-astro": "^0.12.3",
"typescript": "^5.3.3"
}
}
14 changes: 7 additions & 7 deletions apps/nestjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
"description": "",
"private": true,
"dependencies": {
"@nestjs/common": "^10.2.10",
"@nestjs/core": "^10.2.10",
"@nestjs/platform-express": "^10.2.10",
"@nestjs/common": "^10.3.0",
"@nestjs/core": "^10.3.0",
"@nestjs/platform-express": "^10.3.0",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@nestjs/cli": "^10.2.1",
"@nestjs/schematics": "^10.0.3",
"@nestjs/testing": "^10.2.10",
"@nestjs/testing": "^10.3.0",
"@types/express": "^4.17.21",
"@types/supertest": "^2.0.16",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-prettier": "^5.1.2",
"supertest": "^6.3.3"
}
}
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.43",
"@types/react-dom": "^18.2.17",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"eslint-config-next": "^14.0.4"
}
}
14 changes: 7 additions & 7 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.3.11",
"@vue/runtime-core": "^3.3.11",
"@vue/runtime-dom": "^3.3.11",
"@vue/shared": "^3.3.11",
"vue": "^3.3.11"
"@vue/reactivity": "^3.4.3",
"@vue/runtime-core": "^3.4.3",
"@vue/runtime-dom": "^3.4.3",
"@vue/shared": "^3.4.3",
"vue": "^3.4.3"
},
"devDependencies": {
"nuxt": "^3.8.2",
"vue-tsc": "^1.8.25"
"nuxt": "^3.9.0",
"vue-tsc": "^1.8.27"
}
}
14 changes: 7 additions & 7 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.3.1",
"@remix-run/node": "^2.3.1",
"@remix-run/react": "^2.3.1",
"@remix-run/serve": "^2.3.1",
"@remix-run/css-bundle": "^2.4.1",
"@remix-run/node": "^2.4.1",
"@remix-run/react": "^2.4.1",
"@remix-run/serve": "^2.4.1",
"isbot": "^3.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@remix-run/dev": "^2.3.1",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@remix-run/dev": "^2.4.1",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"deep-equal": "^2.2.3"
}
}
13 changes: 7 additions & 6 deletions apps/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,21 @@
"version": "0.0.1",
"type": "module",
"dependencies": {
"@neoconfetti/svelte": "^1.0.0",
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/kit": "^1.29.0",
"@neoconfetti/svelte": "^2.2.1",
"@sveltejs/adapter-auto": "^3.0.1",
"@sveltejs/kit": "^2.0.6",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2"
},
"devDependencies": {
"@fontsource/fira-mono": "^5.0.8",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/cookie": "^0.6.0",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/coverage-v8": "^1.1.1",
"eslint-plugin-svelte3": "^4.0.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.7",
"vitest": "^1.0.4"
"vite": "^5.0.10",
"vitest": "^1.1.1"
}
}
6 changes: 3 additions & 3 deletions apps/sveltekit/src/routes/sverdle/+page.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ export const actions = {
return fail(400, { badGuess: true });
}

cookies.set('sverdle', game.toString());
cookies.set('sverdle', game.toString(), { path: '/' });

return undefined;
},

restart: ({ cookies }) => {
cookies.delete('sverdle');
cookies.delete('sverdle', { path: '/' });
},

/**
Expand All @@ -66,7 +66,7 @@ export const actions = {
game.guesses[i] += key;
}

cookies.set('sverdle', game.toString());
cookies.set('sverdle', game.toString(), { path: '/' });

return undefined;
},
Expand Down
3 changes: 2 additions & 1 deletion apps/sveltekit/svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import adapter from '@sveltejs/adapter-auto';
import { vitePreprocess } from '@sveltejs/kit/vite';
// eslint-disable-next-line node/no-unpublished-import
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';

/** @type {import('@sveltejs/kit').Config} */
const config = {
Expand Down
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.3.11",
"vue": "^3.4.3",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@types/jsdom": "^21.1.6",
"@vitejs/plugin-vue": "^4.5.2",
"@vitejs/plugin-vue": "^5.0.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/coverage-v8": "^1.1.1",
"@vue/test-utils": "^2.4.3",
"@vue/tsconfig": "^0.4.0",
"@vue/tsconfig": "^0.5.1",
"eslint-plugin-vue": "^9.19.2",
"jsdom": "^23.0.1",
"vite": "^5.0.7",
"vitest": "^1.0.4",
"vue-tsc": "^1.8.25"
"vite": "^5.0.10",
"vitest": "^1.1.1",
"vue-tsc": "^1.8.27"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"packages/*"
],
"devDependencies": {
"@moonrepo/cli": "^1.18.0",
"@swc/core": "^1.3.100",
"@moonrepo/cli": "^1.19.0",
"@swc/core": "^1.3.102",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.4",
"babel-preset-moon": "^2.0.12",
"eslint": "^8.55.0",
"eslint-config-moon": "^2.0.13",
"@types/node": "^20.10.6",
"babel-preset-moon": "^2.0.13",
"eslint": "^8.56.0",
"eslint-config-moon": "^2.0.14",
"jest": "^29.7.0",
"jest-preset-moon": "^2.0.6",
"packemon": "^3.2.2",
"packemon": "^3.2.3",
"prettier": "^3.1.1",
"prettier-config-moon": "^1.1.2",
"prettier-plugin-svelte": "^3.1.2",
Expand Down
Loading

0 comments on commit 7ca0513

Please sign in to comment.