Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2023
1 parent b634870 commit 4f0d8aa
Show file tree
Hide file tree
Showing 4 changed files with 4,435 additions and 1,762 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js 18
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.8.1
with:
node-version: 18

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js 18
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.8.1
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'
Expand Down
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@
"build:storybook": "build-storybook -c .storybook -o dist/storybook"
},
"dependencies": {
"core-js": "3.29.0",
"get-user-locale": "2.2.1",
"core-js": "3.33.0",
"get-user-locale": "2.3.0",
"iso4217": "0.2.0",
"vue": "2.x"
},
"devDependencies": {
"@babel/core": "7.21.0",
"@babel/preset-env": "7.20.2",
"@storybook/addon-actions": "6.5.16",
"@storybook/addon-essentials": "6.5.16",
"@storybook/addon-links": "6.5.16",
"@storybook/builder-webpack5": "6.5.16",
"@babel/core": "7.23.2",
"@babel/preset-env": "7.23.2",
"@storybook/addon-actions": "7.4.6",
"@storybook/addon-essentials": "7.4.6",
"@storybook/addon-links": "7.4.6",
"@storybook/builder-webpack5": "7.4.6",
"@storybook/manager-webpack5": "6.5.16",
"@storybook/vue": "6.5.16",
"@types/jest": "29.4.0",
"@typescript-eslint/eslint-plugin": "5.54.1",
"@typescript-eslint/parser": "5.54.1",
"@types/jest": "29.5.5",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-typescript": "5.0.8",
Expand All @@ -47,31 +47,31 @@
"@vue/eslint-config-prettier": "7.1.0",
"@vue/eslint-config-typescript": "11.0.2",
"@vue/test-utils": "1.3.4",
"@vue/vue2-jest": "29.2.3",
"@vue/vue2-jest": "29.2.6",
"awesome-typescript-loader": "5.2.1",
"babel-jest": "29.5.0",
"babel-loader": "9.1.2",
"babel-jest": "29.7.0",
"babel-loader": "9.1.3",
"babel-plugin-transform-require-context": "0.1.1",
"css-loader": "6.7.3",
"eslint": "8.36.0",
"eslint-plugin-import": "2.27.5",
"css-loader": "6.8.1",
"eslint": "8.51.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-storybook": "0.6.11",
"eslint-plugin-vue": "9.9.0",
"jest": "29.5.0",
"jest-config": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"eslint-plugin-storybook": "0.6.15",
"eslint-plugin-vue": "9.17.0",
"jest": "29.7.0",
"jest-config": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-serializer-vue": "2.0.2",
"prettier": "2.8.4",
"sass": "1.59.2",
"sass-loader": "13.2.0",
"storybook": "6.5.16",
"style-loader": "3.3.1",
"ts-jest": "29.0.5",
"tsconfig-paths-webpack-plugin": "4.0.1",
"typescript": "4.9.5",
"prettier": "3.0.3",
"sass": "1.69.3",
"sass-loader": "13.3.2",
"storybook": "7.4.6",
"style-loader": "3.3.3",
"ts-jest": "29.1.1",
"tsconfig-paths-webpack-plugin": "4.1.0",
"typescript": "5.2.2",
"vue-loader": "15.10.1",
"vue-template-compiler": "2.x"
},
Expand Down
Loading

0 comments on commit 4f0d8aa

Please sign in to comment.