@docusaurus/core 0.0.0-5012 → 0.0.0-5024

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.
@@ -10,6 +10,8 @@ import ClientLifecyclesDispatcher, { dispatchLifecycleAction, } from './ClientLi
10
10
  import ExecutionEnvironment from './exports/ExecutionEnvironment';
11
11
  import preload from './preload';
12
12
  class PendingNavigation extends React.Component {
13
+ previousLocation;
14
+ routeUpdateCleanupCb;
13
15
  constructor(props) {
14
16
  super(props);
15
17
  // previousLocation doesn't affect rendering, hence not stored in state.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@docusaurus/core",
3
3
  "description": "Easy to Maintain Open Source Documentation Websites",
4
- "version": "0.0.0-5012",
4
+ "version": "0.0.0-5024",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -24,30 +24,30 @@
24
24
  "docusaurus": "bin/docusaurus.mjs"
25
25
  },
26
26
  "scripts": {
27
- "build": "tsc -p tsconfig.server.json && tsc -p tsconfig.client.json && node copyUntypedFiles.mjs",
28
- "watch": "node copyUntypedFiles.mjs && concurrently -n \"server,client\" --kill-others \"tsc -p tsconfig.server.json --watch\" \"tsc -p tsconfig.client.json --watch\""
27
+ "build": "tsc --build && node copyUntypedFiles.mjs",
28
+ "watch": "node copyUntypedFiles.mjs && tsc --watch"
29
29
  },
30
30
  "bugs": {
31
31
  "url": "https://github.com/facebook/docusaurus/issues"
32
32
  },
33
33
  "dependencies": {
34
- "@babel/core": "^7.17.10",
35
- "@babel/generator": "^7.17.10",
34
+ "@babel/core": "^7.17.12",
35
+ "@babel/generator": "^7.17.12",
36
36
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
37
- "@babel/plugin-transform-runtime": "^7.17.10",
38
- "@babel/preset-env": "^7.17.10",
39
- "@babel/preset-react": "^7.16.7",
40
- "@babel/preset-typescript": "^7.16.7",
37
+ "@babel/plugin-transform-runtime": "^7.17.12",
38
+ "@babel/preset-env": "^7.17.12",
39
+ "@babel/preset-react": "^7.17.12",
40
+ "@babel/preset-typescript": "^7.17.12",
41
41
  "@babel/runtime": "^7.17.9",
42
42
  "@babel/runtime-corejs3": "^7.17.9",
43
- "@babel/traverse": "^7.17.10",
44
- "@docusaurus/cssnano-preset": "0.0.0-5012",
45
- "@docusaurus/logger": "0.0.0-5012",
46
- "@docusaurus/mdx-loader": "0.0.0-5012",
43
+ "@babel/traverse": "^7.17.12",
44
+ "@docusaurus/cssnano-preset": "0.0.0-5024",
45
+ "@docusaurus/logger": "0.0.0-5024",
46
+ "@docusaurus/mdx-loader": "0.0.0-5024",
47
47
  "@docusaurus/react-loadable": "5.5.2",
48
- "@docusaurus/utils": "0.0.0-5012",
49
- "@docusaurus/utils-common": "0.0.0-5012",
50
- "@docusaurus/utils-validation": "0.0.0-5012",
48
+ "@docusaurus/utils": "0.0.0-5024",
49
+ "@docusaurus/utils-common": "0.0.0-5024",
50
+ "@docusaurus/utils-validation": "0.0.0-5024",
51
51
  "@slorber/static-site-generator-webpack-plugin": "^4.0.4",
52
52
  "@svgr/webpack": "^6.2.1",
53
53
  "autoprefixer": "^10.4.7",
@@ -63,8 +63,8 @@
63
63
  "core-js": "^3.22.5",
64
64
  "css-loader": "^6.7.1",
65
65
  "css-minimizer-webpack-plugin": "^3.4.1",
66
- "cssnano": "^5.1.7",
67
- "del": "^6.0.0",
66
+ "cssnano": "^5.1.8",
67
+ "del": "^6.1.0",
68
68
  "detect-port": "^1.3.0",
69
69
  "escape-html": "^1.0.3",
70
70
  "eta": "^1.12.3",
@@ -104,10 +104,10 @@
104
104
  "webpackbar": "^5.0.2"
105
105
  },
106
106
  "devDependencies": {
107
- "@docusaurus/module-type-aliases": "0.0.0-5012",
108
- "@docusaurus/types": "0.0.0-5012",
107
+ "@docusaurus/module-type-aliases": "0.0.0-5024",
108
+ "@docusaurus/types": "0.0.0-5024",
109
109
  "@types/detect-port": "^1.3.2",
110
- "@types/react-dom": "^18.0.3",
110
+ "@types/react-dom": "^18.0.4",
111
111
  "@types/react-router-config": "^5.0.6",
112
112
  "@types/rtl-detect": "^1.0.0",
113
113
  "@types/serve-handler": "^6.1.1",
@@ -125,5 +125,5 @@
125
125
  "engines": {
126
126
  "node": ">=14"
127
127
  },
128
- "gitHead": "23b7a134145506adf6db87c8e81640e3633c13ec"
128
+ "gitHead": "9d61f0a1f0c1121d25211afbb0fc45a92ca3b2ec"
129
129
  }