Skip to content

Commit

Permalink
Chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nmn committed Dec 16, 2023
1 parent f5e9b5e commit 15e40bb
Show file tree
Hide file tree
Showing 14 changed files with 2,740 additions and 2,329 deletions.
2 changes: 1 addition & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[version]
0.223.0
0.224.0

[ignore]
.*/build/.*
Expand Down
9 changes: 0 additions & 9 deletions apps/docs/.prettierrc

This file was deleted.

7 changes: 3 additions & 4 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,14 @@
"@babel/eslint-parser": "^7.22.15",
"@stylexjs/babel-plugin": "0.3.0",
"clean-css": "^5.3.2",
"eslint": "^8.19.0",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"mkdirp": "^1.0.4",
"prettier": "^2.7.1",
"stylelint": "^14.9.1"
},
"browserslist": {
Expand Down
13 changes: 7 additions & 6 deletions apps/nextjs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@
"@stylexjs/babel-plugin": "^0.3.0",
"@stylexjs/eslint-plugin": "^0.3.0",
"@stylexjs/nextjs-plugin": "^0.3.0",
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"@types/node": "^20.10.4",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.56.0",
"eslint-config-next": "14.0.1",
"rimraf": "^5.0.5"
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
}
}
5 changes: 1 addition & 4 deletions apps/rollup-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
},
"license": "MIT",
"dependencies": {
"@stylexjs/stylex": "0.3.0"
},
"devDependencies": {
"rollup": "^4.0.2",
"@stylexjs/stylex": "0.3.0",
"@stylexjs/rollup-plugin": "0.3.0"
}
}
Loading

0 comments on commit 15e40bb

Please sign in to comment.