carbon-preprocess-svelte 0.9.0 → 0.9.1

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 +4 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.9.1](https://github.com/carbon-design-system/carbon-preprocess-svelte/releases/tag/v0.9.1) - 2022-06-19
9
+
10
+ - bump `svelte-preprocess` from v4.10.5 to v4.10.7
11
+
8
12
  ## [0.9.0](https://github.com/carbon-design-system/carbon-preprocess-svelte/releases/tag/v0.9.0) - 2022-04-17
9
13
 
10
14
  - upgrade `carbon-components-svelte` to v0.63.0 and rebuild components API used by `optimizeImports`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-preprocess-svelte",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Collection of Svelte preprocessors for the Carbon Design System",
6
6
  "module": "./dist/index.mjs",
@@ -30,8 +30,8 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "purgecss": "^4.1.3",
33
- "svelte-preprocess": "^4.10.5",
34
- "typescript": "^4.6.3"
33
+ "svelte-preprocess": "^4.10.7",
34
+ "typescript": "^4.7.4"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@carbon/elements": "10.31.0",
@@ -46,7 +46,7 @@
46
46
  "npm-run-all": "^4.1.5",
47
47
  "prettier": "^2.6.2",
48
48
  "prettier-plugin-svelte": "^2.7.0",
49
- "rollup": "^2.70.1",
49
+ "rollup": "^2.70.2",
50
50
  "svelte": "^3.47.0",
51
51
  "totalist": "^3.0.0",
52
52
  "ts-node": "^10.7.0"