Skip to content

Commit

Permalink
⬆️ Upgrade package versions & fix them
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-m-santos authored and joao committed Sep 1, 2023
1 parent aa78f02 commit f0d5037
Show file tree
Hide file tree
Showing 6 changed files with 731 additions and 781 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,24 +37,24 @@
"test": "pnpm --filter='./packages/vue3' run test"
},
"devDependencies": {
"@release-it-plugins/workspaces": "^3.2.0",
"@types/node": "^18.11.5",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.43.0",
"auto-changelog": "^2.4.0",
"css-loader": "^6.7.2",
"eslint": "^8.27.0",
"eslint-plugin-vue": "^9.9.0",
"glob": "^8.0.3",
"mini-css-extract-plugin": "^2.7.0",
"prettier": "^2.7.1",
"release-it": "^15.6.0",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.62.1",
"sass-loader": "^13.2.0",
"typescript": "^4.6.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0"
"@release-it-plugins/workspaces": "3.2.0",
"@types/node": "18.11.5",
"@typescript-eslint/eslint-plugin": "5.17.0",
"@typescript-eslint/parser": "5.43.0",
"auto-changelog": "2.4.0",
"css-loader": "6.7.2",
"eslint": "8.27.0",
"eslint-plugin-vue": "9.9.0",
"glob": "8.0.3",
"mini-css-extract-plugin": "2.7.0",
"prettier": "2.7.1",
"release-it": "15.6.0",
"resize-observer-polyfill": "1.5.1",
"sass": "1.62.1",
"sass-loader": "13.2.0",
"typescript": "4.6.3",
"webpack": "5.76.0",
"webpack-cli": "5.0.0"
},
"keywords": [
"Lume",
Expand Down
8 changes: 4 additions & 4 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"lint": "eslint ./src ./test --ext .js,.ts,.vue"
},
"dependencies": {
"@popperjs/core": "^2.11.4",
"@popperjs/core": "2.11.4",
"d3": "7.8.0",
"d3-sankey": "0.12.3"
},
"devDependencies": {
"@storybook/addon-actions": "7.2.1",
"@storybook/vue3": "7.2.1",
"@vue/test-utils": "^2.3.2",
"vitest": "^0.33.0",
"vue": "^3.2.47"
"@vue/test-utils": "2.3.2",
"vitest": "0.34.0",
"vue": "3.2.47"
},
"keywords": [],
"author": "",
Expand Down
6 changes: 3 additions & 3 deletions packages/storybook-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "A set of utilities for Storybook",
"private": true,
"devDependencies": {
"@storybook/manager-api": "^7.2.1",
"@storybook/preview-api": "^7.2.1",
"@storybook/theming": "^7.2.1"
"@storybook/manager-api": "7.2.2",
"@storybook/preview-api": "7.2.2",
"@storybook/theming": "7.2.2"
}
}
30 changes: 15 additions & 15 deletions packages/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,28 +25,28 @@
"storybook": "sb dev -p 9002 -c .storybook"
},
"dependencies": {
"@popperjs/core": "^2.11.4",
"d3": "7.8.4",
"@popperjs/core": "2.11.4",
"d3": "7.8.5",
"d3-sankey": "0.12.3"
},
"peerDependencies": {
"vue": "^2.7.10"
"vue": "2.7.13"
},
"devDependencies": {
"@adyen/lume-core": "workspace:@adyen/lume-core@*",
"@storybook/addon-a11y": "^7.2.1",
"@storybook/addon-essentials": "^7.2.1",
"@storybook/cli": "^7.2.1",
"@storybook/manager-api": "^7.2.1",
"@storybook/theming": "^7.2.1",
"@storybook/vue": "^7.2.1",
"@storybook/vue-vite": "^7.2.1",
"@vitejs/plugin-vue2": "^2.2.0",
"@storybook/addon-a11y": "7.2.2",
"@storybook/addon-essentials": "7.2.2",
"@storybook/cli": "7.2.2",
"@storybook/manager-api": "7.2.2",
"@storybook/theming": "7.2.2",
"@storybook/vue": "7.2.2",
"@storybook/vue-vite": "7.2.2",
"@vitejs/plugin-vue2": "2.2.0",
"storybook-utils": "workspace:storybook-utils@*",
"vite": "^4.3.9",
"vite-plugin-static-copy": "^0.17.0",
"vue": "^2.7.10",
"vue-template-compiler": "2.7.10"
"vite": "4.3.9",
"vite-plugin-static-copy": "0.17.0",
"vue": "2.7.13",
"vue-template-compiler": "2.7.13"
},
"keywords": [
"Lume",
Expand Down
36 changes: 18 additions & 18 deletions packages/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,31 +27,31 @@
"test": "vitest --config=vitest.config.ts"
},
"dependencies": {
"@popperjs/core": "^2.11.4",
"d3": "7.8.4",
"@popperjs/core": "2.11.4",
"d3": "7.8.5",
"d3-sankey": "0.12.3"
},
"peerDependencies": {
"vue": "^3.2.47"
"vue": "3.2.47"
},
"devDependencies": {
"@adyen/lume-core": "workspace:@adyen/lume-core@*",
"@storybook/addon-a11y": "^7.2.1",
"@storybook/addon-essentials": "^7.2.1",
"@storybook/cli": "^7.2.1",
"@storybook/manager-api": "^7.2.1",
"@storybook/theming": "^7.2.1",
"@storybook/vue3": "^7.2.1",
"@storybook/vue3-vite": "^7.2.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vitest/coverage-istanbul": "^0.33.0",
"@vue/test-utils": "^2.3.2",
"jsdom": "^22.1.0",
"@storybook/addon-a11y": "7.2.2",
"@storybook/addon-essentials": "7.2.2",
"@storybook/cli": "7.2.2",
"@storybook/manager-api": "7.2.2",
"@storybook/theming": "7.2.2",
"@storybook/vue3": "7.2.2",
"@storybook/vue3-vite": "7.2.2",
"@vitejs/plugin-vue": "4.2.3",
"@vitest/coverage-istanbul": "0.34.0",
"@vue/test-utils": "2.3.2",
"jsdom": "22.1.0",
"storybook-utils": "workspace:storybook-utils@*",
"vite": "^4.3.9",
"vite-plugin-static-copy": "^0.17.0",
"vitest": "^0.33.0",
"vue": "^3.2.47"
"vite": "4.3.9",
"vite-plugin-static-copy": "0.17.0",
"vitest": "0.34.0",
"vue": "3.2.47"
},
"keywords": [
"Lume",
Expand Down
Loading

0 comments on commit f0d5037

Please sign in to comment.