Skip to content

Commit ee8ae3e

Browse files
Bump oxfmt from 0.33.0 to 0.35.0 (#3973)
* Bump oxfmt from 0.33.0 to 0.35.0 Bumps [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) from 0.33.0 to 0.35.0. - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.35.0/npm/oxfmt) --- updated-dependencies: - dependency-name: oxfmt dependency-version: 0.35.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * - experimental, enable package.json sorting --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nicolas Stepien <stepien.nicolas@gmail.com>
1 parent 48597e7 commit ee8ae3e

2 files changed

Lines changed: 18 additions & 19 deletions

File tree

.oxfmtrc.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"ignorePatterns": ["/website/routeTree.gen.ts"],
44
"singleQuote": true,
55
"trailingComma": "none",
6-
"experimentalSortImports": {
6+
"sortImports": {
77
"customGroups": [
88
{
99
"groupName": "react",
@@ -64,6 +64,5 @@
6464
"unknown"
6565
],
6666
"newlinesBetween": false
67-
},
68-
"experimentalSortPackageJson": false
67+
}
6968
}

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
{
22
"name": "react-data-grid",
33
"version": "7.0.0-beta.59",
4-
"license": "MIT",
54
"description": "Feature-rich and customizable data grid React component",
65
"keywords": [
7-
"react",
8-
"data grid"
6+
"data grid",
7+
"react"
98
],
9+
"homepage": "https://github.com/Comcast/react-data-grid#readme",
10+
"bugs": "https://github.com/Comcast/react-data-grid/issues",
11+
"license": "MIT",
1012
"repository": {
1113
"type": "git",
1214
"url": "git+https://github.com/Comcast/react-data-grid.git"
1315
},
14-
"homepage": "https://github.com/Comcast/react-data-grid#readme",
15-
"bugs": "https://github.com/Comcast/react-data-grid/issues",
16+
"files": [
17+
"lib"
18+
],
1619
"type": "module",
20+
"sideEffects": [
21+
"**/*.css"
22+
],
23+
"main": "./lib/index.js",
24+
"module": "./lib/index.js",
25+
"browser": "./lib/index.js",
26+
"types": "./lib/index.d.ts",
1727
"exports": {
1828
"./lib/styles.css": "./lib/styles.css",
1929
".": {
2030
"types": "./lib/index.d.ts",
2131
"default": "./lib/index.js"
2232
}
2333
},
24-
"browser": "./lib/index.js",
25-
"main": "./lib/index.js",
26-
"module": "./lib/index.js",
27-
"types": "./lib/index.d.ts",
28-
"files": [
29-
"lib"
30-
],
31-
"sideEffects": [
32-
"**/*.css"
33-
],
3434
"scripts": {
3535
"start": "vite serve --clearScreen false",
3636
"preview": "vite preview",
@@ -74,7 +74,7 @@
7474
"eslint-plugin-testing-library": "^7.13.5",
7575
"jspdf": "^4.0.0",
7676
"jspdf-autotable": "^5.0.2",
77-
"oxfmt": "0.33.0",
77+
"oxfmt": "0.35.0",
7878
"playwright": "~1.58.0",
7979
"postcss": "^8.5.2",
8080
"react": "^19.2.1",

0 commit comments

Comments
 (0)