Skip to content

Commit

Permalink
Merge pull request #758 from VKCOM/4.42.0
Browse files Browse the repository at this point in the history
4.42.0
  • Loading branch information
8coon committed Jan 25, 2024
2 parents 80af01c + f879af3 commit 6b2e686
Show file tree
Hide file tree
Showing 9 changed files with 1,353 additions and 101 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
run: npm run docs:build

- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: './docs/dist'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vkontakte/vkui-tokens",
"version": "4.41.4",
"version": "4.42.0",
"description": "Репозиторий, который содержит в себе дизайн-токены и другие инструменты объединенной дизайн-системы VKUI и Paradigm",
"license": "MIT",
"homepage": "https://vkcom.github.io/vkui-tokens",
Expand Down Expand Up @@ -44,19 +44,19 @@
"csstype": "^3.1.1"
},
"devDependencies": {
"@babel/core": "7.23.3",
"@babel/core": "7.23.7",
"@svgr/webpack": "8.1.0",
"@types/color": "3.0.6",
"@types/common-tags": "1.8.4",
"@types/fs-extra": "11.0.4",
"@types/lodash": "4.14.202",
"@types/node": "18.11.10",
"@types/react": "18.2.39",
"@types/react-dom": "18.2.17",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.1",
"@vkontakte/appearance": "https://github.com/VKCOM/Appearance#v10.1.7",
"@vkontakte/icons": "2.85.0",
"@vkontakte/icons": "2.95.0",
"@vkontakte/prettier-config": "0.1.0",
"@vkontakte/vk-bridge": "2.12.2",
"@vkontakte/vkjs": "1.1.1",
Expand All @@ -81,7 +81,7 @@
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-sonarjs": "0.19.0",
"fs-extra": "11.2.0",
"html-webpack-plugin": "5.5.3",
"html-webpack-plugin": "5.6.0",
"husky": "8.0.3",
"jest": "29.7.0",
"jest-junit": "16.0.0",
Expand All @@ -94,9 +94,9 @@
"style-loader": "3.3.3",
"terser-webpack-plugin": "5.3.9",
"ts-jest": "29.1.1",
"ts-loader": "9.4.4",
"ts-loader": "9.5.1",
"ts-morph": "20.0.0",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"tscpaths": "0.0.9",
"type-fest": "4.8.3",
Expand Down
Loading

0 comments on commit 6b2e686

Please sign in to comment.