@toptal/davinci-skeleton 11.0.3 → 12.0.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.
- package/CHANGELOG.md +10 -0
- package/package.json +2 -3
- package/package.json.skeleton +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 12.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#1939](https://github.com/toptal/davinci/pull/1939) [`9d08e66c`](https://github.com/toptal/davinci/commit/9d08e66c30716f3351aa967f377df2e03bd6f2ba) Thanks [@dependabot](https://github.com/apps/dependabot)!
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
- bump yarn-deduplicate from 4.0.0 to 6.0.1
|
|
12
|
+
|
|
3
13
|
## 11.0.3
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-skeleton",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "12.0.0",
|
|
4
4
|
"description": "Toptal frontend application created with Davinci CLI",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -18,8 +18,7 @@
|
|
|
18
18
|
"cypress": "^12.5.1",
|
|
19
19
|
"jest-environment-jsdom": "^28.1.0",
|
|
20
20
|
"local-cypress": "^1.2.6",
|
|
21
|
-
"
|
|
22
|
-
"yarn-deduplicate": "^4.0.0",
|
|
21
|
+
"yarn-deduplicate": "^6.0.1",
|
|
23
22
|
"@storybook/builder-webpack5": "^6.5.10",
|
|
24
23
|
"@storybook/manager-webpack5": "^6.5.14",
|
|
25
24
|
"@storybook/react": "^6.5.9",
|
package/package.json.skeleton
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-skeleton",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "12.0.0",
|
|
4
4
|
"description": "Toptal frontend application created with Davinci CLI",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -18,8 +18,7 @@
|
|
|
18
18
|
"cypress": "^12.5.1",
|
|
19
19
|
"jest-environment-jsdom": "^28.1.0",
|
|
20
20
|
"local-cypress": "^1.2.6",
|
|
21
|
-
"
|
|
22
|
-
"yarn-deduplicate": "^4.0.0",
|
|
21
|
+
"yarn-deduplicate": "^6.0.1",
|
|
23
22
|
"@storybook/builder-webpack5": "^6.5.10",
|
|
24
23
|
"@storybook/manager-webpack5": "^6.5.14",
|
|
25
24
|
"@storybook/react": "^6.5.9",
|