Skip to content

Commit

Permalink
feat: provideArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
schummar committed Jun 20, 2023
1 parent d9f3a6b commit ec43a5d
Show file tree
Hide file tree
Showing 12 changed files with 707 additions and 470 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
"test:export": "vitest run --coverage --reporter=verbose --reporter=junit --outputFile=test/testResults.xml"
},
"dependencies": {
"@formatjs/icu-messageformat-parser": "^2.4.0",
"@formatjs/intl-localematcher": "^0.2.32",
"intl-messageformat": "^10.3.5"
"@formatjs/icu-messageformat-parser": "^2.6.0",
"@formatjs/intl-localematcher": "^0.4.0",
"intl-messageformat": "^10.5.0"
},
"peerDependencies": {
"@types/react": ">=16.8.0",
Expand All @@ -81,12 +81,12 @@
"@js-temporal/polyfill": "^0.4.4",
"@schummar/runp": "1.12.0",
"@testing-library/react": "14.0.0",
"@types/node": "20.2.5",
"@types/react": "18.2.7",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"@vitest/coverage-c8": "0.31.2",
"eslint": "8.41.0",
"@types/node": "20.3.1",
"@types/react": "18.2.13",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"@vitest/coverage-v8": "^0.32.2",
"eslint": "8.43.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"jsdom": "22.1.0",
Expand All @@ -95,10 +95,10 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.1",
"semantic-release": "21.0.2",
"typescript": "5.0.4",
"semantic-release": "21.0.5",
"typescript": "5.1.3",
"vite": "4.3.9",
"vitest": "0.31.2"
"vitest": "0.32.2"
},
"files": [
"dist",
Expand Down
Loading

0 comments on commit ec43a5d

Please sign in to comment.