@knapsack/plugin-changelog-md 4.71.17--canary.5227.e08fdca.0 → 4.71.17--canary.5307.949134f.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/plugin-changelog-md",
3
3
  "description": "Add CHANGELOG.md info to Knapsack",
4
- "version": "4.71.17--canary.5227.e08fdca.0",
4
+ "version": "4.71.17--canary.5307.949134f.0",
5
5
  "main": "dist/server/changelog-md.js",
6
6
  "module": "dist/client/changelog-page.js",
7
7
  "sideEffects": false,
@@ -18,16 +18,16 @@
18
18
  "start:server": "yarn build:server --watch"
19
19
  },
20
20
  "dependencies": {
21
- "@knapsack/app": "4.71.17--canary.5227.e08fdca.0",
21
+ "@knapsack/app": "4.71.17--canary.5307.949134f.0",
22
22
  "fs-extra": "^11.2.0",
23
23
  "marked": "^6.0.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@babel/cli": "^7.25.9",
27
27
  "@babel/core": "^7.26.0",
28
- "@knapsack/babel-config": "4.71.17--canary.5227.e08fdca.0",
29
- "@knapsack/eslint-config-starter": "4.71.17--canary.5227.e08fdca.0",
30
- "@knapsack/typescript-config-starter": "4.71.17--canary.5227.e08fdca.0",
28
+ "@knapsack/babel-config": "4.71.17--canary.5307.949134f.0",
29
+ "@knapsack/eslint-config-starter": "4.71.17--canary.5307.949134f.0",
30
+ "@knapsack/typescript-config-starter": "4.71.17--canary.5307.949134f.0",
31
31
  "@rollup/plugin-babel": "^5.3.1",
32
32
  "@rollup/plugin-commonjs": "^21.1.0",
33
33
  "@rollup/plugin-image": "^2.0.4",
@@ -55,5 +55,5 @@
55
55
  "directory": "plugins/plugin-changelog-md",
56
56
  "type": "git"
57
57
  },
58
- "gitHead": "e08fdca74090228f2b9f714a07c5e0844d6c1000"
58
+ "gitHead": "949134fe210fb8dd2d764325b77747f1841e0140"
59
59
  }