Skip to content

Commit

Permalink
fix: small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSergey committed Nov 3, 2022
1 parent ade4767 commit bad3f4c
Show file tree
Hide file tree
Showing 28 changed files with 2,503 additions and 2,623 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog

## [3.0.0]
- A lot of fixes and optimizations
- The new [@rockpack/codestyle](https://github.com/AlexSergey/rockpack/tree/master/packages/codestyle) module with best practices
- Prettier added
- Stylelint added
- Commitlint added
- Lintstaged added
- Replaced simple-git-hooks to husky
- Typescript by default
- All dependencies were updated

## [2.0.0]
- A lot of fixes and optimizations
Expand Down
6 changes: 3 additions & 3 deletions book/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rockpack/book",
"version": "3.0.0-next.5",
"version": "3.0.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -39,8 +39,8 @@
"react-share": "4.3.1"
},
"devDependencies": {
"@rockpack/codestyle": "3.0.0-next.5",
"@rockpack/compiler": "3.0.0-next.5",
"@rockpack/codestyle": "3.0.0",
"@rockpack/compiler": "3.0.0",
"@localazer/webpack-plugin": "3.1.0",
"@localazer/po2json": "3.1.0",
"@types/history": "4.7.3",
Expand Down
6 changes: 3 additions & 3 deletions next/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
"yargs": "16.2.0"
},
"devDependencies": {
"@rockpack/codestyle": "3.0.0-next.5",
"@rockpack/compiler": "3.0.0-next.5",
"@rockpack/tester": "3.0.0-next.5",
"@rockpack/codestyle": "3.0.0",
"@rockpack/compiler": "3.0.0",
"@rockpack/tester": "3.0.0",
"@types/dotenv-safe": "8.1.1",
"@types/jsonwebtoken": "8.5.0",
"@types/koa": "2.11.7",
Expand Down
6 changes: 3 additions & 3 deletions next/web-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"devDependencies": {
"@localazer/webpack-plugin": "3.1.0",
"@localazer/po2json": "3.1.0",
"@rockpack/codestyle": "3.0.0-next.5",
"@rockpack/compiler": "3.0.0-next.5",
"@rockpack/tester": "3.0.0-next.5",
"@rockpack/codestyle": "3.0.0",
"@rockpack/compiler": "3.0.0",
"@rockpack/tester": "3.0.0",
"@testing-library/react-hooks": "7.0.0",
"@issr/babel-plugin": "2.0.0",
"@storybook/addon-actions": "5.3.21",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rockpack",
"version": "3.0.0-next.5",
"version": "3.0.0",
"private": true,
"license": "MIT",
"workspaces": [
Expand Down
8 changes: 4 additions & 4 deletions packages/babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rockpack/babel",
"version": "3.0.0-next.5",
"version": "3.0.0",
"description": "Babel presets module for Rockpack",
"main": "index.js",
"scripts": {
Expand All @@ -24,16 +24,15 @@
],
"private": false,
"dependencies": {
"@rockpack/utils": "3.0.0-next.5",
"@babel/core": "7.19.3",
"@babel/generator": "7.19.5",
"@babel/parser": "7.19.4",
"@babel/plugin-proposal-numeric-separator": "7.18.6",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.19.3",
"@babel/plugin-proposal-do-expressions": "7.18.6",
"@babel/plugin-proposal-logical-assignment-operators": "7.18.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-numeric-separator": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.19.4",
"@babel/plugin-proposal-optional-chaining": "7.18.9",
"@babel/plugin-proposal-pipeline-operator": "7.18.9",
Expand All @@ -45,6 +44,7 @@
"@babel/preset-typescript": "7.18.6",
"@babel/traverse": "7.19.4",
"@loadable/babel-plugin": "5.13.2",
"@rockpack/utils": "3.0.0",
"babel-plugin-import": "1.13.5",
"babel-plugin-parameter-decorator": "1.0.16",
"babel-plugin-transform-react-class-to-function": "1.2.2",
Expand All @@ -54,6 +54,6 @@
"valid-types": "2.0.5"
},
"devDependencies": {
"@rockpack/codestyle": "3.0.0-next.5"
"@rockpack/codestyle": "3.0.0"
}
}
1 change: 1 addition & 0 deletions packages/codestyle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

- Stylelint
- Commitlint
- Prettier

## Using

Expand Down
22 changes: 11 additions & 11 deletions packages/codestyle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rockpack/codestyle",
"version": "3.0.0-next.5",
"version": "3.0.0",
"description": "The best practice for ESLint and TSLint",
"main": "index.js",
"scripts": {
Expand All @@ -24,34 +24,34 @@
],
"private": false,
"dependencies": {
"@babel/eslint-parser": "7.19.1",
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"@rockpack/babel": "3.0.0-next.5",
"@rockpack/utils": "3.0.0-next.5",
"@babel/eslint-parser": "7.19.1",
"@typescript-eslint/parser": "5.40.1",
"@rockpack/babel": "3.0.0",
"@rockpack/utils": "3.0.0",
"@typescript-eslint/eslint-plugin": "5.40.1",
"@typescript-eslint/parser": "5.40.1",
"deep-extend": "0.6.0",
"eslint": "8.25.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-check-file": "1.2.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest-formatting": "3.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-check-file": "1.2.3",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-unicorn": "44.0.2",
"eslint-plugin-jest-formatting": "3.1.0",
"prettier": "2.7.1",
"typescript": "4.8.4",
"yargs": "17.6.0",
"stylelint": "14.14.0",
"sort-package-json": "1.57.0",
"stylelint": "14.14.0",
"stylelint-config-prettier-scss": "0.0.1",
"stylelint-config-recommended-scss": "7.0.0",
"stylelint-config-standard-scss": "5.0.0",
"stylelint-scss": "4.3.0"
"stylelint-scss": "4.3.0",
"typescript": "4.8.4",
"yargs": "17.6.0"
}
}
3 changes: 1 addition & 2 deletions packages/compiler/examples/antd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"dependencies": {
"react": "16.13.1",
"react-dom": "16.13.1",
"core-js": "3.6.4",
"antd": "4.1.1"
"antd": "4.24.0"
}
}
Loading

0 comments on commit bad3f4c

Please sign in to comment.