Skip to content

Commit

Permalink
Bump some more packages, and ensure we use the public Npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
osmestad committed Aug 19, 2024
1 parent 31b6fa9 commit 67caed9
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 75 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
save-exact=true
registry=https://registry.npmjs.org/
145 changes: 77 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,21 +63,21 @@
"dependencies": {
"@eslint/compat": "1.1.1",
"@eslint/eslintrc": "3.1.0",
"@eslint/js": "9.8.0",
"@eslint/js": "9.9.0",
"@jambit/eslint-plugin-typed-redux-saga": "0.4.0",
"@typescript-eslint/eslint-plugin": "8.0.1",
"@typescript-eslint/parser": "8.0.1",
"@typescript-eslint/eslint-plugin": "8.1.0",
"@typescript-eslint/parser": "8.1.0",
"confusing-browser-globals": "1.0.11",
"eslint": "9.8.0",
"eslint": "9.9.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-xo": "0.46.0",
"eslint-config-xo-react": "0.27.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-cypress": "3.4.0",
"eslint-plugin-cypress": "3.5.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-no-only-tests": "3.1.0",
"eslint-plugin-perfectionist": "3.1.2",
"eslint-plugin-no-only-tests": "3.3.0",
"eslint-plugin-perfectionist": "3.2.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
Expand Down

0 comments on commit 67caed9

Please sign in to comment.