Skip to content

Commit

Permalink
Update dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed Oct 2, 2024
1 parent 5849e9d commit 8b7118d
Show file tree
Hide file tree
Showing 2 changed files with 583 additions and 1,160 deletions.
82 changes: 42 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,54 +9,56 @@
"svelte:start": "nx serve svelte-app",
"angular:build": "nx build nx-angular-svg-loaders && nx run nx-angular-svg-loaders:tailwind-build",
"react:build": "nx build nx-react-svg-loaders && nx run nx-react-svg-loaders:tailwind-build",
"svelte:build": "nx run nx-svelte-svg-loaders:delete-folder && nx run nx-svelte-svg-loaders:create-folder && nx run nx-svelte-svg-loaders:tailwind-build && nx run nx-svelte-svg-loaders:npm-pack",
"svelte:build:win": "nx run nx-svelte-svg-loaders:delete-folder:win && nx run nx-svelte-svg-loaders:create-folder:win && nx run nx-svelte-svg-loaders:tailwind-build && nx run nx-svelte-svg-loaders:npm-pack",
"svelte:build:mac": "nx run nx-svelte-svg-loaders:delete-folder:mac && nx run nx-svelte-svg-loaders:create-folder:mac && nx run nx-svelte-svg-loaders:tailwind-build && nx run nx-svelte-svg-loaders:npm-pack",
"vue:build": "nx build nx-vue-svg-loaders && nx run nx-vue-svg-loaders:tailwind-build",
"lint:all": "nx run-many --all --target=lint",
"build:all": "npm run svelte:build && nx run-many --all --target=build"
"build:all:win": "npm run svelte:build:win && nx run-many --all --target=build",
"build:all:mac": "npm run svelte:build:mac && nx run-many --all --target=build"
},
"private": true,
"type": "module",
"devDependencies": {
"@angular-devkit/build-angular": "~18.2.5",
"@angular-devkit/core": "~18.2.5",
"@angular-devkit/schematics": "~18.2.5",
"@angular-devkit/build-angular": "~18.2.7",
"@angular-devkit/core": "~18.2.7",
"@angular-devkit/schematics": "~18.2.7",
"@angular-eslint/eslint-plugin": "^18.3.1",
"@angular-eslint/eslint-plugin-template": "^18.3.1",
"@angular-eslint/template-parser": "^18.3.1",
"@angular/cli": "~18.2.5",
"@angular/compiler-cli": "~18.2.5",
"@angular/language-service": "~18.2.5",
"@angular/cli": "~18.2.7",
"@angular/compiler-cli": "~18.2.6",
"@angular/language-service": "~18.2.6",
"@babel/core": "^7.25.2",
"@babel/preset-react": "^7.24.7",
"@nx/angular": "^19.8.0",
"@nx/devkit": "19.8.0",
"@nx/eslint": "19.8.0",
"@nx/eslint-plugin": "19.8.0",
"@nx/jest": "19.8.0",
"@nx/js": "19.8.0",
"@nx/playwright": "19.8.0",
"@nx/react": "^19.8.0",
"@nx/vite": "19.8.0",
"@nx/vue": "^19.8.0",
"@nx/web": "19.8.0",
"@nx/workspace": "19.8.0",
"@nx/angular": "^19.8.3",
"@nx/devkit": "19.8.3",
"@nx/eslint": "19.8.3",
"@nx/eslint-plugin": "19.8.3",
"@nx/jest": "19.8.3",
"@nx/js": "19.8.3",
"@nx/playwright": "19.8.3",
"@nx/react": "^19.8.3",
"@nx/vite": "19.8.3",
"@nx/vue": "^19.8.3",
"@nx/web": "19.8.3",
"@nx/workspace": "19.8.3",
"@playwright/test": "^1.47.2",
"@schematics/angular": "~18.2.5",
"@schematics/angular": "~18.2.7",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@swc-node/register": "~1.10.9",
"@swc/cli": "~0.4.0",
"@swc/core": "~1.7.26",
"@swc/core": "~1.7.28",
"@swc/helpers": "~0.5.13",
"@testing-library/react": "15.0.7",
"@tsconfig/svelte": "^5.0.4",
"@types/jest": "^29.5.13",
"@types/node": "18.19.50",
"@types/react": "18.3.8",
"@types/node": "18.19.54",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@typescript-eslint/utils": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"@vitejs/plugin-vue": "^4.6.2",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
Expand All @@ -70,7 +72,7 @@
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-playwright": "^0.22.2",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-vue": "^9.28.0",
"jest": "^29.7.0",
Expand All @@ -79,40 +81,40 @@
"jsdom": "~22.1.0",
"jsonc-eslint-parser": "^2.4.0",
"ng-packagr": "~18.2.1",
"nx": "19.8.0",
"nx": "19.8.3",
"postcss": "^8.4.47",
"postcss-url": "~10.1.3",
"prettier": "^2.8.8",
"sass": "1.79.3",
"sass": "1.79.4",
"svelte": "^4.2.19",
"svelte-check": "^4.0.2",
"svelte-check": "^4.0.4",
"tailwindcss": "^3.4.13",
"ts-jest": "^29.2.5",
"ts-node": "10.9.2",
"typescript": "~5.4.5",
"verdaccio": "^5.32.2",
"vite": "^5.4.7",
"vite": "^5.4.8",
"vite-plugin-dts": "~3.9.1",
"vitest": "^1.6.0",
"vue-tsc": "^2.1.6"
},
"dependencies": {
"@angular/animations": "~18.2.5",
"@angular/common": "~18.2.5",
"@angular/compiler": "~18.2.5",
"@angular/core": "~18.2.5",
"@angular/forms": "~18.2.5",
"@angular/platform-browser": "~18.2.5",
"@angular/platform-browser-dynamic": "~18.2.5",
"@angular/router": "~18.2.5",
"@sveltejs/adapter-node": "^5.2.4",
"@angular/animations": "~18.2.6",
"@angular/common": "~18.2.6",
"@angular/compiler": "~18.2.6",
"@angular/core": "~18.2.6",
"@angular/forms": "~18.2.6",
"@angular/platform-browser": "~18.2.6",
"@angular/platform-browser-dynamic": "~18.2.6",
"@angular/router": "~18.2.6",
"@sveltejs/adapter-node": "^5.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.26.2",
"rxjs": "~7.8.1",
"tslib": "^2.7.0",
"vite-tsconfig-paths": "^5.0.1",
"vue": "^3.5.8",
"vue": "^3.5.10",
"vue-router": "^4.4.5",
"zone.js": "~0.14.10"
},
Expand Down
Loading

0 comments on commit 8b7118d

Please sign in to comment.