Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent b634870 commit 790ab55
Show file tree
Hide file tree
Showing 5 changed files with 3,794 additions and 2,270 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:

jobs:
build_and_test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.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@v4.1.0
with:
node-version: 18

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
release:
name: Release

runs-on: ubuntu-22.04
runs-on: ubuntu-24.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@v4.1.0
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
22
66 changes: 33 additions & 33 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.39.0",
"get-user-locale": "2.3.2",
"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.26.0",
"@babel/preset-env": "7.26.0",
"@storybook/addon-actions": "8.4.7",
"@storybook/addon-essentials": "8.4.7",
"@storybook/addon-links": "8.4.7",
"@storybook/builder-webpack5": "8.4.7",
"@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.14",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"@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.2.1",
"babel-plugin-transform-require-context": "0.1.1",
"css-loader": "6.7.3",
"eslint": "8.36.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.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",
"css-loader": "7.1.2",
"eslint": "9.17.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "14.0.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-storybook": "0.11.2",
"eslint-plugin-vue": "9.32.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.4.2",
"sass": "1.83.1",
"sass-loader": "16.0.4",
"storybook": "8.4.7",
"style-loader": "4.0.0",
"ts-jest": "29.2.5",
"tsconfig-paths-webpack-plugin": "4.2.0",
"typescript": "5.7.2",
"vue-loader": "15.10.1",
"vue-template-compiler": "2.x"
},
Expand Down
Loading

0 comments on commit 790ab55

Please sign in to comment.