willba-component-library 0.0.51 → 0.0.52

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "willba-component-library",
3
- "version": "0.0.51",
3
+ "version": "0.0.52",
4
4
  "description": "A stroybook 6 with TypeScript demo",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.esm.js",
@@ -20,8 +20,7 @@
20
20
  "date-fns": "^2.30.0",
21
21
  "i18next": "^23.4.4",
22
22
  "react-day-picker": "^8.8.0",
23
- "react-i18next": "^13.1.1",
24
- "typeface-montserrat": "^1.1.13"
23
+ "react-i18next": "^13.1.1"
25
24
  },
26
25
  "peerDependencies": {
27
26
  "react": "^18.2.0",
package/rollup.config.mjs CHANGED
@@ -6,9 +6,6 @@ import postcss from 'rollup-plugin-postcss'
6
6
  import dts from 'rollup-plugin-dts'
7
7
  import json from '@rollup/plugin-json'
8
8
 
9
- // This is required to read package.json file when
10
- // using Native ES modules in Node.js
11
- // https://rollupjs.org/command-line-interface/#importing-package-json
12
9
  import { createRequire } from 'node:module'
13
10
  const requireFile = createRequire(import.meta.url)
14
11
  const packageJson = requireFile('./package.json')