Skip to content

Commit

Permalink
⬆️(dependencies) update js dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jbpenrath committed Dec 22, 2022
1 parent 336e074 commit 7013f10
Show file tree
Hide file tree
Showing 4 changed files with 225 additions and 103 deletions.
12 changes: 6 additions & 6 deletions examples/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"react-intl": "6.2.5"
},
"devDependencies": {
"@formatjs/cli": "5.1.7",
"@formatjs/cli": "5.1.12",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@typescript-eslint/eslint-plugin": "5.46.0",
"@typescript-eslint/parser": "5.46.0",
"@typescript-eslint/eslint-plugin": "5.47.0",
"@typescript-eslint/parser": "5.47.0",
"@vitejs/plugin-react": "3.0.0",
"eslint": "8.29.0",
"eslint": "8.30.0",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-typescript": "3.5.2",
"eslint-plugin-compat": "4.0.2",
Expand All @@ -34,12 +34,12 @@
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.11",
"postcss": "8.4.20",
"sass": "1.56.2",
"sass": "1.57.1",
"stylelint": "14.16.0",
"stylelint-config-standard": "29.0.0",
"stylelint-config-standard-scss": "6.1.0",
"stylelint-order": "5.0.0",
"typescript": "4.8.4",
"vite": "4.0.0"
"vite": "4.0.3"
}
}
10 changes: 5 additions & 5 deletions examples/poll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@types/styled-components": "5.1.26",
"@typescript-eslint/eslint-plugin": "5.46.0",
"@typescript-eslint/parser": "5.46.0",
"@typescript-eslint/eslint-plugin": "5.47.0",
"@typescript-eslint/parser": "5.47.0",
"@vitejs/plugin-react": "3.0.0",
"babel-plugin-module-resolver": "4.1.0",
"eslint": "8.29.0",
"eslint": "8.30.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-compat": "4.0.2",
"eslint-plugin-import": "2.26.0",
Expand All @@ -42,13 +42,13 @@
"eslint-plugin-react": "7.31.11",
"jest": "29.3.1",
"postcss": "8.4.20",
"sass": "1.56.2",
"sass": "1.57.1",
"stylelint": "14.16.0",
"stylelint-config-standard": "29.0.0",
"stylelint-config-standard-scss": "6.1.0",
"stylelint-order": "5.0.0",
"typescript": "4.8.4",
"uuid": "9.0.0",
"vite": "4.0.0"
"vite": "4.0.3"
}
}
14 changes: 7 additions & 7 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
"dist"
],
"devDependencies": {
"@babel/core": "7.20.5",
"@babel/core": "7.20.7",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@formatjs/cli": "5.1.7",
"@formatjs/cli": "5.1.12",
"@testing-library/dom": "8.19.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
Expand All @@ -71,10 +71,10 @@
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@types/uuid": "9.0.0",
"@typescript-eslint/eslint-plugin": "5.46.0",
"@typescript-eslint/parser": "5.46.0",
"@typescript-eslint/eslint-plugin": "5.47.0",
"@typescript-eslint/parser": "5.47.0",
"@vitejs/plugin-react": "3.0.0",
"eslint": "8.29.0",
"eslint": "8.30.0",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-typescript": "3.5.2",
"eslint-plugin-compat": "4.0.2",
Expand All @@ -88,10 +88,10 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intl": "6.2.5",
"rollup": "3.7.3",
"rollup": "3.8.0",
"tslib": "2.4.1",
"typescript": "4.8.4",
"vite": "4.0.0",
"vite": "4.0.3",
"vite-plugin-dts": "1.7.1"
}
}
Loading

0 comments on commit 7013f10

Please sign in to comment.