@swan-io/lake 10.0.0 → 11.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/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  You can start the [Storybook](https://storybook.js.org), a small application that allows you to list and play with the various components.
8
8
 
9
9
  ```console
10
- $ yarn start
10
+ $ pnpm start
11
11
  ```
12
12
 
13
13
  ## Consume the design system from apps
@@ -45,5 +45,5 @@ import {
45
45
  You can build a static version of the Storybook (e.g. to host a demo space):
46
46
 
47
47
  ```console
48
- $ yarn build
48
+ $ pnpm build
49
49
  ```
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@swan-io/lake",
3
- "version": "10.0.0",
3
+ "version": "11.0.0",
4
4
  "engines": {
5
5
  "node": ">=20.9.0",
6
- "yarn": "^1.22.0"
6
+ "pnpm": "9.9.0"
7
7
  },
8
8
  "files": [
9
9
  "LICENSE",
@@ -35,7 +35,6 @@
35
35
  "polished": "^4.3.1",
36
36
  "prism-react-renderer": "^2.4.0",
37
37
  "react": "^18.3.1",
38
- "react-atomic-state": "^2.0.0",
39
38
  "react-dom": "^18.3.1",
40
39
  "react-native-web": "^0.19.13",
41
40
  "rifm": "^0.12.1",
@@ -53,4 +52,4 @@
53
52
  "jsdom": "^25.0.1",
54
53
  "type-fest": "^4.26.1"
55
54
  }
56
- }
55
+ }