Skip to content

Commit c67d582

Browse files
committed
6.0.0-next.2
1 parent 4cd00b2 commit c67d582

18 files changed

Lines changed: 91 additions & 224 deletions

File tree

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": "6.0.0-next.1",
3+
"version": "6.0.0-next.2",
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": "6.0.0-next.1",
28-
"@rockpack/compiler": "6.0.0-next.1",
29-
"@rockpack/tsconfig": "6.0.0-next.1",
27+
"@rockpack/codestyle": "6.0.0-next.2",
28+
"@rockpack/compiler": "6.0.0-next.2",
29+
"@rockpack/tsconfig": "6.0.0-next.2",
3030
"@types/react": "18.2.28",
3131
"@types/react-dom": "18.2.13",
3232
"@types/react-helmet": "6.1.7",

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": "6.0.0-next.1",
3+
"version": "6.0.0-next.2",
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": "6.0.0-next.1",
59-
"@rockpack/compiler": "6.0.0-next.1",
60-
"@rockpack/tester": "6.0.0-next.1",
58+
"@rockpack/codestyle": "6.0.0-next.2",
59+
"@rockpack/compiler": "6.0.0-next.2",
60+
"@rockpack/tester": "6.0.0-next.2",
6161
"@types/dotenv-safe": "8.1.6",
6262
"@types/jsonwebtoken": "9.0.7",
6363
"@types/koa": "2.15.0",

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": "6.0.0-next.1",
3+
"version": "6.0.0-next.2",
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": "6.0.0-next.1",
55-
"@rockpack/compiler": "6.0.0-next.1",
56-
"@rockpack/tester": "6.0.0-next.1",
57-
"@rockpack/tsconfig": "6.0.0-next.1",
54+
"@rockpack/codestyle": "6.0.0-next.2",
55+
"@rockpack/compiler": "6.0.0-next.2",
56+
"@rockpack/tester": "6.0.0-next.2",
57+
"@rockpack/tsconfig": "6.0.0-next.2",
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)