Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Oct 6, 2023
1 parent db1e851 commit 63cd324
Show file tree
Hide file tree
Showing 4 changed files with 430 additions and 441 deletions.
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"devDependencies": {
"multiple-select-vanilla": "workspace:*",
"sass": "^1.67.0",
"sass": "^1.69.0",
"typescript": "^5.2.2",
"vite": "^4.4.9"
"vite": "^4.4.11"
}
}
16 changes: 8 additions & 8 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,19 @@
"sass:copy": "cross-env copyfiles -u 2 src/styles/**/*.scss dist/styles/sass"
},
"devDependencies": {
"autoprefixer": "^10.4.15",
"autoprefixer": "^10.4.16",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"cssnano": "^6.0.1",
"esbuild": "^0.19.3",
"esbuild": "^0.19.4",
"fs-extra": "^11.1.1",
"glob": "^10.3.4",
"npm-run-all2": "^6.0.6",
"postcss": "^8.4.29",
"glob": "^10.3.10",
"npm-run-all2": "^6.1.1",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
"sass": "^1.67.0",
"sass": "^1.69.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.3"
"vite": "^4.4.11",
"vite-plugin-dts": "^3.6.0"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,26 +48,26 @@
"test:e2e:ui": "playwright test --config playwright/playwright.config.ts --ui",
"test:report": "playwright show-report"
},
"packageManager": "pnpm@8.7.5",
"packageManager": "pnpm@8.8.0",
"devDependencies": {
"@lerna-lite/cli": "^2.5.1",
"@lerna-lite/publish": "^2.5.1",
"@lerna-lite/watch": "^2.5.1",
"@playwright/test": "^1.38.0",
"@types/node": "^20.6.1",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@playwright/test": "^1.38.1",
"@types/node": "^20.8.2",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"cross-env": "^7.0.3",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"npm-run-all2": "^6.0.6",
"pnpm": "^8.7.5",
"npm-run-all2": "^6.1.1",
"pnpm": "^8.8.0",
"prettier": "^3.0.3",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit 63cd324

Please sign in to comment.