Skip to content

Commit

Permalink
4.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSergey committed Oct 16, 2023
1 parent 907a057 commit 69a94fd
Show file tree
Hide file tree
Showing 14 changed files with 96 additions and 321 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
- Added [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist)
- Turned off all conflicts rules
- Updated all deprecation warnings from Stylelint
- Added
- [@rockpack/codestyle](https://github.com/AlexSergey/rockpack/tree/master/packages/codestyle) module integrated to each of project
- React Pure project added (include React, React-Dom only)
- Adopt the code to use [iSSR](https://github.com/AlexSergey/issr) the new version
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.0.0-next.5",
"version": "4.0.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -20,9 +20,9 @@
"react-helmet": "6.1.0"
},
"devDependencies": {
"@rockpack/codestyle": "4.0.0-next.5",
"@rockpack/compiler": "4.0.0-next.5",
"@rockpack/tsconfig": "4.0.0-next.5",
"@rockpack/codestyle": "4.0.0",
"@rockpack/compiler": "4.0.0",
"@rockpack/tsconfig": "4.0.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.0.0-next.5",
"version": "4.0.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.0.0-next.5",
"@rockpack/compiler": "4.0.0-next.5",
"@rockpack/tester": "4.0.0-next.5",
"@rockpack/codestyle": "4.0.0",
"@rockpack/compiler": "4.0.0",
"@rockpack/tester": "4.0.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.0.0-next.5",
"version": "4.0.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.0.0-next.5",
"@rockpack/compiler": "4.0.0-next.5",
"@rockpack/tester": "4.0.0-next.5",
"@rockpack/tsconfig": "4.0.0-next.5",
"@rockpack/codestyle": "4.0.0",
"@rockpack/compiler": "4.0.0",
"@rockpack/tester": "4.0.0",
"@rockpack/tsconfig": "4.0.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 69a94fd

Please sign in to comment.