@toptal/davinci-skeleton 7.3.1-alpha-feat-fx-2770-init-command.23 → 7.3.2-alpha-dependabot-github-actions-actions-setup-node-3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -48,7 +48,7 @@ jobs:
48
48
  - name: Read davinci configuration
49
49
  id: davinci-config-data
50
50
  if: hashFiles('davinci.yaml') != ''
51
- uses: KJ002/read-yaml@87ea341cbbca892fb195e0c4aa49a114c5363b78
51
+ uses: KJ002/read-yaml@1.6
52
52
  with:
53
53
  file: './davinci.yaml'
54
54
  key-path: '["master"]'
@@ -47,7 +47,7 @@ jobs:
47
47
  - name: Read davinci configuration
48
48
  id: davinci-config-data
49
49
  if: hashFiles('davinci.yaml') != ''
50
- uses: KJ002/read-yaml@87ea341cbbca892fb195e0c4aa49a114c5363b78
50
+ uses: KJ002/read-yaml@1.6
51
51
  with:
52
52
  file: './davinci.yaml'
53
53
  key-path: '["master"]'
@@ -1,4 +1,4 @@
1
- const { config } = require('@toptal/davinci-storybook')
1
+ const config = require('@davinci/storybook')
2
2
 
3
3
  module.exports = {
4
4
  ...config,
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 7.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1445](https://github.com/toptal/davinci/pull/1445) [`3b9f1a7b`](https://github.com/toptal/davinci/commit/3b9f1a7bd12eb0aa93a09a52dc8dadb02778f70b) Thanks [@dmaklygin](https://github.com/dmaklygin)! - - Use a tag instead of commit hashes in GH Workflows
8
+
3
9
  ## 7.3.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-skeleton",
3
- "version": "7.3.1-alpha-feat-fx-2770-init-command.23+a3df3d13",
3
+ "version": "7.3.2-alpha-dependabot-github-actions-actions-setup-node-3.0+aff8bd33",
4
4
  "description": "Toptal frontend application created with Davinci CLI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -10,9 +10,7 @@
10
10
  "license": "ISC",
11
11
  "devDependencies": {
12
12
  "@cypress/react": "^6.0.0",
13
- "@toptal/browserslist-config": "1.2.1-alpha-feat-fx-2770-init-command.426+a3df3d13",
14
- "@toptal/davinci-storybook": "0.3.1-alpha-feat-fx-2770-init-command.21",
15
- "@toptal/davinci-storybook-theme": "0.2.1-alpha-feat-fx-2770-init-command.21",
13
+ "@toptal/browserslist-config": "1.2.1-alpha-dependabot-github-actions-actions-setup-node-3.409+aff8bd33",
16
14
  "@types/happo-cypress": "^3.0.0",
17
15
  "@types/jest": "^27.5.1",
18
16
  "@types/react": "^18.0.14",
@@ -62,5 +60,5 @@
62
60
  },
63
61
  "sideEffects": false,
64
62
  "main": "./src/index.tsx",
65
- "gitHead": "a3df3d1342c3ebbd360a7d043a956367acb92497"
63
+ "gitHead": "aff8bd339ae06ee7c3b717504d08824e47d904d5"
66
64
  }
@@ -1,6 +0,0 @@
1
- const { addons } = require('@storybook/addons')
2
- const theme = require('@toptal/davinci-storybook-theme').default
3
-
4
- addons.setConfig({
5
- theme,
6
- })