@toptal/davinci-engine 12.2.2 → 12.2.3

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 +10 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Change Log
2
2
 
3
+ ## 12.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2598](https://github.com/toptal/davinci/pull/2598) [`b6b0332`](https://github.com/toptal/davinci/commit/b6b033259ccfe4d3211db0d6c990ca37223c97eb) Thanks [@denieler](https://github.com/denieler)!
8
+
9
+ ---
10
+
11
+ - upgraded @swc/core package
12
+
3
13
  ## 12.2.2
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-engine",
3
- "version": "12.2.2",
3
+ "version": "12.2.3",
4
4
  "description": "Build tool for frontend projects",
5
5
  "author": "Toptal",
6
6
  "license": "SEE LICENSE IN LICENSE.MD",
@@ -41,7 +41,7 @@
41
41
  "@sentry/cli": "^2.1.0",
42
42
  "@size-limit/file": "^8.1.0",
43
43
  "@svgr/webpack": "^8.1.0",
44
- "@swc/core": "^1.9.3",
44
+ "@swc/core": "^1.13.5",
45
45
  "@swc/plugin-styled-components": "^9.1.0",
46
46
  "@toptal/davinci-cli-shared": "^2.6.0",
47
47
  "@toptal/davinci-cloudflare-requests-handler": "0.1.2",