@thefittingroom/shop-ui 3.0.0-alpha-15 → 3.0.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.
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@thefittingroom/shop-ui",
3
- "version": "3.0.0-alpha-15",
3
+ "version": "3.0.0",
4
4
  "description": "the fitting room UI library",
5
5
  "type": "module",
6
6
  "main": "./dist/esm/index.js",
7
7
  "scripts": {
8
8
  "clean": "rm -rf dist",
9
- "clean:all": "rm -rf dist && rm -rf build && rm -rf .rollup.cache",
9
+ "clean:all": "rm -rf dist build .rollup.cache",
10
10
  "build:prod": "npm run clean && NODE_ENV=prod rollup --config",
11
11
  "build:dev": "npm run clean && NODE_ENV=dev rollup --config",
12
12
  "watch:prod": "npm run clean && NODE_ENV=prod rollup --config -w",
@@ -15,15 +15,15 @@
15
15
  "pub": "npm run build:prod && npm publish --access public"
16
16
  },
17
17
  "engines": {
18
- "node": ">=10"
18
+ "node": ">=20"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@rollup/plugin-node-resolve": "^14.1.0",
22
22
  "@rollup/plugin-typescript": "^8.5.0",
23
23
  "@trivago/prettier-plugin-sort-imports": "^4.1.1",
24
- "live-server": "1.2.1",
24
+ "live-server": "^1.2.0",
25
25
  "prettier": "^2.8.8",
26
- "rollup": "^2.79.1",
26
+ "rollup": "^2.79.2",
27
27
  "rollup-plugin-dotenv": "^0.4.0",
28
28
  "rollup-plugin-styles": "^4.0.0",
29
29
  "rollup-plugin-terser": "^7.0.2",
@@ -32,6 +32,6 @@
32
32
  "typescript": "^4.0.2"
33
33
  },
34
34
  "dependencies": {
35
- "@thefittingroom/sdk": "3.0.0-alpha-13"
35
+ "@thefittingroom/sdk": "^2.0.0"
36
36
  }
37
37
  }
File without changes