@cutting/svg 4.47.0 → 4.48.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.
@@ -1,6 +1,6 @@
1
- @cutting/svg:build: cache hit, replaying output 56e7838f2f792826
1
+ @cutting/svg:build: cache hit, replaying output 7e3e6dc81983bac2
2
2
  @cutting/svg:build:
3
- @cutting/svg:build: > @cutting/svg@4.47.0 build /home/runner/work/cuttingedge/cuttingedge/packages/svg
3
+ @cutting/svg:build: > @cutting/svg@4.48.0 build /home/runner/work/cuttingedge/cuttingedge/packages/svg
4
4
  @cutting/svg:build: > NODE_ENV=production devtools rollup
5
5
  @cutting/svg:build:
6
6
  @cutting/svg:build: DEBUG using tsconfig.dist.json
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @cutting/svg
2
2
 
3
+ ## 4.48.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 6d9b0d40: remove @vanilla-extract/babel-plugin
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [6d9b0d40]
12
+ - @cutting/react-abortable-fetch@0.31.0
13
+ - @cutting/use-get-parent-size@1.22.0
14
+ - @cutting/util@4.54.0
15
+
3
16
  ## 4.47.0
4
17
 
5
18
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cutting/svg",
3
- "version": "4.47.0",
3
+ "version": "4.48.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/dagda1/cuttingedge.git"
@@ -11,23 +11,22 @@
11
11
  "types": "dist/esm/index.d.ts",
12
12
  "license": "MIT",
13
13
  "dependencies": {
14
- "@cutting/react-abortable-fetch": "0.30.0",
15
- "@cutting/use-get-parent-size": "1.21.0",
16
- "@cutting/util": "4.53.0",
14
+ "@cutting/react-abortable-fetch": "0.31.0",
15
+ "@cutting/use-get-parent-size": "1.22.0",
16
+ "@cutting/util": "4.54.0",
17
17
  "classnames": "^2.3.2",
18
18
  "resize-observer-polyfill": "^1.5.1"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@babel/runtime": "7.19.0",
22
- "@cutting/component-library": "5.28.0",
23
- "@cutting/devtools": "4.58.0",
22
+ "@cutting/component-library": "5.29.0",
23
+ "@cutting/devtools": "4.59.0",
24
24
  "@cutting/eslint-config": "4.41.0",
25
25
  "@cutting/tsconfig": "4.38.0",
26
26
  "@cutting/useful-types": "4.37.0",
27
27
  "@testing-library/react": "^13.4.0",
28
28
  "@types/react": "18.0.20",
29
29
  "@types/react-dom": "18.0.6",
30
- "@vanilla-extract/babel-plugin": "1.2.0",
31
30
  "@vanilla-extract/css": "^1.9.0",
32
31
  "@vanilla-extract/sprinkles": "1.5.0",
33
32
  "assert-ts": "0.3.4",
package/vite.config.ts CHANGED
@@ -14,7 +14,7 @@ export default defineConfig({
14
14
  vanillaExtractPlugin(),
15
15
  react({
16
16
  babel: {
17
- plugins: ['@vanilla-extract/babel-plugin'],
17
+ plugins: [],
18
18
  },
19
19
  }),
20
20
  ],