Skip to content

Commit d0aa68a

Browse files
Bump the remix group with 6 updates
Bumps the remix group with 6 updates: | Package | From | To | | --- | --- | --- | | [@remix-run/architect](https://github.com/remix-run/remix/tree/HEAD/packages/remix-architect) | `2.15.1` | `2.15.2` | | [@remix-run/css-bundle](https://github.com/remix-run/remix/tree/HEAD/packages/remix-css-bundle) | `2.15.1` | `2.15.2` | | [@remix-run/node](https://github.com/remix-run/remix/tree/HEAD/packages/remix-node) | `2.15.1` | `2.15.2` | | [@remix-run/react](https://github.com/remix-run/remix/tree/HEAD/packages/remix-react) | `2.15.1` | `2.15.2` | | [@remix-run/dev](https://github.com/remix-run/remix/tree/HEAD/packages/remix-dev) | `2.15.1` | `2.15.2` | | [@remix-run/eslint-config](https://github.com/remix-run/remix/tree/HEAD/packages/remix-eslint-config) | `2.15.1` | `2.15.2` | Updates `@remix-run/architect` from 2.15.1 to 2.15.2 - [Release notes](https://github.com/remix-run/remix/releases) - [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-architect/CHANGELOG.md) - [Commits](https://github.com/remix-run/remix/commits/@remix-run/[email protected]/packages/remix-architect) Updates `@remix-run/css-bundle` from 2.15.1 to 2.15.2 - [Release notes](https://github.com/remix-run/remix/releases) - [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-css-bundle/CHANGELOG.md) - [Commits](https://github.com/remix-run/remix/commits/@remix-run/[email protected]/packages/remix-css-bundle) Updates `@remix-run/node` from 2.15.1 to 2.15.2 - [Release notes](https://github.com/remix-run/remix/releases) - [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-node/CHANGELOG.md) - [Commits](https://github.com/remix-run/remix/commits/@remix-run/[email protected]/packages/remix-node) Updates `@remix-run/react` from 2.15.1 to 2.15.2 - [Release notes](https://github.com/remix-run/remix/releases) - [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-react/CHANGELOG.md) - [Commits](https://github.com/remix-run/remix/commits/@remix-run/[email protected]/packages/remix-react) Updates `@remix-run/dev` from 2.15.1 to 2.15.2 - [Release notes](https://github.com/remix-run/remix/releases) - [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-dev/CHANGELOG.md) - [Commits](https://github.com/remix-run/remix/commits/@remix-run/[email protected]/packages/remix-dev) Updates `@remix-run/eslint-config` from 2.15.1 to 2.15.2 - [Release notes](https://github.com/remix-run/remix/releases) - [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-eslint-config/CHANGELOG.md) - [Commits](https://github.com/remix-run/remix/commits/@remix-run/[email protected]/packages/remix-eslint-config) --- updated-dependencies: - dependency-name: "@remix-run/architect" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: remix - dependency-name: "@remix-run/css-bundle" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: remix - dependency-name: "@remix-run/node" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: remix - dependency-name: "@remix-run/react" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: remix - dependency-name: "@remix-run/dev" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: remix - dependency-name: "@remix-run/eslint-config" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: remix ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fb81ecf commit d0aa68a

File tree

2 files changed

+49
-59
lines changed

2 files changed

+49
-59
lines changed

package-lock.json

+43-53
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"deploy": "arc deploy --no-hydrate --prune --production"
1515
},
1616
"dependencies": {
17-
"@remix-run/architect": "^2.5.1",
18-
"@remix-run/css-bundle": "^2.5.1",
19-
"@remix-run/node": "^2.5.1",
20-
"@remix-run/react": "^2.5.1",
17+
"@remix-run/architect": "^2.15.2",
18+
"@remix-run/css-bundle": "^2.15.2",
19+
"@remix-run/node": "^2.15.2",
20+
"@remix-run/react": "^2.15.2",
2121
"@trussworks/react-uswds": "^9.0.0",
2222
"cross-env": "^7.0.3",
2323
"isbot": "^5.1.18",
@@ -28,8 +28,8 @@
2828
"devDependencies": {
2929
"@architect/architect": "^11.0.13",
3030
"@nasa-gcn/eslint-config-gitignore": "^0.0.2",
31-
"@remix-run/dev": "^2.5.1",
32-
"@remix-run/eslint-config": "^2.5.1",
31+
"@remix-run/dev": "^2.15.2",
32+
"@remix-run/eslint-config": "^2.15.2",
3333
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
3434
"@types/react": "^18.2.24",
3535
"@types/react-dom": "^18.2.8",

0 commit comments

Comments
 (0)