Skip to content

Commit

Permalink
deps: Audit 12/11 (#74)
Browse files Browse the repository at this point in the history
* Update deps.

* Update again.

* Update deps.

* More updates.

* deps(moon): Update to v1.18.
  • Loading branch information
milesj authored Dec 12, 2023
1 parent 2715dc1 commit 59d052a
Show file tree
Hide file tree
Showing 11 changed files with 3,509 additions and 3,139 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.1"
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-builders/jest": "^16.0.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/angular-app/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -649,8 +649,8 @@ <h2>Next Steps</h2>
<!-- Terminal -->
<div class="terminal" [ngSwitch]="selection.value">
<pre *ngSwitchDefault>ng generate component xyz</pre>
<pre *ngSwitchCase="'material'">ng add @angular/material</pre>
<pre *ngSwitchCase="'pwa'">ng add @angular/pwa</pre>
<pre *ngSwitchCase="'material'">ng add &#64;angular/material</pre>
<pre *ngSwitchCase="'pwa'">ng add &#64;angular/pwa</pre>
<pre *ngSwitchCase="'dependency'">ng add _____</pre>
<pre *ngSwitchCase="'test'">ng test</pre>
<pre *ngSwitchCase="'build'">ng build</pre>
Expand Down
10 changes: 5 additions & 5 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.2.1",
"@astrojs/check": "^0.3.2",
"@company/browser-package": "workspace:*",
"astro": "^3.4.0"
"astro": "^3.5.5"
},
"devDependencies": {
"eslint-plugin-astro": "^0.29.1",
"prettier-plugin-astro": "^0.12.1",
"typescript": "*"
"eslint-plugin-astro": "^0.30.0",
"prettier-plugin-astro": "^0.12.2",
"typescript": "^5.3.3"
}
}
22 changes: 11 additions & 11 deletions apps/nestjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
"description": "",
"private": true,
"dependencies": {
"@nestjs/common": "^10.2.7",
"@nestjs/core": "^10.2.7",
"@nestjs/platform-express": "^10.2.7",
"@nestjs/common": "^10.2.10",
"@nestjs/core": "^10.2.10",
"@nestjs/platform-express": "^10.2.10",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@nestjs/cli": "^10.2.0",
"@nestjs/schematics": "^10.0.2",
"@nestjs/testing": "^10.2.7",
"@types/express": "^4.17.20",
"@types/supertest": "^2.0.15",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint-config-prettier": "^9.0.0",
"@nestjs/cli": "^10.2.1",
"@nestjs/schematics": "^10.0.3",
"@nestjs/testing": "^10.2.10",
"@types/express": "^4.17.21",
"@types/supertest": "^2.0.16",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"supertest": "^6.3.3"
}
Expand Down
8 changes: 4 additions & 4 deletions apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"private": true,
"dependencies": {
"@company/browser-package": "workspace:*",
"next": "^14.0.0",
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"eslint-config-next": "^14.0.0"
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"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.7",
"@vue/runtime-core": "^3.3.7",
"@vue/runtime-dom": "^3.3.7",
"@vue/shared": "^3.3.7",
"vue": "^3.3.7"
"@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"
},
"devDependencies": {
"nuxt": "^3.8.0",
"vue-tsc": "^1.8.22"
"nuxt": "^3.8.2",
"vue-tsc": "^1.8.25"
}
}
18 changes: 9 additions & 9 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.1.0",
"@remix-run/node": "^2.1.0",
"@remix-run/react": "^2.1.0",
"@remix-run/serve": "^2.1.0",
"isbot": "^3.7.0",
"@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",
"isbot": "^3.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@remix-run/dev": "^2.1.0",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"deep-equal": "^2.2.2"
"@remix-run/dev": "^2.3.1",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"deep-equal": "^2.2.3"
}
}
18 changes: 9 additions & 9 deletions apps/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"type": "module",
"dependencies": {
"@neoconfetti/svelte": "^1.0.0",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.27.1",
"svelte": "^4.2.2",
"svelte-check": "^3.5.2"
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/kit": "^1.29.0",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2"
},
"devDependencies": {
"@fontsource/fira-mono": "^5.0.8",
"@types/cookie": "^0.5.3",
"@vitest/coverage-v8": "^0.34.6",
"@types/cookie": "^0.6.0",
"@vitest/coverage-v8": "^1.0.4",
"eslint-plugin-svelte3": "^4.0.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vitest": "^0.34.6"
"typescript": "^5.3.3",
"vite": "^5.0.7",
"vitest": "^1.0.4"
}
}
22 changes: 11 additions & 11 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.7",
"vue": "^3.3.11",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@types/jsdom": "^21.1.4",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vitest/coverage-v8": "^0.34.6",
"@vue/test-utils": "^2.4.1",
"@types/jsdom": "^21.1.6",
"@vitejs/plugin-vue": "^4.5.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-v8": "^1.0.4",
"@vue/test-utils": "^2.4.3",
"@vue/tsconfig": "^0.4.0",
"eslint-plugin-vue": "^9.18.1",
"jsdom": "^22.1.0",
"vite": "^4.5.0",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.22"
"eslint-plugin-vue": "^9.19.2",
"jsdom": "^23.0.1",
"vite": "^5.0.7",
"vitest": "^1.0.4",
"vue-tsc": "^1.8.25"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
"packages/*"
],
"devDependencies": {
"@moonrepo/cli": "^1.16.0",
"@swc/core": "^1.3.95",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.9",
"babel-preset-moon": "^2.0.10",
"eslint": "^8.52.0",
"eslint-config-moon": "^2.0.11",
"@moonrepo/cli": "^1.18.0",
"@swc/core": "^1.3.100",
"@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",
"jest": "^29.7.0",
"jest-preset-moon": "^2.0.6",
"packemon": "^3.2.2",
"prettier": "^3.0.3",
"prettier": "^3.1.1",
"prettier-config-moon": "^1.1.2",
"prettier-plugin-svelte": "^3.0.3",
"prettier-plugin-svelte": "^3.1.2",
"tsconfig-moon": "^1.3.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"engines": {
"node": "18.17.1"
Expand Down
Loading

0 comments on commit 59d052a

Please sign in to comment.