@imperium/layout 7.0.4 → 7.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imperium/layout",
3
- "version": "7.0.4",
3
+ "version": "7.1.2",
4
4
  "description": "Imperium Layout package",
5
5
  "bugs": {
6
6
  "url": "https://github.com/darkadept/imperium/issues"
@@ -15,16 +15,16 @@
15
15
  "client.js"
16
16
  ],
17
17
  "scripts": {
18
- "build": "yarn build:dev && yarn build:prod",
19
- "build:dev": "NODE_ENV=development webpack --config webpack.js",
20
- "build:prod": "NODE_ENV=production webpack --config webpack.js",
21
- "clean": "rimraf ./dist && rimraf .eslintcache",
22
- "depcheck": "depcheck",
23
- "lint": "eslint --cache --ext js,ts,tsx src",
24
- "lint:fix": "eslint --cache --fix --ext js,ts,tsx src",
25
- "sort": "npx sort-package-json",
18
+ "build": "thx build",
19
+ "build:dev": "thx build:dev",
20
+ "build:prod": "thx build:prod",
21
+ "clean": "thx clean",
22
+ "deps": "thx deps",
23
+ "lint": "thx lint",
24
+ "lint:fix": "thx lint:fix",
25
+ "sort": "thx sort",
26
26
  "start": "screen -c ./dev.screenrc",
27
- "ts": "tsc"
27
+ "ts": "thx ts"
28
28
  },
29
29
  "eslintConfig": {
30
30
  "parserOptions": {
@@ -32,19 +32,19 @@
32
32
  }
33
33
  },
34
34
  "dependencies": {
35
- "@imperium/client": "^7.0.4",
36
- "@imperium/state": "^7.0.4",
35
+ "@imperium/client": "^7.1.0",
36
+ "@imperium/state": "^7.1.2",
37
37
  "debug": "^4.3.2",
38
+ "history": "^5.0.1",
38
39
  "lodash": "^4.17.21",
39
- "query-string": "^7.0.1",
40
40
  "react-responsive": "^8.2.0",
41
- "semantic-ui-react": "^2.0.3"
41
+ "semantic-ui-react": "^2.0.4"
42
42
  },
43
43
  "peerDependencies": {
44
- "@reduxjs/toolkit": "^1.x",
45
- "mingo": "^4.x",
46
- "react": "^17.x",
47
- "react-redux": "^7.x",
44
+ "@reduxjs/toolkit": "1.x",
45
+ "mingo": "4.x",
46
+ "react": "17.x",
47
+ "react-redux": "7.x",
48
48
  "react-router-dom": "5.x"
49
49
  },
50
50
  "engines": {
@@ -53,5 +53,5 @@
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
- "gitHead": "2c04bc6e9b90d08eab22fc7a631d40aae4b2dc91"
56
+ "gitHead": "ba311e4934254a5ef1be916dae4f1a0102c99e6c"
57
57
  }