Skip to content

Commit c0821a5

Browse files
committed
5.0.1
1 parent 513b7e3 commit c0821a5

29 files changed

Lines changed: 19287 additions & 17647 deletions

book/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { makeConfig } = require('@rockpack/codestyle');
1+
const { makeConfig } = require('@rockpack/codestyle/index.js');
22

33
const config = makeConfig();
44

book/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rockpack/book",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -24,9 +24,9 @@
2424
"puppeteer": "7.1.0",
2525
"@prerenderer/renderer-puppeteer": "1.2.4",
2626
"@prerenderer/webpack-plugin": "5.3.10",
27-
"@rockpack/codestyle": "5.0.0",
28-
"@rockpack/compiler": "5.0.0",
29-
"@rockpack/tsconfig": "5.0.0",
27+
"@rockpack/codestyle": "5.0.1",
28+
"@rockpack/compiler": "5.0.1",
29+
"@rockpack/tsconfig": "5.0.1",
3030
"@types/react": "18.2.28",
3131
"@types/react-dom": "18.2.13",
3232
"@types/react-helmet": "6.1.7",

next/api/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { makeConfig } = require('@rockpack/codestyle');
1+
const { makeConfig } = require('@rockpack/codestyle/index.js');
22

33
const camelCaseAllow = ['role_id', 'user_id', 'post_id', 'type_id', 'entity_id'];
44

next/api/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-starter",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"main": "index.js",
55
"scripts": {
66
"start": "node scripts.build",
@@ -55,9 +55,9 @@
5555
"yargs": "17.7.2"
5656
},
5757
"devDependencies": {
58-
"@rockpack/codestyle": "5.0.0",
59-
"@rockpack/compiler": "5.0.0",
60-
"@rockpack/tester": "5.0.0",
58+
"@rockpack/codestyle": "5.0.1",
59+
"@rockpack/compiler": "5.0.1",
60+
"@rockpack/tester": "5.0.1",
6161
"@types/dotenv-safe": "8.1.6",
6262
"@types/jsonwebtoken": "9.0.7",
6363
"@types/koa": "2.15.0",

next/web-client/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { makeConfig } = require('@rockpack/codestyle');
1+
const { makeConfig } = require('@rockpack/codestyle/index.js');
22

33
const camelCaseAllow = ['role_id', 'plural_forms', 'locale_data'];
44

next/web-client/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-starter",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"scripts": {
55
"start": "node scripts.build",
66
"build": "node scripts.build --mode=production",
@@ -51,10 +51,10 @@
5151
"devDependencies": {
5252
"@localazer/webpack-plugin": "3.1.0",
5353
"@localazer/po2json": "3.1.0",
54-
"@rockpack/codestyle": "5.0.0",
55-
"@rockpack/compiler": "5.0.0",
56-
"@rockpack/tester": "5.0.0",
57-
"@rockpack/tsconfig": "5.0.0",
54+
"@rockpack/codestyle": "5.0.1",
55+
"@rockpack/compiler": "5.0.1",
56+
"@rockpack/tester": "5.0.1",
57+
"@rockpack/tsconfig": "5.0.1",
5858
"@issr/babel-plugin": "2.2.0",
5959
"@storybook/addon-actions": "5.3.21",
6060
"@storybook/addon-backgrounds": "5.3.21",

0 commit comments

Comments
 (0)