Skip to content

Commit

Permalink
4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSergey committed Oct 24, 2024
1 parent c34503f commit 5148440
Show file tree
Hide file tree
Showing 13 changed files with 8,382 additions and 6,276 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [4.5.0]

- Templates were refactored
- Changed react-router notation to the object style
- All dependencies were updated

## [4.4.0]

- ESLint 9 support
Expand Down
8 changes: 4 additions & 4 deletions book/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rockpack/book",
"version": "4.4.1",
"version": "4.5.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -21,9 +21,9 @@
"react-helmet": "6.1.0"
},
"devDependencies": {
"@rockpack/codestyle": "4.4.1",
"@rockpack/compiler": "4.4.1",
"@rockpack/tsconfig": "4.4.1",
"@rockpack/codestyle": "4.5.0",
"@rockpack/compiler": "4.5.0",
"@rockpack/tsconfig": "4.5.0",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@types/react-helmet": "6.1.7",
Expand Down
8 changes: 4 additions & 4 deletions next/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-starter",
"version": "4.4.1",
"version": "4.5.0",
"main": "index.js",
"scripts": {
"start": "node scripts.build",
Expand Down Expand Up @@ -55,9 +55,9 @@
"yargs": "16.2.0"
},
"devDependencies": {
"@rockpack/codestyle": "4.4.1",
"@rockpack/compiler": "4.4.1",
"@rockpack/tester": "4.4.1",
"@rockpack/codestyle": "4.5.0",
"@rockpack/compiler": "4.5.0",
"@rockpack/tester": "4.5.0",
"@types/dotenv-safe": "8.1.1",
"@types/jsonwebtoken": "8.5.0",
"@types/koa": "2.11.7",
Expand Down
10 changes: 5 additions & 5 deletions next/web-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-starter",
"version": "4.4.1",
"version": "4.5.0",
"scripts": {
"start": "node scripts.build",
"build": "node scripts.build --mode=production",
Expand Down Expand Up @@ -51,10 +51,10 @@
"devDependencies": {
"@localazer/webpack-plugin": "3.1.0",
"@localazer/po2json": "3.1.0",
"@rockpack/codestyle": "4.4.1",
"@rockpack/compiler": "4.4.1",
"@rockpack/tester": "4.4.1",
"@rockpack/tsconfig": "4.4.1",
"@rockpack/codestyle": "4.5.0",
"@rockpack/compiler": "4.5.0",
"@rockpack/tester": "4.5.0",
"@rockpack/tsconfig": "4.5.0",
"@issr/babel-plugin": "2.2.0",
"@storybook/addon-actions": "5.3.21",
"@storybook/addon-backgrounds": "5.3.21",
Expand Down
Loading

0 comments on commit 5148440

Please sign in to comment.