@toptal/davinci-engine 12.1.8-alpha-update-lerna-2-e115285d.0 → 12.1.8

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +5 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Change Log
2
2
 
3
+ ## 12.1.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`d63674a7`](https://github.com/toptal/davinci/commit/d63674a736f6d909bf2d337d710afff36f8d09a9)]:
8
+ - @toptal/davinci-monorepo@12.0.0
9
+
3
10
  ## 12.1.7
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-engine",
3
- "version": "12.1.8-alpha-update-lerna-2-e115285d.0+e115285d",
3
+ "version": "12.1.8",
4
4
  "description": "Build tool for frontend projects",
5
5
  "author": "Toptal",
6
6
  "license": "SEE LICENSE IN LICENSE.MD",
@@ -43,9 +43,9 @@
43
43
  "@svgr/webpack": "^8.1.0",
44
44
  "@swc/core": "^1.9.3",
45
45
  "@swc/plugin-styled-components": "^5.0.0",
46
- "@toptal/davinci-cli-shared": "2.5.2-alpha-update-lerna-2-e115285d.31+e115285d",
47
- "@toptal/davinci-cloudflare-requests-handler": "0.1.3-alpha-update-lerna-2-e115285d.257+e115285d",
48
- "@toptal/davinci-monorepo": "11.0.1-alpha-update-lerna-2-e115285d.0+e115285d",
46
+ "@toptal/davinci-cli-shared": "^2.5.1",
47
+ "@toptal/davinci-cloudflare-requests-handler": "0.1.2",
48
+ "@toptal/davinci-monorepo": "^12.0.0",
49
49
  "autoprefixer": "^10.4.15",
50
50
  "babel-loader": "^8.2.3",
51
51
  "babel-plugin-graphql-tag": "^3.3.0",
@@ -108,6 +108,5 @@
108
108
  },
109
109
  "publishConfig": {
110
110
  "access": "public"
111
- },
112
- "gitHead": "e115285db061baff1ac5f1c5947deaf76c4f2f15"
111
+ }
113
112
  }