Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Feb 2, 2024
1 parent 0b1f262 commit a6d1f56
Show file tree
Hide file tree
Showing 9 changed files with 875 additions and 690 deletions.
4 changes: 2 additions & 2 deletions apps/astro-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"dependencies": {
"@astrojs/check": "^0.4.1",
"@company/browser-package": "workspace:*",
"astro": "^4.2.4"
"astro": "^4.3.1"
},
"devDependencies": {
"eslint-plugin-astro": "^0.31.3",
"eslint-plugin-astro": "^0.31.4",
"prettier-plugin-astro": "^0.13.0",
"typescript": "^5.3.3"
}
Expand Down
4 changes: 2 additions & 2 deletions apps/nestjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@nestjs/testing": "^10.3.1",
"@types/express": "^4.17.21",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.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.48",
"@types/react": "^18.2.51",
"@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.9.3",
"nuxt": "^3.10.0",
"vue-tsc": "^1.8.27"
}
}
12 changes: 6 additions & 6 deletions apps/remix-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
},
"dependencies": {
"@company/browser-package": "workspace:*",
"@remix-run/css-bundle": "^2.5.1",
"@remix-run/node": "^2.5.1",
"@remix-run/react": "^2.5.1",
"@remix-run/serve": "^2.5.1",
"@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",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@remix-run/dev": "^2.5.1",
"@types/react": "^18.2.48",
"@remix-run/dev": "^2.6.0",
"@types/react": "^18.2.51",
"@types/react-dom": "^18.2.18",
"deep-equal": "^2.2.3"
}
Expand Down
6 changes: 3 additions & 3 deletions apps/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"devDependencies": {
"@fontsource/fira-mono": "^5.0.8",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@types/cookie": "^0.6.0",
"@vitest/coverage-v8": "^1.2.1",
"@vitest/coverage-v8": "^1.2.2",
"eslint-plugin-svelte3": "^4.0.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
"vitest": "^1.2.2"
}
}
6 changes: 3 additions & 3 deletions apps/vue-vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"@types/jsdom": "^21.1.6",
"@vitejs/plugin-vue": "^5.0.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-v8": "^1.2.1",
"@vitest/coverage-v8": "^1.2.2",
"@vue/test-utils": "^2.4.4",
"@vue/tsconfig": "^0.5.1",
"eslint-plugin-vue": "^9.20.1",
"eslint-plugin-vue": "^9.21.1",
"jsdom": "^23.0.1",
"vite": "^5.0.12",
"vitest": "^1.2.1",
"vitest": "^1.2.2",
"vue-tsc": "^1.8.27"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"packages/*"
],
"devDependencies": {
"@moonrepo/cli": "^1.20.0",
"@swc/core": "^1.3.106",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.6",
"@moonrepo/cli": "^1.20.1",
"@swc/core": "^1.3.107",
"@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",
Expand Down
Loading

0 comments on commit a6d1f56

Please sign in to comment.