Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Apr 24, 2024
1 parent 4afa3a5 commit b0496a5
Show file tree
Hide file tree
Showing 4 changed files with 1,535 additions and 965 deletions.
10 changes: 4 additions & 6 deletions apps/delivery-options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"build:myparcel-lib": "vite build -c vite-myparcel-lib.config.ts",
"build:myparcel-lib:dev": "run build:myparcel-lib -- --mode development",
"build:myparcel:dev": "run build:myparcel -- --mode development",
"watch": "vite build -c vite-myparcel-lib.config.ts --mode development --watch",
"clean": "run ws:clean \"$(pwd)\"",
"lint": "run ws:lint \"$(pwd)\"",
"lint:fix": "run ws:lint:fix \"$(pwd)\"",
Expand All @@ -46,7 +45,8 @@
"test:coverage": "run ws:test:coverage \"$(pwd)\"",
"test:run": "run ws:test:run \"$(pwd)\"",
"test:update": "run ws:test:update \"$(pwd)\"",
"typecheck": "vue-tsc --project tsconfig.base.json --noEmit"
"typecheck": "vue-tsc --project tsconfig.base.json --noEmit",
"watch": "vite build -c vite-myparcel-lib.config.ts --mode development --watch"
},
"dependencies": {
"@myparcel-do/shared": "workspace:*",
Expand All @@ -70,17 +70,15 @@
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.3",
"@tailwindcss/container-queries": "^0.1.0",
"@semantic-release/github": "^10.0.0",
"@testing-library/vue": "^8.0.1",
"@types/is-ci": "^3.0.0",
"@types/leaflet": "^1.9.4",
"@types/semver": "^7",
"@vue/test-utils": "^2.4.0",
"@vue/tsconfig": "^0.1.0",
"ci-info": "^4.0.0",
"cssnano": "^6.0.3",
"happy-dom": "^13.0.0",
"happy-dom": "^14.0.0",
"histoire": "^0.17.6",
"postcss": "^8.0.0",
"semantic-release": "^23.0.0",
Expand Down
1 change: 0 additions & 1 deletion apps/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"@myparcel/sdk": "^3.2.0",
"@myparcel/ts-utils": "^1.12.0",
"@myparcel/vue-form-builder": "^1.0.0-beta.1",
"@tailwindcss/container-queries": "^0.1.0",
"@vueuse/core": "^10.5.0",
"pinia": "^2.1.7",
"radash": "^12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/build-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@vitejs/plugin-vue": "^5.0.0",
"@vitest/coverage-v8": "^1.0.0",
"happy-dom": "^13.0.0",
"happy-dom": "^14.0.0",
"typescript": "^5.2.0",
"vite": "^5.0.0",
"vite-plugin-custom-tsconfig": "^1.0.0",
Expand Down
Loading

0 comments on commit b0496a5

Please sign in to comment.