Skip to content

Commit 3d8d22f

Browse files
authored
Packages/shared configs/linterfix (#185)
* use @latest specifier for OxC * [email protected]
1 parent 0eee528 commit 3d8d22f

File tree

3 files changed

+1367
-935
lines changed

3 files changed

+1367
-935
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
22
"devDependencies": {
33
"@instructure/browserslist-config-instui": "^11.2.0",
4-
"@testing-library/react": "^16.3.0",
5-
"@types/react": "^19.2.6",
4+
"@testing-library/react": "^16.3.1",
5+
"@types/react": "^19.2.7",
66
"@types/react-dom": "^19.2.3",
77
"@typescript/native-preview": "latest",
8-
"@vitejs/plugin-react": "^5.1.1",
8+
"@vitejs/plugin-react": "^5.1.2",
99
"@vitest/coverage-istanbul": "3.2.4",
1010
"@vitest/coverage-v8": "^3.2.4",
1111
"babel-plugin-react-compiler": "^1.0.0",
12-
"browserslist": "^4.28.0",
12+
"browserslist": "^4.28.1",
1313
"istanbul-lib-report": "^3.0.1",
1414
"istanbul-reports": "^3.2.0",
15-
"jsdom": "^27.2.0",
15+
"jsdom": "^27.3.0",
1616
"lightningcss": "^1.30.2",
17-
"oxfmt": "^0.14.0",
18-
"oxlint": "^1.29.0",
19-
"oxlint-tsgolint": "^0.8.0",
17+
"oxfmt": "^0.18.0",
18+
"oxlint": "^1.33.0",
19+
"oxlint-tsgolint": "^0.9.1",
2020
"react-compiler-runtime": "^1.0.0",
21-
"tsdown": "^0.16.6",
22-
"vite": "npm:rolldown-vite@^7.2.7",
21+
"tsdown": "^0.16.8",
22+
"vite": "npm:rolldown-vite@^7.2.11",
2323
"vite-node": "^3.2.4",
2424
"vitest": "^3.2.4",
25-
"yaml": "^2.8.1"
25+
"yaml": "^2.8.2"
2626
},
27-
"version": "3.0.0",
27+
"version": "3.0.1",
2828
"name": "@instructure.ai/shared-configs",
2929
"packageManager": "[email protected]",
3030
"private": true,
@@ -57,4 +57,4 @@
5757
"type": "git",
5858
"url": "https://github.com/instructure/instructure.ai"
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)