@doist/typist 2.1.3 → 2.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +24 -24
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [2.2.0](https://github.com/Doist/typist/compare/v2.1.3...v2.2.0) (2023-11-21)
2
+
3
+ ### Features
4
+
5
+ - add support for Node v21 ([#533](https://github.com/Doist/typist/issues/533)) ([87ca351](https://github.com/Doist/typist/commit/87ca35150b03a8a429296a3324b018e1a9121b04))
6
+
1
7
  ## [2.1.3](https://github.com/Doist/typist/compare/v2.1.2...v2.1.3) (2023-11-03)
2
8
 
3
9
  ### Bug Fixes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@doist/typist",
3
3
  "description": "The mighty Tiptap-based rich-text editor React component that powers Doist products.",
4
- "version": "2.1.3",
4
+ "version": "2.2.0",
5
5
  "license": "MIT",
6
6
  "homepage": "https://typist.doist.dev/",
7
7
  "repository": "https://github.com/Doist/typist",
@@ -10,7 +10,7 @@
10
10
  "types": "dist/index.d.ts",
11
11
  "sideEffects": false,
12
12
  "engines": {
13
- "node": "^16.0.0 || ^18.0.0 || ^20.0.0",
13
+ "node": "^16.0.0 || ^18.0.0 || ^20.0.0 || ^21.0.0",
14
14
  "npm": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
15
15
  },
16
16
  "publishConfig": {
@@ -81,57 +81,57 @@
81
81
  "devDependencies": {
82
82
  "@doist/eslint-config": "11.0.0",
83
83
  "@doist/prettier-config": "4.0.0",
84
- "@doist/reactist": "22.1.0",
84
+ "@doist/reactist": "22.3.0",
85
85
  "@mdx-js/react": "2.3.0",
86
86
  "@semantic-release/changelog": "6.0.3",
87
87
  "@semantic-release/exec": "6.0.3",
88
88
  "@semantic-release/git": "10.0.1",
89
- "@storybook/addon-a11y": "7.5.1",
90
- "@storybook/addon-essentials": "7.5.1",
91
- "@storybook/addons": "7.5.1",
89
+ "@storybook/addon-a11y": "7.5.3",
90
+ "@storybook/addon-essentials": "7.5.3",
91
+ "@storybook/addons": "7.5.3",
92
92
  "@storybook/csf": "0.1.1",
93
93
  "@storybook/mdx2-csf": "1.1.0",
94
- "@storybook/react": "7.5.1",
95
- "@storybook/react-vite": "7.5.1",
94
+ "@storybook/react": "7.5.3",
95
+ "@storybook/react-vite": "7.5.3",
96
96
  "@testing-library/dom": "9.3.3",
97
97
  "@testing-library/jest-dom": "6.1.4",
98
- "@testing-library/react": "14.0.0",
99
- "@types/lodash-es": "4.17.10",
100
- "@types/react": "18.2.33",
101
- "@types/react-dom": "18.2.14",
102
- "@types/react-syntax-highlighter": "15.5.9",
103
- "@types/turndown": "5.0.3",
104
- "@vitejs/plugin-react": "4.1.0",
98
+ "@testing-library/react": "14.1.0",
99
+ "@types/lodash-es": "4.17.11",
100
+ "@types/react": "18.2.37",
101
+ "@types/react-dom": "18.2.15",
102
+ "@types/react-syntax-highlighter": "15.5.10",
103
+ "@types/turndown": "5.0.4",
104
+ "@vitejs/plugin-react": "4.1.1",
105
105
  "boring-avatars": "1.10.1",
106
106
  "classnames": "2.3.2",
107
107
  "conventional-changelog-conventionalcommits": "7.0.2",
108
108
  "emoji-regex": "10.3.0",
109
- "eslint": "8.52.0",
109
+ "eslint": "8.53.0",
110
110
  "eslint-formatter-codeframe": "7.32.1",
111
111
  "eslint-import-resolver-typescript": "3.6.1",
112
112
  "eslint-plugin-simple-import-sort": "10.0.0",
113
113
  "eslint-plugin-storybook": "0.6.15",
114
114
  "eslint-plugin-unicorn": "48.0.1",
115
- "eslint-plugin-vitest": "0.3.8",
115
+ "eslint-plugin-vitest": "0.3.9",
116
116
  "eslint-plugin-vitest-globals": "1.4.0",
117
- "github-markdown-css": "5.3.0",
117
+ "github-markdown-css": "5.4.0",
118
118
  "husky": "8.0.3",
119
119
  "ignore-sync": "7.0.1",
120
120
  "is-ci": "3.0.1",
121
121
  "jsdom": "22.1.0",
122
- "lint-staged": "14.0.1",
122
+ "lint-staged": "15.1.0",
123
123
  "npm-run-all": "4.1.5",
124
- "prettier": "3.0.3",
124
+ "prettier": "3.1.0",
125
125
  "react": "18.2.0",
126
126
  "react-dom": "18.2.0",
127
- "react-icons": "4.11.0",
127
+ "react-icons": "4.12.0",
128
128
  "react-markdown": "8.0.7",
129
129
  "react-syntax-highlighter": "15.5.0",
130
130
  "rimraf": "5.0.5",
131
- "semantic-release": "22.0.5",
132
- "storybook": "7.5.1",
131
+ "semantic-release": "22.0.7",
132
+ "storybook": "7.5.3",
133
133
  "storybook-css-modules": "1.0.8",
134
- "type-fest": "4.6.0",
134
+ "type-fest": "4.7.1",
135
135
  "typescript": "5.2.2",
136
136
  "typescript-plugin-css-modules": "5.0.2",
137
137
  "vitest": "0.34.6"